summaryrefslogtreecommitdiff
path: root/tests/run-tests.py
AgeCommit message (Expand)Author
2024-06-21py/emitnative: Fix native async with.Damien George
2024-06-21py/emitnative: Place thrown value in dedicated local variable.Damien George
2024-06-17qemu-riscv: Add new QEMU RV32 port.Alessandro Gatti
2024-05-14webassembly/mpconfigport: Enable importing of .mpy files.Damien George
2024-04-24webassembly: Add JavaScript-based asyncio support.Damien George
2024-03-22tests/ports/webassembly: Add webassembly JS tests.Damien George
2024-03-22tests/run-tests.py: Support running webassembly tests via node.Damien George
2024-02-20py/objfun: Support __name__ on native functions and generators.Damien George
2024-02-07tests: Use vfs module instead of os.Damien George
2024-02-06github/workflows: Move Windows CI from AppVeyor to GitHub Actions.David Lechner
2024-01-22tests/ports/rp2: Add rp2-specific tests with a test for rp2.DMA.Damien George
2024-01-22tests: Move port-specific test directories into tests/ports/ directory.Damien George
2024-01-10tests/run-tests.py: Fix path-based special test detection.stijn
2024-01-10tests/run-tests.py: Make repl test detection more correct.stijn
2024-01-10tests/run-tests.py: Remove unneeded argument from run_feature_check().stijn
2024-01-05tests/run-tests.py: Add an option for running only the failed tests.stijn
2024-01-05tests/thread: Adjust thread tests so most are able to run on rp2 port.Damien George
2024-01-04tests/run-tests.py: Remove machine_mem.py test from skip list.Damien George
2023-12-06tests/run-tests.py: Skip Thumb2 tests if target doesn't support them.Damien George
2023-09-29tests/float/float_format_ints.py: Put power-of-10 test in separate file.Damien George
2023-09-01tests/run-tests.py: Capture output of stderr when running on CPython.stephanelsmith
2023-07-21all: Remove the zlib module.Jim Mussared
2023-06-19tests: Rename uasyncio to asyncio.Jim Mussared
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2023-05-18tests/run-tests.py: Ensure correct cwd for mpy tests.Jim Mussared
2023-02-09tests/float: Skip new complex tests if complex unavailable.Damien George
2022-12-15extmod/modussl_mbedtls: Fix support for ioctl(MP_STREAM_POLL).Damien Tournoud
2022-12-13all: Keep msvc build output in build/ directories.stijn
2022-11-17tests/run-tests.py: Use host arch for mpy-cross for target=unix.Jim Mussared
2022-09-23tests: Allow 'special' tests to output "SKIP" on a single line.Angus Gratton
2022-08-11tests/run-tests.py: Provide better default MPYCROSS value for Windows.Daniel Jour
2022-08-11all: Fix paths to mpy-cross and micropython binaries.Daniel Jour
2022-07-26py/formatfloat: Format all whole-number floats exactly.Dan Ellis
2022-07-25py/obj: Add support for __float__ and __complex__ functions.Andrew Leech
2022-06-25py/objfun: Support function attributes on native functions.Damien George
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