[dev.fuzz] testing: fuzzminimizetime should accept 0x / 0s / maybe just "0" to disable minimization #48321
Labels
FrozenDueToAge
fuzz
Issues related to native fuzzing support
NeedsFix
The path to resolution is known, but the work has not been done.
In an attempt to work around #48320, I tried passing
-fuzzminimizetime=0s
. That was rejected withinvalid duration
.@katiehockman suggested
-fuzzminimizetime=0x
, but that fails withinvalid count
.Both of those should probably be valid.
The text was updated successfully, but these errors were encountered: