From 231fc20ce0cf776d64d2a0f1ad0ada99cc178552 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 4 Jan 2024 14:52:07 +1100 Subject: [PATCH] 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 --- tests/run-tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run-tests.py b/tests/run-tests.py index 2dc387946c..e5d7123036 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