From 7e1413902d74111898419b9ed5add45429fa62f8 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 2 Oct 2024 16:07:56 -0700 Subject: Fuzz Wasm Exceptions in V8 (#6981) The blocking bug https://issues.chromium.org/issues/332931390 has been fixed. --- scripts/fuzz_opt.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 2bf4086db..1e29a8422 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -838,9 +838,7 @@ class CompareVMs(TestCaseHandler): # V8 does not support shared memories when running with # shared-everything enabled, so do not fuzz shared-everything # for now. - # Due to the V8 bug https://issues.chromium.org/issues/332931390 - # we do not fuzz exception-handling either. - return all_disallowed(['shared-everything', 'exception-handling']) + return all_disallowed(['shared-everything']) def can_compare_to_self(self): # With nans, VM differences can confuse us, so only very simple VMs -- cgit v1.2.3