diff --git a/check.py b/check.py index f4891d8e9b5..3ae6b3d2c81 100755 --- a/check.py +++ b/check.py @@ -385,7 +385,7 @@ def minify_check(wast, verify_final_result=True): wast = os.path.join('test', t) # skip checks for some tests - if os.path.basename(wast) in ['linking.wast', 'nop.wast', 'stack.wast', 'typecheck.wast']: # FIXME + if os.path.basename(wast) in ['linking.wast', 'nop.wast', 'stack.wast', 'typecheck.wast', 'unwind.wast']: # FIXME continue def run_spec_test(wast): diff --git a/test/spec b/test/spec index ef185d9cc64..db60b99bd36 160000 --- a/test/spec +++ b/test/spec @@ -1 +1 @@ -Subproject commit ef185d9cc6466f6d60c0117218f6d2144389676f +Subproject commit db60b99bd3693e0ae87ff5b03afa4010ecb0d439