summaryrefslogtreecommitdiffstatshomepage
path: root/tools/tinytest-codegen.py
Commit message (Collapse)AuthorAge
* tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix).Paul Sokolovsky2017-03-06
|
* qemu-arm: Enable machine module and associated tests.Damien George2017-03-02
|
* qemu-arm: Don't compile tests in "REPL" mode.Damien George2017-01-27
| | | | | | | | | | Previous to this patch the qemu-arm tests were compiled with is_relp=true meaning that the __repl_print__ function was called for all lines of code in the outer scope. This is not the right behaviour for scripts that are executed as though they were a file (eg tests). With this fix the micropython/heapalloc_str.py test now works so it is removed from the test blacklist.
* tools/tinytest-codegen.py: Blacklist heapalloc_str.py test for qemu-arm.Paul Sokolovsky2017-01-27
|
* 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