aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
diff options
context:
space:
mode:
authorDamien George2019-08-23 11:25:46 +1000
committerDamien George2019-08-28 12:47:58 +1000
commitb3152b2de7115f5b2ca7a1b5240a33c0fb24bdc0 (patch)
tree24bc6c15854d8146eabe7b735670a9bac5120b1b /tests/run-tests
parentaf20c2ead3e9bb397fdf89e316aa78b56f165013 (diff)
tests: Split out test for optimisation level and line-no printing.
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests b/tests/run-tests
index c45d2787e..b22d06719 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -377,6 +377,7 @@ def run_tests(pyb, tests, args, base_path="."):
skip_tests.add('misc/sys_exc_info.py') # sys.exc_info() is not supported for native
skip_tests.add('micropython/emg_exc.py') # because native doesn't have proper traceback info
skip_tests.add('micropython/heapalloc_traceback.py') # because native doesn't have proper traceback info
+ skip_tests.add('micropython/opt_level_lineno.py') # native doesn't have proper traceback info
skip_tests.add('micropython/schedule.py') # native code doesn't check pending events
for test_file in tests: