diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-08-07 13:56:40 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-09-07 09:54:57 -0700 |
commit | fb5d853af156eeec3e12d85db6d134e8e17c43ad (patch) | |
tree | 19175a3c179ad0255a3fb72296d52561654545dc | |
parent | 676be6636f69acbe05098b8308498340e607d6ee (diff) | |
download | binaryen-fb5d853af156eeec3e12d85db6d134e8e17c43ad.tar.gz binaryen-fb5d853af156eeec3e12d85db6d134e8e17c43ad.tar.bz2 binaryen-fb5d853af156eeec3e12d85db6d134e8e17c43ad.zip |
TEMP no wasm backend tests for now
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -541,7 +541,7 @@ if torture and 0: if unexpected_result_count: fail('%s failures' % unexpected_result_count, '0 failures') -if has_vanilla_emcc and has_vanilla_llvm: +if has_vanilla_emcc and has_vanilla_llvm and 0: print '\n[ checking emcc WASM_BACKEND testcases...]\n' |