Skip to content
Snippets Groups Projects
Commit e5ce5e2a authored by Damien George's avatar Damien George
Browse files

tests: Skip class_bind_self.py for native emitter.

parent 78913211
No related branches found
No related tags found
No related merge requests found
......@@ -234,6 +234,7 @@ def run_tests(pyb, tests, args):
skip_tests.update({'basics/%s.py' % t for t in 'with1 with_break with_continue with_return'.split()}) # require with
skip_tests.add('basics/array_construct2.py') # requires generators
skip_tests.add('basics/bool1.py') # seems to randomly fail
skip_tests.add('basics/class_bind_self.py') # requires yield
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment