diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-08 15:36:35 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-08 15:36:35 -0800 |
commit | 78a8208beb12e3a1640670dc9a8fc4ecbb4b6085 (patch) | |
tree | 92f41e100b6cadea544e02474296a481b83592c4 /check.py | |
parent | ca0dc47b386a74e0493be77cfcbdcd7cd2fff61f (diff) | |
download | binaryen-78a8208beb12e3a1640670dc9a8fc4ecbb4b6085.tar.gz binaryen-78a8208beb12e3a1640670dc9a8fc4ecbb4b6085.tar.bz2 binaryen-78a8208beb12e3a1640670dc9a8fc4ecbb4b6085.zip |
nan fixes
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_literals.wast', 'float_misc.wast'] + BLACKLIST = ['float_misc.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[:] |