aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-05-15 16:03:25 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-05-15 16:03:25 -0700
commitdec9d8fbc45d5ce8b36a632c03fdbca1c2139f3b (patch)
tree462a9b9e357d0ede6c2c3ed79a5ab618a410c3df /tests
parent499ace020e95c574255dc9aa3604db441d54702c (diff)
skip test_gc in s_x_x
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 9b6bf5fa..969f0fdf 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -6095,6 +6095,8 @@ def process(filename):
self.do_run(src, 'hello, world!\ncleanup\nExit Status: 118')
def test_gc(self):
+ if self.emcc_args == None: return self.skip('needs ta2')
+
Settings.GC_SUPPORT = 1
src = r'''