summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-01-29 20:17:57 -0800
committerAlon Zakai <alonzakai@gmail.com>2016-01-29 20:17:57 -0800
commita0e109c8bf15d55af2280dbd95df67d89fa65520 (patch)
tree5f79fae5f690469da7e759463f4f17d6b68dc10e
parent17ab9b60b0cd48b2fd37217fd91a3c65feb03e5f (diff)
downloadbinaryen-a0e109c8bf15d55af2280dbd95df67d89fa65520.tar.gz
binaryen-a0e109c8bf15d55af2280dbd95df67d89fa65520.tar.bz2
binaryen-a0e109c8bf15d55af2280dbd95df67d89fa65520.zip
enable binary format spec tests
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index f7cc2a504..575c06222 100755
--- a/check.py
+++ b/check.py
@@ -356,7 +356,7 @@ for t in spec_tests:
result_wast = binary_format_check('split.wast', verify_final_result=False)
# add the asserts, and verify that the test still passes
open(result_wast, 'a').write('\n' + '\n'.join(asserts))
- # TODO actual += run_spec_test(result_wast)
+ actual += run_spec_test(result_wast)
# compare all the outputs to the expected output
# TODO check_expected(actual, os.path.join('test', 'spec', 'expected-output', os.path.basename(wast) + '.log'))