Skip to content

Commit e137078

Browse files
committed
go
1 parent 7101321 commit e137078

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

scripts/fuzz_opt.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ def can_run_on_wasm(self, wasm):
15361536
# files, which adds coverage for ClusterFuzz (which sometimes runs two wasm
15371537
# files in that way).
15381538
class Split(TestCaseHandler):
1539-
frequency = 1 # TODO: adjust lower when we actually enable this
1539+
frequency = 0.1
15401540

15411541
def handle(self, wasm):
15421542
# get the list of function names, some of which we will decide to split
@@ -2121,8 +2121,7 @@ def handle(self, wasm):
21212121
TrapsNeverHappen(),
21222122
CtorEval(),
21232123
Merge(),
2124-
# TODO: enable when stable enough, and adjust |frequency| (see above)
2125-
# Split(),
2124+
Split(),
21262125
RoundtripText(),
21272126
ClusterFuzz(),
21282127
Two(),

0 commit comments

Comments
 (0)