summaryrefslogtreecommitdiff
path: root/tests/run-tests.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2025-08-10 12:06:16 +1000
committerDamien George <damien@micropython.org>2025-08-15 00:36:27 +1000
commita279c64046445c9dbde0a5d3d53d467cb7e43550 (patch)
treee142bb4ed6a42d97b98e7a8a777e7dea89e52980 /tests/run-tests.py
parent3c72c3a1e60cecc6ab05d5a81a1b50f42999f10f (diff)
tests: Add .native.exp output files for tests that differ with native.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/run-tests.py')
-rwxr-xr-xtests/run-tests.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py
index f8174b2d3..aeea0bad5 100755
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -126,12 +126,6 @@ emitter_tests_to_skip = {
"basics/unboundlocal.py",
# These require "raise from".
"basics/exception_chain.py",
- # These require proper traceback info.
- "basics/sys_tracebacklimit.py",
- "misc/print_exception.py",
- "micropython/emg_exc.py",
- "micropython/heapalloc_traceback.py",
- "thread/thread_exc2.py",
# These require stack-allocated slice optimisation.
"micropython/heapalloc_slice.py",
# These require running the scheduler.