summaryrefslogtreecommitdiff
path: root/tests/run-tests.py
AgeCommit message (Expand)Author
2022-05-26tests: Move native while test from pybnative to micropython.Damien George
2022-05-26tests/run-tests.py: Add rp2 test target.Damien George
2022-05-24tests/run-tests.py: Enable `-X realtime` option for macOS tests.David Lechner
2022-05-23tests/run-tests.py: Handle case where mpy-cross fails to compile script.Damien George
2022-05-19tests/run-tests.py: Allow running tests via mpy-cross on remote targets.Damien George
2022-05-17tests/run-tests.py: Exclude settrace tests when using native emitter.Damien George
2022-04-29tests/run-tests.py: Update for renesas-ra port.Takeo Takahashi
2022-04-21tests/run-tests.py: Add timeout for running PC-based MicroPython test.Damien George
2022-03-28py: Change jump opcodes to emit 1-byte jump offset when possible.Damien George
2022-03-10py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.Damien George
2022-03-10py/modsys: Add optional sys.tracebacklimit attribute.Damien George
2022-03-07tests/run-tests.py: Include test files ending in _set as set tests.Damien George
2022-02-18tests/run-tests.py: Skip repl tests when running windows underneath.stijn
2021-12-29ports: Move '.frozen' to second entry in sys.path.Damien George
2021-09-16all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Jim Mussared
2021-08-14py: Implement partial PEP-498 (f-string) support.Jim Mussared
2021-05-14tests/run-tests.py: Parallelize running tests by default.Jeff Epler
2021-04-15tests/feature_check: Check for lack of pass result rather than failure.Damien George
2021-03-16tests/run-tests.py: Provide more info if script run via pyboard crashes.Damien George
2021-03-12tests/run-tests.py: Reformat with Black.Damien George
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George