diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-01-14 15:14:49 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-01-14 16:03:57 -0800 |
commit | b03afb04b43d435f39fecd7b443e8323a3cdf80a (patch) | |
tree | 04a7ae05578abb337a2fb5c088abc544e12143db | |
parent | 68bf9868afae04d603810c862642c794e8eb998f (diff) | |
download | binaryen-b03afb04b43d435f39fecd7b443e8323a3cdf80a.tar.gz binaryen-b03afb04b43d435f39fecd7b443e8323a3cdf80a.tar.bz2 binaryen-b03afb04b43d435f39fecd7b443e8323a3cdf80a.zip |
check.py note
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -276,7 +276,7 @@ if torture: fails=os.path.abspath(os.path.join('test', 's2wasm_known_gcc_test_failures.txt')), out=s2wasm_torture_out) assert os.path.isdir(s2wasm_torture_out), 'Expected output directory %s' % s2wasm_torture_out - # execute it TODO: parallelize + # execute it TODO: parallelize, use waterfall known_failures = set(open(os.path.join('test', 's2wasm_known_binaryen_shell_test_failures.txt')).read().split('\n')) total = 0 bad_failures = [] |