From 650928c4c4877186134556ae684938662d9e23ec Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 18 Apr 2016 16:09:05 -0700 Subject: disable wasm2asm tests in auto_update_tests.py as well, not just in check.py --- auto_update_tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auto_update_tests.py') diff --git a/auto_update_tests.py b/auto_update_tests.py index 8cd2651ee..e0ae3a7a7 100755 --- a/auto_update_tests.py +++ b/auto_update_tests.py @@ -40,6 +40,7 @@ for dot_s_dir in ['dot_s', 'llvm_autogenerated']: expected_file = os.path.join('test', dot_s_dir, wasm) open(expected_file, 'w').write(actual) +''' for wasm in ['address.wast']:#os.listdir(os.path.join('test', 'spec')): if wasm.endswith('.wast'): print '..', wasm @@ -50,6 +51,7 @@ for wasm in ['address.wast']:#os.listdir(os.path.join('test', 'spec')): assert err == '', 'bad err:' + err expected_file = os.path.join('test', asm) open(expected_file, 'w').write(actual) +''' for t in sorted(os.listdir(os.path.join('test', 'print'))): if t.endswith('.wast'): -- cgit v1.2.3