We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7101321 commit e137078Copy full SHA for e137078
1 file changed
scripts/fuzz_opt.py
@@ -1536,7 +1536,7 @@ def can_run_on_wasm(self, wasm):
1536
# files, which adds coverage for ClusterFuzz (which sometimes runs two wasm
1537
# files in that way).
1538
class Split(TestCaseHandler):
1539
- frequency = 1 # TODO: adjust lower when we actually enable this
+ frequency = 0.1
1540
1541
def handle(self, wasm):
1542
# get the list of function names, some of which we will decide to split
@@ -2121,8 +2121,7 @@ def handle(self, wasm):
2121
TrapsNeverHappen(),
2122
CtorEval(),
2123
Merge(),
2124
- # TODO: enable when stable enough, and adjust |frequency| (see above)
2125
- # Split(),
+ Split(),
2126
RoundtripText(),
2127
ClusterFuzz(),
2128
Two(),
0 commit comments