index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
tinytest-codegen.py
Age
Commit message (
Expand
)
Author
2018-07-11
WIP: after merge; before testing
Dan Halbert
2017-12-15
tools/tinytest-codegen: Ignore system locale, write output in UTF-8.
Paul Sokolovsky
2017-12-14
tools/tinytest-codegen: Add --stdin switch instead of recently added --target.
Paul Sokolovsky
2017-12-13
tools/tinytest-codegen: Take --target= option for test set selection.
Paul Sokolovsky
2017-12-13
tools/tinytest-codegen: More excludes after enabling expected output match.
Paul Sokolovsky
2017-12-13
tools/tinytest-codegen: Wrap lines of exclude_tests.
Paul Sokolovsky
2017-12-13
tools/tinytest-codegen.py: Generate code for upytesthelper.
Paul Sokolovsky
2017-08-11
Turn on Rosie CI testing to test new builds on real hardware.
Scott Shawcroft
2017-03-06
tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix).
Paul Sokolovsky
2017-03-02
qemu-arm: Enable machine module and associated tests.
Damien George
2017-01-27
qemu-arm: Don't compile tests in "REPL" mode.
Damien George
2017-01-27
tools/tinytest-codegen.py: Blacklist heapalloc_str.py test for qemu-arm.
Paul Sokolovsky
2016-11-12
tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm).
Paul Sokolovsky
2016-11-03
qemu-arm: Enable software floating point support, and float tests.
Damien George
2016-10-30
tools/tinytest-codegen: Exclude ticks_diff test for qemu-arm port.
Paul Sokolovsky
2016-10-27
qemu-arm: Exclude new vfs_fat tests.
Alex March
2016-10-24
qemu-arm: Exclude extmod/vfs_fat_fileio.py test.
Alex March
2016-10-14
qemu-arm: Enable lots of extmods and enable tests for them.
Damien George
2016-03-15
qemu-arm: Enable builtin override feature, and enable more tests.
Damien George
2015-04-19
qemu-arm: Disable inline asm tests that use floating point.
Damien George
2015-01-25
qemu-arm: Disable try_finally1.py test (it fails randomly on Travis).
Damien George
2015-01-12
qemu-arm: Disable basics/memoryerror.py test.
Damien George
2015-01-12
qemu-arm: Enable GC and native code-gen; enable more tests.
Damien George
2015-01-09
qemu-arm: Add 'test' target to Makefile to run and verify test suite.
Damien George
2014-05-08
tools: inline test suite generator.
Ilya Dmitrichenko