summaryrefslogtreecommitdiffstatshomepage
path: root/tools/tinytest-codegen.py
Commit message (Expand)AuthorAge
* tools/tinytest-codegen.py: Externalise tests list.Alessandro Gatti2023-11-07
* extmod/modtimeq: Remove timeq module.Jim Mussared2023-06-08
* tests: Replace umodule with module everywhere.Jim Mussared2023-06-08
* py/formatfloat: Format all whole-number floats exactly.Dan Ellis2022-07-26
* tests/basics: Split f-string debug printing to separate file with .exp.Damien George2021-08-26
* py: Implement partial PEP-498 (f-string) support.Jim Mussared2021-08-14
* tools/tinytest-codegen.py: Add command-line option to exclude tests.Damien George2021-05-26
* py/objexcept: Allow compression of exception message text.Jim Mussared2020-04-05
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* tools/tinytest-codegen.py: Add extra newline and result message.David Lechner2019-12-19
* tests: Add tests for sys.settrace feature.Milan Rossa2019-08-30
* qemu-arm: Add testing of frozen native modules.Jim Mussared2019-08-20
* tools/tinytest-codegen: Ignore system locale, write output in UTF-8.Paul Sokolovsky2017-12-15
* tools/tinytest-codegen: Add --stdin switch instead of recently added --target.Paul Sokolovsky2017-12-14
* tools/tinytest-codegen: Take --target= option for test set selection.Paul Sokolovsky2017-12-13
* tools/tinytest-codegen: More excludes after enabling expected output match.Paul Sokolovsky2017-12-13
* tools/tinytest-codegen: Wrap lines of exclude_tests.Paul Sokolovsky2017-12-13
* tools/tinytest-codegen.py: Generate code for upytesthelper.Paul Sokolovsky2017-12-13
* 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
* 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
* 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
* qemu-arm: Enable builtin override feature, and enable more tests.Damien George2016-03-15
* 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
* tools: inline test suite generator.Ilya Dmitrichenko2014-05-08