Skip to content
Snippets Groups Projects
Commit 1b693543 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

tests: Skip exception_chain.py with native emitter.

parent ab2594e3
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,7 @@ def run_tests(pyb, tests, args):
skip_tests.add('basics/bool1.py') # seems to randomly fail
skip_tests.add('basics/del_deref.py') # requires checking for unbound local
skip_tests.add('basics/del_local.py') # requires checking for unbound local
skip_tests.add('basics/exception_chain.py') # raise from is not supported
skip_tests.add('basics/try_finally_loops.py') # requires proper try finally code
skip_tests.add('basics/try_finally_return.py') # requires proper try finally code
skip_tests.add('basics/unboundlocal.py') # requires checking for unbound local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment