diff options
| author | Damien George | 2019-08-23 11:25:46 +1000 |
|---|---|---|
| committer | Damien George | 2019-08-28 12:47:58 +1000 |
| commit | b3152b2de7115f5b2ca7a1b5240a33c0fb24bdc0 (patch) | |
| tree | 24bc6c15854d8146eabe7b735670a9bac5120b1b /tests/run-tests | |
| parent | af20c2ead3e9bb397fdf89e316aa78b56f165013 (diff) | |
tests: Split out test for optimisation level and line-no printing.
Diffstat (limited to 'tests/run-tests')
| -rwxr-xr-x | tests/run-tests | 1 |
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: |
