aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-01-04 14:52:07 +1100
committerDamien George <damien@micropython.org>2024-01-04 14:53:11 +1100
commit231fc20ce0cf776d64d2a0f1ad0ada99cc178552 (patch)
treec28b61a2d533b0c775a46fe57f43c395ad13b5f6
parentdc2a4e3cbd1755228ae3de2d15ec8f95721b9ac9 (diff)
tests/run-tests.py: Remove machine_mem.py test from skip list.
This test was removed long ago in eb0e3bab1ed5aa09e491641f427a5d637fe688bd. Signed-off-by: Damien George <damien@micropython.org>
-rwxr-xr-xtests/run-tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py
index 2dc387946..e5d712303 100755
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -573,7 +573,6 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
if args.target != "unix":
skip_tests.add("basics/exception_chain.py") # warning is not printed
skip_tests.add("micropython/meminfo.py") # output is very different to PC output
- skip_tests.add("extmod/machine_mem.py") # raw memory access not supported
if args.target == "wipy":
skip_tests.add("misc/print_exception.py") # requires error reporting full