diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-05-15 16:03:25 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-05-15 16:03:25 -0700 |
commit | dec9d8fbc45d5ce8b36a632c03fdbca1c2139f3b (patch) | |
tree | 462a9b9e357d0ede6c2c3ed79a5ab618a410c3df /tests | |
parent | 499ace020e95c574255dc9aa3604db441d54702c (diff) |
skip test_gc in s_x_x
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 2 |
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''' |