Skip to content

Commit d8e2ae8

Browse files
committed
disable non-optimized asm test suite
1 parent ab7cd91 commit d8e2ae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7837,7 +7837,7 @@ def setUp(self):
78377837
exec('o2 = make_run("o2", compiler=CLANG, emcc_args=["-O2", "--closure", "0"])')
78387838

78397839
# asm.js
7840-
exec('asm = make_run("asm", compiler=CLANG, emcc_args=["-O0", "--closure", "0", "-s", "ASM_JS=1"])')
7840+
#exec('asm = make_run("asm", compiler=CLANG, emcc_args=["-O0", "--closure", "0", "-s", "ASM_JS=1"])')
78417841
exec('asm2 = make_run("asm2", compiler=CLANG, emcc_args=["-O2", "--closure", "0", "-s", "ASM_JS=1"])')
78427842

78437843
# Make custom runs with various options

0 commit comments

Comments
 (0)