diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-08-07 12:15:13 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-09-07 09:54:56 -0700 |
commit | 676be6636f69acbe05098b8308498340e607d6ee (patch) | |
tree | 01b590473ca6fe47642eff1f7c8652b81ef96fd4 /check.py | |
parent | abb498167e4c8178a5cb6cd22dcf106959eaa7d4 (diff) | |
download | binaryen-676be6636f69acbe05098b8308498340e607d6ee.tar.gz binaryen-676be6636f69acbe05098b8308498340e607d6ee.tar.bz2 binaryen-676be6636f69acbe05098b8308498340e607d6ee.zip |
TEMP no torture tests for now
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |