aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
AgeCommit message (Expand)Author
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-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-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-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
2017-04-02run-tests: Add feature check for "const" keyword and skip related tests.Paul Sokolovsky
2017-04-02tests/run-tests: Be sure to close Pyboard object on completion.Paul Sokolovsky
2017-03-20tests/micropython: Add tests for micropython.schedule().Damien George
2017-03-14tests/run-tests: Re-instate skipping of doubleprec test on pyboard.Damien George
2017-03-10tests/feature_check/int_big: Rework "big int" detection.Paul Sokolovsky
2017-03-04tests/basic: Split tests into working with small ints and not working.Paul Sokolovsky
2017-03-03tests/run-tests: Check for big int availability and skip related tests.Paul Sokolovsky
2017-02-16tests/micropython: Add test for iterating with the heap locked.Damien George
2017-02-14tests/run-tests: Allow to skip tests using async/await keywords.Paul Sokolovsky
2017-02-14tests: Add option to not clear MICROPYPATH when running testsstijn
2017-01-31tests/run-tests: Skip frozenset tests if set literal syntax is not available.Paul Sokolovsky
2017-01-24tests: Make sure special tests can be skipped as well.stijn
2017-01-22tests: Add test for builtin help function.Damien George
2017-01-17tests: Update tests, and add new ones, for recent generator tweaks.Damien George
2017-01-05tests/run-tests: Allow to skip set tests.Paul Sokolovsky
2016-12-29tests/thread: Improve modthread.c test coverage.Rami Ali
2016-12-22tests: Add a coverage test for printing the parse-tree.Damien George
2016-12-20tests/basics: Improve test coverage for generators.Rami Ali
2016-12-20tests/run-tests: For REPL tests make sure the REPL is exited at the end.Damien George
2016-11-21tests/micropython: Move alloc-less traceback test to separate test file.Damien George
2016-10-17tests/run-tests: Enable extmod/machine1.py on pyboard.Damien George
2016-10-11tests: Improve test coverage of py/compile.c.Damien George
2016-10-05tests: Fix expected output of verbose cmdline teststijn