From fa050b2f9c1e4b68c5067487515d1f67ae9bf9cf Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 24 Jun 2016 09:42:52 -0700 Subject: update spec tests, and handle some flux in call_indirect in upstream --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') diff --git a/check.py b/check.py index 214ade67b..622989006 100755 --- a/check.py +++ b/check.py @@ -453,7 +453,7 @@ for t in spec_tests: # check binary format. here we can verify execution of the final result, no need for an output verification split_num = 0 - if os.path.basename(wast) not in ['has_feature.wast']: # avoid some tests with things still in spec tests, but likely to be taken out soon + if os.path.basename(wast) not in ['call_indirect.wast']: # avoid some tests with things still being sorted out in the spec https://github.com/WebAssembly/spec/pull/301 actual = '' for module, asserts in split_wast(wast): print ' testing split module', split_num -- cgit v1.2.3