From ea3a9db4a071292d4e976ef36f4c197a9e8a5fea Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 7 Mar 2016 17:41:40 -0800 Subject: disable wasm2asm for now; it was never fully functional anyhow, and there is too much flux --- check.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'check.py') 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' -- cgit v1.2.3