summaryrefslogtreecommitdiffstatshomepage
path: root/tests/run-tests.py
Commit message (Expand)AuthorAge
* extmod/moddeflate: Keep DeflateIO state consistent on window alloc fail.Damien George2025-03-27
* test/run-tests: Print a note if it looks like unittest.main() missing.Angus Gratton2025-03-04
* tests/run-tests: Remove any 'expected' file from a unittest run.Angus Gratton2025-03-04
* tests: Four typos in tests directory.Christian Clauss2025-02-25
* tests/run-tests.py: Give more information when CPython crashes.Damien George2025-02-11
* tests/run-tests.py: Implement getcwd on __FS hook filesystem.Damien George2025-01-06
* tests/run-tests.py: Set __main__ module to __injected_test.Damien George2025-01-06
* tests/run-tests.py: Detect inlineasm support and add tests if needed.Alessandro Gatti2025-01-02
* py/emitinlinerv32: Add inline assembler support for RV32.Alessandro Gatti2025-01-02
* tests/inlineasm: Make room for RV32IMC inline asm tests.Alessandro Gatti2025-01-01
* tests: Fix all file ioctl's to support only MP_STREAM_CLOSE.Damien George2024-12-20
* tests/run-tests.py: Set name of injected test module to '__main__'.Damien George2024-12-19
* tests/run-tests.py: Print .out file when there is no .exp file.Damien George2024-12-06
* tests/run-tests.py: Add support for tests to use unittest.Damien George2024-12-06
* tests/run-tests.py: Add mimxrt and samd platforms.Damien George2024-11-04
* tests/run-tests.py: Change --target/--device options to --test-instance.Damien George2024-11-04
* tests/run-tests.py: Simplify the way target-specific tests are given.Damien George2024-11-04
* tests/run-tests.py: Skip large viper test on esp8266.Damien George2024-10-22
* tests/run-tests.py: Only run inlineasm tests on rp2 ARM targets.Damien George2024-10-15
* tests/run-tests.py: Wait for soft reset if a target skips a test.Damien George2024-10-15
* tests/run-tests.py: Remove --write-exp and --list-tests options.Damien George2024-09-19
* tests/run-tests.py: Add a zephyr test target.Damien George2024-09-06
* qemu: Rename qemu-arm port to qemu.Damien George2024-09-06
* all: Remove remaining qemu-riscv references.Damien George2024-09-06
* tests/run-tests.py: Automatically detect native arch and mpy-cross flag.Damien George2024-09-04
* qemu-arm: Rework to provide a REPL and run tests via a pty serial port.Damien George2024-08-28
* tests/run-tests.py: Skip additional tests when slice unavailable.Damien George2024-08-28
* tests/run-tests.py: Enable stress tests on esp32 port.Angus Gratton2024-08-14
* tests/run-tests.py: Make Windows test skipping more granular.stijn2024-07-25
* github/workflows: Improve MSYS2-based CI builds.stijn2024-07-25
* tests/run-tests.py: Enable thread tests on esp32.Angus Gratton2024-07-23
* py/emitnative: Fix native async with.Damien George2024-06-21
* py/emitnative: Place thrown value in dedicated local variable.Damien George2024-06-21
* qemu-riscv: Add new QEMU RV32 port.Alessandro Gatti2024-06-17
* webassembly/mpconfigport: Enable importing of .mpy files.Damien George2024-05-14
* webassembly: Add JavaScript-based asyncio support.Damien George2024-04-24
* tests/ports/webassembly: Add webassembly JS tests.Damien George2024-03-22
* tests/run-tests.py: Support running webassembly tests via node.Damien George2024-03-22
* py/objfun: Support __name__ on native functions and generators.Damien George2024-02-20
* tests: Use vfs module instead of os.Damien George2024-02-07
* github/workflows: Move Windows CI from AppVeyor to GitHub Actions.David Lechner2024-02-06
* tests/ports/rp2: Add rp2-specific tests with a test for rp2.DMA.Damien George2024-01-22
* tests: Move port-specific test directories into tests/ports/ directory.Damien George2024-01-22
* tests/run-tests.py: Fix path-based special test detection.stijn2024-01-10
* tests/run-tests.py: Make repl test detection more correct.stijn2024-01-10
* tests/run-tests.py: Remove unneeded argument from run_feature_check().stijn2024-01-10
* tests/run-tests.py: Add an option for running only the failed tests.stijn2024-01-05
* tests/thread: Adjust thread tests so most are able to run on rp2 port.Damien George2024-01-05
* tests/run-tests.py: Remove machine_mem.py test from skip list.Damien George2024-01-04
* tests/run-tests.py: Skip Thumb2 tests if target doesn't support them.Damien George2023-12-06