diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-08 12:41:10 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-08 12:41:10 -0800 |
commit | 504b1a981cf6d0d560a1160b106a1b49eaea4cd7 (patch) | |
tree | a7f963a43b3de5afd2ca2835be1cc51f89f87ebd | |
parent | a0d9673cf965c72f7ea8f4484f23e98e5ec3ba65 (diff) | |
download | binaryen-504b1a981cf6d0d560a1160b106a1b49eaea4cd7.tar.gz binaryen-504b1a981cf6d0d560a1160b106a1b49eaea4cd7.tar.bz2 binaryen-504b1a981cf6d0d560a1160b106a1b49eaea4cd7.zip |
enable test
-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_memory.wast', 'float_misc.wast'] + BLACKLIST = ['float_literals.wast', '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[:] |