diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-01-29 20:17:57 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-01-29 20:17:57 -0800 |
commit | a0e109c8bf15d55af2280dbd95df67d89fa65520 (patch) | |
tree | 5f79fae5f690469da7e759463f4f17d6b68dc10e | |
parent | 17ab9b60b0cd48b2fd37217fd91a3c65feb03e5f (diff) | |
download | binaryen-a0e109c8bf15d55af2280dbd95df67d89fa65520.tar.gz binaryen-a0e109c8bf15d55af2280dbd95df67d89fa65520.tar.bz2 binaryen-a0e109c8bf15d55af2280dbd95df67d89fa65520.zip |
enable binary format spec tests
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')) |