diff options
| author | Damien George <damien@micropython.org> | 2025-08-10 12:06:16 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-08-15 00:36:27 +1000 |
| commit | a279c64046445c9dbde0a5d3d53d467cb7e43550 (patch) | |
| tree | e142bb4ed6a42d97b98e7a8a777e7dea89e52980 /tests/run-tests.py | |
| parent | 3c72c3a1e60cecc6ab05d5a81a1b50f42999f10f (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-x | tests/run-tests.py | 6 |
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. |
