aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
AgeCommit message (Expand)Author
2020-04-13tests/run-tests: Make diff tool user configurable.stijn
2020-03-30tests/run-tests: Add commands to print and clean *.exp,out files.David Lechner
2020-03-26tests: Make default MICROPYPATH include extmod to find uasyncio.Damien George
2020-03-26tests/run-tests: Skip uasyncio if no async, and skip one test on native.Damien George
2020-03-11tests/run-tests: Consider all tests as native when emit=native is used.Damien George
2020-02-11tests/run-tests: Auto-skip extmod/ticks_diff, extmod/time_ms_us tests.Yonatan Goldschmidt
2020-01-22tests: Make run-tests help and README be more descriptive of behaviour.Thorsten von Eicken
2020-01-12lib/mp-readline: Add word-based move/delete EMACS key sequences.Yonatan Goldschmidt
2020-01-06tests/run-tests: Handle 'CRASH' return by float.py feature test.David Lechner
2019-12-27tests/run-tests: Add "--mpy-cross-flags" arg to specify mpy-cross flags.Damien George
2019-10-29tests: Add feature check for uio module and skip corresponding tests.Damien George
2019-10-29tests/run-tests: Add misc list of tests that use slice, to skip them.Damien George
2019-10-29tests: Add feature check for slice and skip corresponding tests.Damien George
2019-10-29tests: Add feature check for bytearray and skip corresponding tests.Damien George
2019-08-28tests: Split out test for optimisation level and line-no printing.Damien George
2019-08-20qemu-arm: Add testing of frozen native modules.Jim Mussared
2019-04-04tests/run-tests: Ignore exception in process kill when ending repl test.stijn
2019-03-08tests/run-tests: Support running native tests via mpy.Damien George
2018-10-28py/compile: Fix case of eager implicit conversion of local to nonlocal.Damien George
2018-10-01tests/run-tests: Enabled native tests that pass now that yield works.Damien George
2018-09-28tests/basics: Split out gen throw tests from yield-from-throw tests.Damien George
2018-09-20py/objgenerator: Implement PEP479, StopIteration convs to RuntimeError.Damien George
2018-09-13py: Fix native functions so they run with their correct globals context.Damien George
2018-09-05tests: Remove pyboard.py symlink and instead import from ../tools.Damien George
2018-09-04tests/run-tests: Enable native tests for unwinding jumps.Damien George
2018-09-03py/vm: Fix handling of finally-return with complex nested finallys.Damien George
2018-08-10run-tests: Make .exp and .out file names unique by prefixing with dir.stijn
2018-08-04tests/run-tests: Enable bool1.py test with native emitter.Damien George
2018-08-04tests: Make tests work on targets without float support.Ayke van Laethem
2018-07-20tests/run-tests: Improve crash reporting when running on remote targets.Ayke van Laethem
2018-07-20tests/run-tests: Add nrf target.Ayke van Laethem
2018-07-10py/objgenerator: Implement __name__ with normal fun attr accessor code.Damien George
2018-06-27py/compile: Handle return/break/continue correctly in async with.Damien George
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-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