summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-08 15:36:35 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-08 15:36:35 -0800
commit78a8208beb12e3a1640670dc9a8fc4ecbb4b6085 (patch)
tree92f41e100b6cadea544e02474296a481b83592c4 /check.py
parentca0dc47b386a74e0493be77cfcbdcd7cd2fff61f (diff)
downloadbinaryen-78a8208beb12e3a1640670dc9a8fc4ecbb4b6085.tar.gz
binaryen-78a8208beb12e3a1640670dc9a8fc4ecbb4b6085.tar.bz2
binaryen-78a8208beb12e3a1640670dc9a8fc4ecbb4b6085.zip
nan fixes
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 2c9dbb09e..9ce421735 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_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[:]