summaryrefslogtreecommitdiff
path: root/tests/run-tests
AgeCommit message (Expand)Author
2020-06-25Scripts: Change wording for pseudoterminalsJeff Epler
2020-04-13test requires yield, can't run nativeJeff Epler
2020-03-03Use tests from ulab extmod, instead of our ownJeff Epler
2020-02-27ulab: Incorporate itJeff Epler
2018-07-28merge finishedDan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
2018-06-12tests/extmod: Add test for VFS and user-defined filesystem and files.Damien George
2018-05-22py/objgenerator: Protect against reentering a generator.Damien George
2018-05-11tests/float/float_parse: Allow test to run on 32-bit archs.Damien George
2018-05-02tests/run-tests: Support esp32 as a target for running the test suite.Ayke van Laethem
2018-04-10tests: Move recursive tests to the tests/stress/ subdir.Damien George
2018-04-10py/objgenerator: Check stack before resuming a generator.Jeff Epler
2018-04-04tests/stress: Add test to verify the GC can trace nested objects.Damien George
2018-04-01py/objgenerator: Check stack before resuming a generatorJeff Epler
2018-03-31run_tests: EXTERNAL_TARGETS can't run in parallelJeff Epler
2018-03-31run-tests: automatically parallelism based on CPU (thread) countJeff Epler
2018-03-31run-tests: optionally parallelize testsJeff Epler
2018-03-31run-tests: sort skipped and failed testsJeff Epler
2018-03-31run_tests: make access to shared variables thread safeJeff Epler
2018-03-31run_tests: factor run_one_test to functionJeff Epler
2018-02-14tests/run-tests: Capture any output from a crashed uPy execution.Damien George
2017-12-15py/objgenerator: Allow to pend an exception for next execution.Paul Sokolovsky
2017-12-15tests/run-tests: Skip running feature checks for --list-tests/--write-exp.Paul Sokolovsky
2017-12-14tests/run-tests: Don't test for --target=unix with "pyb is None".Paul Sokolovsky
2017-12-14tests/run-tests: Add composable --include and --exclude options.Paul Sokolovsky
2017-12-14tests/run-tests: Fix handling of --list-tests wrt skipped tests.Paul Sokolovsky
2017-12-14tests/run-tests: minimal: Exclude recently added subclass_native_init.py.Paul Sokolovsky
2017-12-13tests/run-tests: Add --list-tests switch.Paul Sokolovsky
2017-12-05tests/run-tests: Wrap long lists to facilitate adding more items.Paul Sokolovsky
2017-11-28tests/run-tests: "minimal": Skip recently added float/float_parse.py.Paul Sokolovsky
2017-11-27py/parsenum: Improve parsing of floating point numbers.Damien George
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-10-25tests: Capture stderr output as well.Scott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-07tests/run-tests: Close device under test using "finally".Paul Sokolovsky
2017-09-26py: Add config option to print warnings/errors to stderr.David Lechner
2017-09-21py/objexcept: Prevent infinite recursion when allocating exceptions.Damien George
2017-09-10tests/run-tests: Fix copy-paste mistake in var name.Paul Sokolovsky
2017-09-10tests/run-tests: Skip class_inplace_op for minimal profile.Paul Sokolovsky
2017-09-10tests/class_reverse_op: Test for reverse arith ops special methods.Paul Sokolovsky
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-11Turn on Rosie CI testing to test new builds on real hardware.Scott Shawcroft
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-07py/objgenerator: Allow to hash generators and generator instances.Damien George
2017-06-26tests: Auto detect floating point capabilites of the target.Damien George
2017-04-16tests/run-tests: Don't post-process CRASH result in any way.Paul Sokolovsky
2017-04-14tests/run-tests: Search feature checks wrt to main script location.Paul Sokolovsky
2017-04-04tests/run-tests: Update names of tests that may need skipping.Damien George
2017-04-03tests/run-tests: Introduce generic "minimal" target.Paul Sokolovsky