summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-08-07 12:15:13 -0700
committerAlon Zakai <alonzakai@gmail.com>2016-09-07 09:54:56 -0700
commit676be6636f69acbe05098b8308498340e607d6ee (patch)
tree01b590473ca6fe47642eff1f7c8652b81ef96fd4 /check.py
parentabb498167e4c8178a5cb6cd22dcf106959eaa7d4 (diff)
downloadbinaryen-676be6636f69acbe05098b8308498340e607d6ee.tar.gz
binaryen-676be6636f69acbe05098b8308498340e607d6ee.tar.bz2
binaryen-676be6636f69acbe05098b8308498340e607d6ee.zip
TEMP no torture tests for now
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index f7bc0a00e..1f4e1fa12 100755
--- a/check.py
+++ b/check.py
@@ -511,7 +511,7 @@ if 0: # TODO: figure out the story. will .s files have drops?
cmd = [wasm_as, '--validate=none', os.path.join('test', 'validator', 'invalid_return.wast')]
run_command(cmd)
-if torture:
+if torture and 0:
print '\n[ checking torture testcases... ]\n'