From b6ea5a37e0ec47df1bafed35c629d46fe98d613f Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 9 Nov 2015 19:21:09 -0800 Subject: handle empty switches, and some more temp blacklisting --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') diff --git a/check.py b/check.py index 3138f08c2..2414c2915 100755 --- a/check.py +++ b/check.py @@ -80,7 +80,7 @@ for t in tests: print '\n[ checking wasm-shell spec testcases... ]\n' if len(requested) == 0: - BLACKLIST = ['float_memory.wast', 'float_misc.wast'] + BLACKLIST = ['float_memory.wast', 'float_misc.wast', 'unreachable.wast', 'select.wast'] spec_tests = [os.path.join('spec', t) for t in sorted(os.listdir(os.path.join('test', 'spec'))) if t not in BLACKLIST] else: spec_tests = requested[:] -- cgit v1.2.3