summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/check.py b/check.py
index b7e4db698..2b594dd59 100755
--- a/check.py
+++ b/check.py
@@ -406,6 +406,7 @@ for t in spec_tests:
# compare all the outputs to the expected output
check_expected(actual, os.path.join('test', 'spec', 'expected-output', os.path.basename(wast) + '.log'))
+''' XXX disable wasm2asm for now, too much flux
print '\n[ checking wasm2asm testcases... ]\n'
for wasm in tests + [os.path.join('spec', name) for name in ['address.wast']]:#spec_tests:
@@ -440,6 +441,7 @@ for wasm in tests + [os.path.join('spec', name) for name in ['address.wast']]:#s
out, err = proc.communicate()
assert proc.returncode == 0
fail_if_not_contained(err, 'Successfully compiled asm.js code')
+'''
print '\n[ checking .s testcases... ]\n'