aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-12-31 12:36:45 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-12-31 12:36:45 -0800
commitd8e2ae876aa264b35bb9996494ce1b8cb5a284a3 (patch)
tree3073b982f63711d9b778d5964a6048ea7341625b
parentab7cd91cbf4899218a411c8190cd32c9da489eac (diff)
disable non-optimized asm test suite
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 6f7fbdca..e980a969 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -7837,7 +7837,7 @@ TT = %s
exec('o2 = make_run("o2", compiler=CLANG, emcc_args=["-O2", "--closure", "0"])')
# asm.js
- exec('asm = make_run("asm", compiler=CLANG, emcc_args=["-O0", "--closure", "0", "-s", "ASM_JS=1"])')
+ #exec('asm = make_run("asm", compiler=CLANG, emcc_args=["-O0", "--closure", "0", "-s", "ASM_JS=1"])')
exec('asm2 = make_run("asm2", compiler=CLANG, emcc_args=["-O2", "--closure", "0", "-s", "ASM_JS=1"])')
# Make custom runs with various options