summaryrefslogtreecommitdiff
path: root/tests/run-tests.py
diff options
context:
space:
mode:
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.