From 0d512c9013aa8410a05bf1b3b4bb203dd1d526cc Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 21 Jan 2016 20:40:36 -0800 Subject: add missing binary opcodes --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') diff --git a/check.py b/check.py index 076c43b7a..7c963a7c7 100755 --- a/check.py +++ b/check.py @@ -370,7 +370,7 @@ if torture: print '\n[ checking binary format testcases... ]\n' for wast in tests: - if wast.endswith('.wast') and not wast in ['unit.wast']: # blacklist some known failures + if wast.endswith('.wast') and not wast in []: # blacklist some known failures cmd = [os.path.join('bin', 'wasm-as'), os.path.join('test', wast), '-o', 'a.wasm'] print ' '.join(cmd) if os.path.exists('a.wasm'): os.unlink('a.wasm') -- cgit v1.2.3