summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/check.py b/check.py
index 237697d43..fa9a060f8 100755
--- a/check.py
+++ b/check.py
@@ -189,6 +189,9 @@ def run_spec_tests():
# windows has some failures that need to be investigated
if base == 'names.wast' and shared.skip_if_on_windows('spec: ' + base):
continue
+ # FIXME Reenable this after updating interpreter for EH
+ if base == 'exception-handling.wast':
+ continue
def run_spec_test(wast):
cmd = shared.WASM_SHELL + [wast]