index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/checkout-6
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run-tests.py
Age
Commit message (
Expand
)
Author
2024-12-19
tests/run-tests.py: Set name of injected test module to '__main__'.
Damien George
2024-12-06
tests/run-tests.py: Print .out file when there is no .exp file.
Damien George
2024-12-06
tests/run-tests.py: Add support for tests to use unittest.
Damien George
2024-11-04
tests/run-tests.py: Add mimxrt and samd platforms.
Damien George
2024-11-04
tests/run-tests.py: Change --target/--device options to --test-instance.
Damien George
2024-11-04
tests/run-tests.py: Simplify the way target-specific tests are given.
Damien George
2024-10-22
tests/run-tests.py: Skip large viper test on esp8266.
Damien George
2024-10-15
tests/run-tests.py: Only run inlineasm tests on rp2 ARM targets.
Damien George
2024-10-15
tests/run-tests.py: Wait for soft reset if a target skips a test.
Damien George
2024-09-19
tests/run-tests.py: Remove --write-exp and --list-tests options.
Damien George
2024-09-06
tests/run-tests.py: Add a zephyr test target.
Damien George
2024-09-06
qemu: Rename qemu-arm port to qemu.
Damien George
2024-09-06
all: Remove remaining qemu-riscv references.
Damien George
2024-09-04
tests/run-tests.py: Automatically detect native arch and mpy-cross flag.
Damien George
2024-08-28
qemu-arm: Rework to provide a REPL and run tests via a pty serial port.
Damien George
2024-08-28
tests/run-tests.py: Skip additional tests when slice unavailable.
Damien George
2024-08-14
tests/run-tests.py: Enable stress tests on esp32 port.
Angus Gratton
2024-07-25
tests/run-tests.py: Make Windows test skipping more granular.
stijn
2024-07-25
github/workflows: Improve MSYS2-based CI builds.
stijn
2024-07-23
tests/run-tests.py: Enable thread tests on esp32.
Angus Gratton
2024-06-21
py/emitnative: Fix native async with.
Damien George
2024-06-21
py/emitnative: Place thrown value in dedicated local variable.
Damien George
2024-06-17
qemu-riscv: Add new QEMU RV32 port.
Alessandro Gatti
2024-05-14
webassembly/mpconfigport: Enable importing of .mpy files.
Damien George
2024-04-24
webassembly: Add JavaScript-based asyncio support.
Damien George
2024-03-22
tests/ports/webassembly: Add webassembly JS tests.
Damien George
2024-03-22
tests/run-tests.py: Support running webassembly tests via node.
Damien George
2024-02-20
py/objfun: Support __name__ on native functions and generators.
Damien George
2024-02-07
tests: Use vfs module instead of os.
Damien George
2024-02-06
github/workflows: Move Windows CI from AppVeyor to GitHub Actions.
David Lechner
2024-01-22
tests/ports/rp2: Add rp2-specific tests with a test for rp2.DMA.
Damien George
2024-01-22
tests: Move port-specific test directories into tests/ports/ directory.
Damien George
2024-01-10
tests/run-tests.py: Fix path-based special test detection.
stijn
2024-01-10
tests/run-tests.py: Make repl test detection more correct.
stijn
2024-01-10
tests/run-tests.py: Remove unneeded argument from run_feature_check().
stijn
2024-01-05
tests/run-tests.py: Add an option for running only the failed tests.
stijn
2024-01-05
tests/thread: Adjust thread tests so most are able to run on rp2 port.
Damien George
2024-01-04
tests/run-tests.py: Remove machine_mem.py test from skip list.
Damien George
2023-12-06
tests/run-tests.py: Skip Thumb2 tests if target doesn't support them.
Damien George
2023-09-29
tests/float/float_format_ints.py: Put power-of-10 test in separate file.
Damien George
2023-09-01
tests/run-tests.py: Capture output of stderr when running on CPython.
stephanelsmith
2023-07-21
all: Remove the zlib module.
Jim Mussared
2023-06-19
tests: Rename uasyncio to asyncio.
Jim Mussared
2023-06-08
tests: Replace umodule with module everywhere.
Jim Mussared
2023-05-18
tests/run-tests.py: Ensure correct cwd for mpy tests.
Jim Mussared
2023-02-09
tests/float: Skip new complex tests if complex unavailable.
Damien George
2022-12-15
extmod/modussl_mbedtls: Fix support for ioctl(MP_STREAM_POLL).
Damien Tournoud
2022-12-13
all: Keep msvc build output in build/ directories.
stijn
2022-11-17
tests/run-tests.py: Use host arch for mpy-cross for target=unix.
Jim Mussared
2022-09-23
tests: Allow 'special' tests to output "SKIP" on a single line.
Angus Gratton
[next]