From b03afb04b43d435f39fecd7b443e8323a3cdf80a Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 14 Jan 2016 15:14:49 -0800 Subject: check.py note --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') 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 = [] -- cgit v1.2.3