From bb72adc023a0c1484ed0a12deffeec189f199db7 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 22 Jan 2016 10:48:55 -0800 Subject: add I32ReinterpretF32 in binary format, for now --- auto_update_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto_update_tests.py') diff --git a/auto_update_tests.py b/auto_update_tests.py index 4fbe7f8ce..273f05cb6 100755 --- a/auto_update_tests.py +++ b/auto_update_tests.py @@ -12,7 +12,7 @@ for asm in sorted(os.listdir('test')): open(os.path.join('test', wasm), 'w').write(actual) for wasm in sorted(os.listdir('test')): - if wasm.endswith('.wast'): + if wasm.endswith('.wast') and os.path.basename(wasm) not in ['kitchen_sink.wast']: # i64s in kitchen_sink print '..', wasm asm = wasm.replace('.wast', '.2asm.js') actual, err = subprocess.Popen([os.path.join('bin', 'wasm2asm'), os.path.join('test', wasm)], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate() -- cgit v1.2.3