Browse Source

tests: Disable for_range.py test for native emitter (it requires yield).

pull/1668/merge
Damien George 9 years ago
parent
commit
0891cf7d2d
  1. 1
      tests/run-tests

1
tests/run-tests

@ -237,6 +237,7 @@ def run_tests(pyb, tests, args):
skip_tests.add('basics/del_deref.py') # requires checking for unbound local 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/del_local.py') # requires checking for unbound local
skip_tests.add('basics/exception_chain.py') # raise from is not supported skip_tests.add('basics/exception_chain.py') # raise from is not supported
skip_tests.add('basics/for_range.py') # requires yield_value
skip_tests.add('basics/try_finally_loops.py') # requires proper try finally code 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/try_finally_return.py') # requires proper try finally code
skip_tests.add('basics/unboundlocal.py') # requires checking for unbound local skip_tests.add('basics/unboundlocal.py') # requires checking for unbound local

Loading…
Cancel
Save