aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George2018-08-04 22:19:04 +1000
committerDamien George2018-08-04 22:19:04 +1000
commitce786da1968484e5cd312cb73d5f810f5a582483 (patch)
treec2369699ada8f493c963a229a75eed7545109a64
parent49529f22d46364efb712a07860b645984ec42075 (diff)
tests/run-tests: Enable bool1.py test with native emitter.
It should work reliably now.
-rwxr-xr-xtests/run-tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 0a70963d7..dc1a329ac 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -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