diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-10 17:06:17 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-10 17:06:17 -0800 |
commit | b0c93d1d664dca6f6269517101bfca298e495b3d (patch) | |
tree | c984d8deada1bd2745734dd9bd6eff39fd71deac /check.py | |
parent | f067c29c08a6f4299e68cc34bb8e4979730dd94d (diff) | |
download | binaryen-b0c93d1d664dca6f6269517101bfca298e495b3d.tar.gz binaryen-b0c93d1d664dca6f6269517101bfca298e495b3d.tar.bz2 binaryen-b0c93d1d664dca6f6269517101bfca298e495b3d.zip |
restore almost all spec tests
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', 'unreachable.wast', 'select.wast'] + BLACKLIST = ['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[:] |