utls/fuzz
Katie Hockman 6404b91b83 internal/fuzz: set timeout for each exec of fuzz target
This change sets a timeout of 10 seconds on each
execution of the fuzz target, both during fuzzing
and during minimization. This is not currently
customizable by the user, but issue #48157 tracks
this work.

Deadlocks will be considered non-recoverable errors,
and as such, will not be minimizable.

Fixes #48591

Change-Id: Ic86e8e9e9a0255e7860f7cbf5654e832785d1cbc
Reviewed-on: https://go-review.googlesource.com/c/go/+/363134
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2021-11-12 18:48:59 +00:00
..
counters_supported.go internal/fuzz: temporarily work around test failures after dev.fuzz merge 2021-09-21 20:13:48 +00:00
counters_unsupported.go cmd/go: consolidate fuzz-support checks 2021-10-28 20:43:02 +00:00
coverage.go internal/fuzz: temporarily work around test failures after dev.fuzz merge 2021-09-21 20:13:48 +00:00
encoding.go [dev.fuzz] internal/fuzz: write a newline to the end of a corpus file 2021-09-10 19:27:54 +00:00
encoding_test.go [dev.fuzz] internal/fuzz: write a newline to the end of a corpus file 2021-09-10 19:27:54 +00:00
fuzz.go all: update terminology for fuzzing 2021-11-11 21:06:07 +00:00
mem.go [dev.fuzz] internal/fuzz: avoid marshaling input before calling fuzz function 2021-07-20 00:06:06 +00:00
minimize.go internal/fuzz: minimize bytes to be human readable 2021-11-02 15:51:21 +00:00
minimize_test.go internal/fuzz: set timeout for each exec of fuzz target 2021-11-12 18:48:59 +00:00
mutator.go internal/fuzz: allocate memory for mutated strings 2021-09-22 15:38:34 +00:00
mutator_test.go internal/fuzz: allocate memory for mutated strings 2021-09-22 15:38:34 +00:00
mutators_byteslice.go [dev.fuzz] internal/fuzz: refactor byte slice mutators 2021-06-22 04:10:24 +00:00
mutators_byteslice_test.go [dev.fuzz] internal/fuzz: avoid marshaling input before calling fuzz function 2021-07-20 00:06:06 +00:00
pcg.go [dev.fuzz] internal/fuzz: avoid marshaling input before calling fuzz function 2021-07-20 00:06:06 +00:00
queue.go [dev.fuzz] internal/fuzz: minimize inputs that expand coverage 2021-09-02 17:58:51 +00:00
queue_test.go [dev.fuzz] internal/fuzz: minimize inputs that expand coverage 2021-09-02 17:58:51 +00:00
sys_posix.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sys_unimplemented.go cmd/go: consolidate fuzz-support checks 2021-10-28 20:43:02 +00:00
sys_windows.go all: fix spelling mistakes 2021-10-13 04:00:15 +00:00
trace.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
worker.go internal/fuzz: set timeout for each exec of fuzz target 2021-11-12 18:48:59 +00:00
worker_test.go internal/fuzz: set timeout for each exec of fuzz target 2021-11-12 18:48:59 +00:00