Searched defs:FuzzingOptions (Results 1 – 1 of 1) sorted by relevance
17 struct FuzzingOptions { struct18 int Verbosity = 1;19 size_t MaxLen = 0;20 size_t LenControl = 1000;21 int UnitTimeoutSec = 300;22 int TimeoutExitCode = 70;23 int OOMExitCode = 71;24 int InterruptExitCode = 72;25 int ErrorExitCode = 77;26 bool IgnoreTimeouts = true;[all …]