summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-01-14 15:14:49 -0800
committerAlon Zakai <alonzakai@gmail.com>2016-01-14 16:03:57 -0800
commitb03afb04b43d435f39fecd7b443e8323a3cdf80a (patch)
tree04a7ae05578abb337a2fb5c088abc544e12143db
parent68bf9868afae04d603810c862642c794e8eb998f (diff)
downloadbinaryen-b03afb04b43d435f39fecd7b443e8323a3cdf80a.tar.gz
binaryen-b03afb04b43d435f39fecd7b443e8323a3cdf80a.tar.bz2
binaryen-b03afb04b43d435f39fecd7b443e8323a3cdf80a.zip
check.py note
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index adac48055..7baa3018e 100755
--- a/check.py
+++ b/check.py
@@ -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 = []