summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-01-29 20:19:07 -0800
committerAlon Zakai <alonzakai@gmail.com>2016-01-29 20:19:07 -0800
commitfece87ba4008c20978639580a8dc7264c57c489d (patch)
treebb4df3176e7ec5f62dd250d086be3416b7242512
parenta0e109c8bf15d55af2280dbd95df67d89fa65520 (diff)
downloadbinaryen-fece87ba4008c20978639580a8dc7264c57c489d.tar.gz
binaryen-fece87ba4008c20978639580a8dc7264c57c489d.tar.bz2
binaryen-fece87ba4008c20978639580a8dc7264c57c489d.zip
enable binary format spec test outputs
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 575c06222..89a64113f 100755
--- a/check.py
+++ b/check.py
@@ -358,7 +358,7 @@ for t in spec_tests:
open(result_wast, 'a').write('\n' + '\n'.join(asserts))
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'))
+ check_expected(actual, os.path.join('test', 'spec', 'expected-output', os.path.basename(wast) + '.log'))
print '\n[ checking wasm2asm testcases... ]\n'