summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-08 15:37:47 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-08 15:37:47 -0800
commit3d161f19c82bc6eb2e2788f8a0446a0cf839e4a7 (patch)
treebeb5f0bf9810a341159a684fe99aa625c8e62641 /check.py
parent78a8208beb12e3a1640670dc9a8fc4ecbb4b6085 (diff)
downloadbinaryen-3d161f19c82bc6eb2e2788f8a0446a0cf839e4a7.tar.gz
binaryen-3d161f19c82bc6eb2e2788f8a0446a0cf839e4a7.tar.bz2
binaryen-3d161f19c82bc6eb2e2788f8a0446a0cf839e4a7.zip
add final spec testcase; everything passes
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 9ce421735..498aaabcf 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_misc.wast']
+ BLACKLIST = []
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[:]