aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDamien George2015-12-26 13:06:50 +0000
committerDamien George2015-12-26 13:06:50 +0000
commite5ce5e2a432c8b77c5fc1c4397a04c800e95e7ff (patch)
tree06c08ccdd8b8facbd348cedadf400915ecb54cbf /tests
parent78913211a9532ff952f5628c7c94848bd59a4a11 (diff)
tests: Skip class_bind_self.py for native emitter.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 4f7213dc6..71ff3f712 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -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