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(),