diff options
| author | Damien George <damien@micropython.org> | 2024-09-04 17:06:25 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2024-09-06 11:08:39 +1000 |
| commit | 659113825d10bf2ae71dd215a8597451e505982d (patch) | |
| tree | 63b93e24621ab85d01bf7f627839077f524b4cb7 /tests/run-tests.py | |
| parent | 3ea1ce63da9bd17c7d395682387e58b4a7759167 (diff) | |
qemu: Rename qemu-arm port to qemu.
Because this port now supports multiple architectures.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/run-tests.py')
| -rwxr-xr-x | tests/run-tests.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py index b80a78ed6..43a9e38d3 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -675,7 +675,7 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1): skip_tests.add( "extmod/time_time_ns.py" ) # RA fsp rtc function doesn't support nano sec info - elif args.target == "qemu-arm": + elif args.target == "qemu": skip_tests.add("inlineasm/asmfpaddsub.py") # requires Cortex-M4 skip_tests.add("inlineasm/asmfpcmp.py") skip_tests.add("inlineasm/asmfpldrstr.py") @@ -1054,7 +1054,7 @@ the last matching regex is used: "esp32", "minimal", "nrf", - "qemu-arm", + "qemu", "renesas-ra", "rp2", ) @@ -1131,11 +1131,11 @@ the last matching regex is used: "cmdline", "ports/unix", ) - elif args.target == "qemu-arm": + elif args.target == "qemu": test_dirs += ( "float", "inlineasm", - "ports/qemu-arm", + "ports/qemu", ) elif args.target == "webassembly": test_dirs += ("float", "ports/webassembly") |
