summaryrefslogtreecommitdiffstatshomepage
path: root/tools/tinytest-codegen.py
Commit message (Collapse)AuthorAge
* tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm).Paul Sokolovsky2016-11-12
|
* qemu-arm: Enable software floating point support, and float tests.Damien George2016-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 Sokolovsky2016-10-30
|
* qemu-arm: Exclude new vfs_fat tests.Alex March2016-10-27
|
* qemu-arm: Exclude extmod/vfs_fat_fileio.py test.Alex March2016-10-24
|
* qemu-arm: Enable lots of extmods and enable tests for them.Damien George2016-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 George2016-03-15
| | | | Hopefully these tests run reliably on Travis.
* qemu-arm: Disable inline asm tests that use floating point.Damien George2015-04-19
|
* qemu-arm: Disable try_finally1.py test (it fails randomly on Travis).Damien George2015-01-25
|
* qemu-arm: Disable basics/memoryerror.py test.Damien George2015-01-12
|
* qemu-arm: Enable GC and native code-gen; enable more tests.Damien George2015-01-12
|
* qemu-arm: Add 'test' target to Makefile to run and verify test suite.Damien George2015-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 Dmitrichenko2014-05-08