diff options
Diffstat (limited to 'scripts/fuzz_opt.py')
-rwxr-xr-x | scripts/fuzz_opt.py | 4 |
1 files changed, 1 insertions, 3 deletions
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 |