Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm). | Paul Sokolovsky | 2016-11-12 |
| | |||
* | qemu-arm: Enable software floating point support, and float tests. | Damien George | 2016-11-03 |
| | | | | | | | | | This helps to test floating point code on Cortex-M hardware. As part of this patch the link-time-optimisation was disabled because it wasn't compatible with software FP support. In particular, the linker could not find the __aeabi_f2d, __aeabi_d2f etc functions even though they were provided by lib/libm/math.c. | ||
* | tools/tinytest-codegen: Exclude ticks_diff test for qemu-arm port. | Paul Sokolovsky | 2016-10-30 |
| | |||
* | qemu-arm: Exclude new vfs_fat tests. | Alex March | 2016-10-27 |
| | |||
* | qemu-arm: Exclude extmod/vfs_fat_fileio.py test. | Alex March | 2016-10-24 |
| | |||
* | qemu-arm: Enable lots of extmods and enable tests for them. | Damien George | 2016-10-14 |
| | | | | | The qemu-arm port is used for testing of ARM Thumb architecture on a desktop so should have many features enabled. | ||
* | qemu-arm: Enable builtin override feature, and enable more tests. | Damien George | 2016-03-15 |
| | | | | Hopefully these tests run reliably on Travis. | ||
* | qemu-arm: Disable inline asm tests that use floating point. | Damien George | 2015-04-19 |
| | |||
* | qemu-arm: Disable try_finally1.py test (it fails randomly on Travis). | Damien George | 2015-01-25 |
| | |||
* | qemu-arm: Disable basics/memoryerror.py test. | Damien George | 2015-01-12 |
| | |||
* | qemu-arm: Enable GC and native code-gen; enable more tests. | Damien George | 2015-01-12 |
| | |||
* | qemu-arm: Add 'test' target to Makefile to run and verify test suite. | Damien George | 2015-01-09 |
| | | | | | | | Replaces RUN_TEST=1 definition; now "make test" in qemu-arm directory will run tests/basics/ and check that they all succeed. This patch also enables the test on Travis CI. | ||
* | tools: inline test suite generator. | Ilya Dmitrichenko | 2014-05-08 |