diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-11 10:13:41 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-11 10:13:41 -0800 |
commit | 62543cf4800ae728924fe461b1e62972eeb09d00 (patch) | |
tree | dc11fe795a2f6c554090af6bf28b225bfa32402f /check.py | |
parent | 3afe5626da1ef2946c66aa36c49b01932bd4f879 (diff) | |
download | binaryen-62543cf4800ae728924fe461b1e62972eeb09d00.tar.gz binaryen-62543cf4800ae728924fe461b1e62972eeb09d00.tar.bz2 binaryen-62543cf4800ae728924fe461b1e62972eeb09d00.zip |
update blacklist
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 = ['unreachable.wast', 'select.wast'] + BLACKLIST = ['nan-propagation.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[:] |