diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-08 15:37:47 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-08 15:37:47 -0800 |
commit | 3d161f19c82bc6eb2e2788f8a0446a0cf839e4a7 (patch) | |
tree | beb5f0bf9810a341159a684fe99aa625c8e62641 /check.py | |
parent | 78a8208beb12e3a1640670dc9a8fc4ecbb4b6085 (diff) | |
download | binaryen-3d161f19c82bc6eb2e2788f8a0446a0cf839e4a7.tar.gz binaryen-3d161f19c82bc6eb2e2788f8a0446a0cf839e4a7.tar.bz2 binaryen-3d161f19c82bc6eb2e2788f8a0446a0cf839e4a7.zip |
add final spec testcase; everything passes
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_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[:] |