summaryrefslogtreecommitdiff
path: root/tools/tinytest-codegen.py
AgeCommit message (Collapse)Author
2016-03-15qemu-arm: Enable builtin override feature, and enable more tests.Damien George
Hopefully these tests run reliably on Travis.
2015-04-19qemu-arm: Disable inline asm tests that use floating point.Damien George
2015-01-25qemu-arm: Disable try_finally1.py test (it fails randomly on Travis).Damien George
2015-01-12qemu-arm: Disable basics/memoryerror.py test.Damien George
2015-01-12qemu-arm: Enable GC and native code-gen; enable more tests.Damien George
2015-01-09qemu-arm: Add 'test' target to Makefile to run and verify test suite.Damien George
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.
2014-05-08tools: inline test suite generator.Ilya Dmitrichenko