From d16e8900cb98af97775e406c25d4a8b0c8c86039 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 5 Nov 2015 10:29:23 -0800 Subject: more conversion fixes --- check.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'check.py') diff --git a/check.py b/check.py index 3ec0d6544..c428ec5ea 100755 --- a/check.py +++ b/check.py @@ -81,7 +81,8 @@ print '\n[ checking wasm-shell spec testcases... ]\n' if len(requested) == 0: #spec_tests = [] # XXX [os.path.join('spec', t) for t in sorted(os.listdir(os.path.join('test', 'spec')))] - spec_tests = [os.path.join('spec', t + '.wast') for t in ['address', 'conversions']] + # 'address' : filed issue, test looks invalid + spec_tests = [os.path.join('spec', t + '.wast') for t in ['conversions']] else: spec_tests = requested[:] -- cgit v1.2.3