From e137078cdbd03361f5fdd7c94af24ad922af2aed Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 29 Sep 2025 09:42:31 -0700 Subject: [PATCH] go --- scripts/fuzz_opt.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index f7ada277f3c..d70b191fd98 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -1536,7 +1536,7 @@ def can_run_on_wasm(self, wasm): # files, which adds coverage for ClusterFuzz (which sometimes runs two wasm # files in that way). class Split(TestCaseHandler): - frequency = 1 # TODO: adjust lower when we actually enable this + frequency = 0.1 def handle(self, wasm): # get the list of function names, some of which we will decide to split @@ -2121,8 +2121,7 @@ def handle(self, wasm): TrapsNeverHappen(), CtorEval(), Merge(), - # TODO: enable when stable enough, and adjust |frequency| (see above) - # Split(), + Split(), RoundtripText(), ClusterFuzz(), Two(),