diff options
-rwxr-xr-x | auto_update_tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
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'): |