From f905145c6d93f6e8ae01c1addc818ecc0a96ac1c Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 11 Dec 2014 17:34:55 +0000 Subject: [PATCH] tests: Disable print_exception test when using native emitter. --- tests/run-tests | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-tests b/tests/run-tests index fd41931d35..d0c7112de8 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -85,6 +85,7 @@ def run_tests(pyb, tests, args): skip_tests.add('misc/features.py') skip_tests.add('misc/recursion.py') skip_tests.add('misc/rge_sm.py') + skip_tests.add('misc/print_exception.py') # because native doesn't have proper traceback info for test_file in tests: test_basename = os.path.basename(test_file)