From 714df6b655f5d5f7da33ef091f3c8c758549597b Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 25 Dec 2015 20:31:21 -0500 Subject: finish updating .s tests --- 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 c3b9742b5..566967640 100755 --- a/auto_update_tests.py +++ b/auto_update_tests.py @@ -29,7 +29,7 @@ for t in sorted(os.listdir('test')): for s in sorted(os.listdir(os.path.join('test', 'dot_s'))) + sorted(os.listdir(os.path.join('test', 'experimental', 'prototype-wasmate', 'test'))): if not s.endswith('.s'): continue - if s in ['inline-asm.s', 'userstack.s', 'offset-folding.s']: continue + if s in ['inline-asm.s', 'userstack.s', 'offset-folding.s', 'legalize.s']: continue print '..', s wasm = s.replace('.s', '.wast') full = os.path.join('test', 'dot_s', s) -- cgit v1.2.3