tests/run-tests: Enable bool1.py test with native emitter.
It should work reliably now.
This commit is contained in:
parent
49529f22d4
commit
ce786da196
|
@ -359,7 +359,6 @@ def run_tests(pyb, tests, args, base_path="."):
|
|||
skip_tests.update({'basics/%s.py' % t for t in 'try_reraise try_reraise2'.split()}) # require raise_varargs
|
||||
skip_tests.update({'basics/%s.py' % t for t in 'with_break with_continue with_return'.split()}) # require complete with support
|
||||
skip_tests.add('basics/array_construct2.py') # requires generators
|
||||
skip_tests.add('basics/bool1.py') # seems to randomly fail
|
||||
skip_tests.add('basics/builtin_hash_gen.py') # requires yield
|
||||
skip_tests.add('basics/class_bind_self.py') # requires yield
|
||||
skip_tests.add('basics/del_deref.py') # requires checking for unbound local
|
||||
|
|
Loading…
Reference in New Issue