aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
AgeCommit message (Expand)Author
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George
2021-02-02tests/run-tests: Change default Python command used on Windows.stijn
2020-12-02extmod/uasyncio: Fix cancellation handling of wait_for.Damien George
2020-11-30tests/run-tests: Update skipped tests on CI for GitHub Actions.Damien George
2020-09-25tests/run-tests: Use -BS flags when running CPython.Damien George
2020-08-29tests: Split out complex reverse-op tests to separate test file.Damien George
2020-08-27tests/run-tests: Make test output directory configurable.stijn
2020-08-27tests/run-tests: Use absolute paths where possible.stijn
2020-06-27py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op.Damien George
2020-06-16tests/basics: Add tests for variable annotations.Damien George
2020-05-09tests/run-tests: Skip REPL feature checks when running via pyboard.py.Damien George
2020-05-03esp32: Improve support for OTA updates.Thorsten von Eicken
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