diff options
-rwxr-xr-x | check.py | 3 | ||||
m--------- | test/spec | 0 | ||||
m--------- | test/waterfall | 0 |
3 files changed, 2 insertions, 1 deletions
@@ -361,7 +361,8 @@ if torture: runner=os.path.abspath(os.path.join('bin', 'binaryen-shell')), files=os.path.abspath(os.path.join(s2wasm_torture_out, '*.wast')), fails=os.path.abspath(os.path.join('test', 's2wasm_known_binaryen_shell_test_failures.txt')), - out='') + out='', + wasmjs='') shutil.rmtree(s2wasm_torture_out) if unexpected_result_count: diff --git a/test/spec b/test/spec -Subproject de27ac1b9f0cdf2b80aa4a26392d2cede1dfdfc +Subproject 60afe7437286317f0926236cef2587dd4aa5d4d diff --git a/test/waterfall b/test/waterfall -Subproject b2c744bf233f92b34c237757aa0373abe44f936 +Subproject 3f175ed3773f0eeb0763a636769885ea4f85e18 |