aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-29 18:23:32 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-12-07 14:23:20 -0800
commit2225aa5dfb1fb99af4e2129e2e8b77e9957e7bc6 (patch)
treecc28f8cc590efc76268d77950ee9468b1bbf7efb /tests/runner.py
parent23672a410e1c4858865e1681800ba804e552fe03 (diff)
disable test_gc in asm
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index b1a68cc7..a9a815af 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -7315,6 +7315,7 @@ def process(filename):
def test_gc(self):
if self.emcc_args == None: return self.skip('needs ta2')
+ if Settings.ASM_JS: return self.skip('asm cannot support generic function table')
Settings.GC_SUPPORT = 1