-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
I've been trying to figure out how to configure the fuzzing duration dynamically for tests using Jazzer's JUnit integration.
I found:
-
The JUnit Integration documentation doesn't mention fuzzing duration at all.
-
The
@FuzzTest
annotation supports amaxDuration
parameter, but it seems to only accept static strings. -
It appears to be possible to thread a duration down to
libFuzzer
viajazzer.internal.arg
properties, but the nameinternal
suggests that those are not intended to be user-facing. 😅
Is there a supported API for specifying a fuzz duration dynamically? If not, can one be added?
Metadata
Metadata
Assignees
Labels
No labels