summaryrefslogtreecommitdiff
path: root/tools/tinytest-codegen.py
AgeCommit message (Expand)Author
2021-08-26tests/basics: Split f-string debug printing to separate file with .exp.Damien George
2021-08-14py: Implement partial PEP-498 (f-string) support.Jim Mussared
2021-05-26tools/tinytest-codegen.py: Add command-line option to exclude tests.Damien George
2020-04-05py/objexcept: Allow compression of exception message text.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-19tools/tinytest-codegen.py: Add extra newline and result message.David Lechner
2019-08-30tests: Add tests for sys.settrace feature.Milan Rossa
2019-08-20qemu-arm: Add testing of frozen native modules.Jim Mussared
2017-12-15tools/tinytest-codegen: Ignore system locale, write output in UTF-8.Paul Sokolovsky
2017-12-14tools/tinytest-codegen: Add --stdin switch instead of recently added --target.Paul Sokolovsky
2017-12-13tools/tinytest-codegen: Take --target= option for test set selection.Paul Sokolovsky
2017-12-13tools/tinytest-codegen: More excludes after enabling expected output match.Paul Sokolovsky
2017-12-13tools/tinytest-codegen: Wrap lines of exclude_tests.Paul Sokolovsky
2017-12-13tools/tinytest-codegen.py: Generate code for upytesthelper.Paul Sokolovsky
2017-03-06tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix).Paul Sokolovsky
2017-03-02qemu-arm: Enable machine module and associated tests.Damien George
2017-01-27qemu-arm: Don't compile tests in "REPL" mode.Damien George
2017-01-27tools/tinytest-codegen.py: Blacklist heapalloc_str.py test for qemu-arm.Paul Sokolovsky
2016-11-12tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm).Paul Sokolovsky
2016-11-03qemu-arm: Enable software floating point support, and float tests.Damien George
2016-10-30tools/tinytest-codegen: Exclude ticks_diff test for qemu-arm port.Paul Sokolovsky
2016-10-27qemu-arm: Exclude new vfs_fat tests.Alex March
2016-10-24qemu-arm: Exclude extmod/vfs_fat_fileio.py test.Alex March
2016-10-14qemu-arm: Enable lots of extmods and enable tests for them.Damien George
2016-03-15qemu-arm: Enable builtin override feature, and enable more tests.Damien George
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
2014-05-08tools: inline test suite generator.Ilya Dmitrichenko