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
/
tests
/
run-tests
Age
Commit message (
Expand
)
Author
2018-04-01
py/objgenerator: Check stack before resuming a generator
Jeff Epler
2018-03-31
run_tests: EXTERNAL_TARGETS can't run in parallel
Jeff Epler
2018-03-31
run-tests: automatically parallelism based on CPU (thread) count
Jeff Epler
2018-03-31
run-tests: optionally parallelize tests
Jeff Epler
2018-03-31
run-tests: sort skipped and failed tests
Jeff Epler
2018-03-31
run_tests: make access to shared variables thread safe
Jeff Epler
2018-03-31
run_tests: factor run_one_test to function
Jeff Epler
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-25
tests: Capture stderr output as well.
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-07
tests/run-tests: Close device under test using "finally".
Paul Sokolovsky
2017-09-26
py: Add config option to print warnings/errors to stderr.
David Lechner
2017-09-21
py/objexcept: Prevent infinite recursion when allocating exceptions.
Damien George
2017-09-10
tests/run-tests: Fix copy-paste mistake in var name.
Paul Sokolovsky
2017-09-10
tests/run-tests: Skip class_inplace_op for minimal profile.
Paul Sokolovsky
2017-09-10
tests/class_reverse_op: Test for reverse arith ops special methods.
Paul Sokolovsky
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-11
Turn on Rosie CI testing to test new builds on real hardware.
Scott Shawcroft
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-07
py/objgenerator: Allow to hash generators and generator instances.
Damien George
2017-06-26
tests: Auto detect floating point capabilites of the target.
Damien George
2017-04-16
tests/run-tests: Don't post-process CRASH result in any way.
Paul Sokolovsky
2017-04-14
tests/run-tests: Search feature checks wrt to main script location.
Paul Sokolovsky
2017-04-04
tests/run-tests: Update names of tests that may need skipping.
Damien George
2017-04-03
tests/run-tests: Introduce generic "minimal" target.
Paul Sokolovsky
2017-04-02
run-tests: Add feature check for "const" keyword and skip related tests.
Paul Sokolovsky
2017-04-02
tests/run-tests: Be sure to close Pyboard object on completion.
Paul Sokolovsky
2017-03-20
tests/micropython: Add tests for micropython.schedule().
Damien George
2017-03-14
tests/run-tests: Re-instate skipping of doubleprec test on pyboard.
Damien George
2017-03-10
tests/feature_check/int_big: Rework "big int" detection.
Paul Sokolovsky
2017-03-04
tests/basic: Split tests into working with small ints and not working.
Paul Sokolovsky
2017-03-03
tests/run-tests: Check for big int availability and skip related tests.
Paul Sokolovsky
2017-02-16
tests/micropython: Add test for iterating with the heap locked.
Damien George
2017-02-14
tests/run-tests: Allow to skip tests using async/await keywords.
Paul Sokolovsky
2017-02-14
tests: Add option to not clear MICROPYPATH when running tests
stijn
2017-01-31
tests/run-tests: Skip frozenset tests if set literal syntax is not available.
Paul Sokolovsky
2017-01-24
tests: Make sure special tests can be skipped as well.
stijn
2017-01-22
tests: Add test for builtin help function.
Damien George
2017-01-17
tests: Update tests, and add new ones, for recent generator tweaks.
Damien George
2017-01-05
tests/run-tests: Allow to skip set tests.
Paul Sokolovsky
2016-12-29
tests/thread: Improve modthread.c test coverage.
Rami Ali
2016-12-22
tests: Add a coverage test for printing the parse-tree.
Damien George
2016-12-20
tests/basics: Improve test coverage for generators.
Rami Ali
2016-12-20
tests/run-tests: For REPL tests make sure the REPL is exited at the end.
Damien George
2016-11-21
tests/micropython: Move alloc-less traceback test to separate test file.
Damien George
2016-10-17
tests/run-tests: Enable extmod/machine1.py on pyboard.
Damien George
2016-10-11
tests: Improve test coverage of py/compile.c.
Damien George
2016-10-05
tests: Fix expected output of verbose cmdline test
stijn
2016-10-04
tests/run-tests: Disable cmdline/cmd_showbc test on Windows.
Damien George
[next]