go/src/internal/fuzz
Katie Hockman f53b61d387 [dev.fuzz] internal: fuzzing output adjustments
Print the elapsed time as a nicely formatted duration, and
make small adjustments to the command line output while fuzzing.

Fixes golang/go#48132

Change-Id: Id95f84c0939171a777448c444d9b87d7af26b654
Reviewed-on: https://go-review.googlesource.com/c/go/+/349970
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
2021-09-15 19:11:17 +00:00
..
coverage.go [dev.fuzz] internal/fuzz: coarsen each coverage counter when taking a snapshot 2021-08-23 20:58:28 +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 [dev.fuzz] internal: fuzzing output adjustments 2021-09-15 19:11:17 +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 [dev.fuzz] internal/fuzz: avoid incorrect bytes modification during minimization 2021-09-09 17:28:03 +00:00
minimize_test.go [dev.fuzz] internal/fuzz: avoid incorrect bytes modification during minimization 2021-09-09 17:28:03 +00:00
mutator.go [dev.fuzz] internal/fuzz: use scratch []byte for mutations 2021-06-28 16:34:17 +00:00
mutator_test.go [dev.fuzz] internal/fuzz: use scratch []byte for mutations 2021-06-28 16:34:17 +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 [dev.fuzz] internal/fuzz: improve handling of worker termination by signal 2021-07-08 16:39:05 +00:00
sys_unimplemented.go [dev.fuzz] internal/fuzz: improve handling of worker termination by signal 2021-07-08 16:39:05 +00:00
sys_windows.go [dev.fuzz] internal/fuzz: improve handling of worker termination by signal 2021-07-08 16:39:05 +00:00
trace.go [dev.fuzz] internal/fuzz: implement coverage and trace instrumentation 2021-04-09 17:19:43 +00:00
worker.go [dev.fuzz] internal/fuzz: only reconstruct inputs when needed on RPC return 2021-09-08 19:40:25 +00:00
worker_test.go [dev.fuzz] internal/fuzz: avoid marshaling input before calling fuzz function 2021-07-20 00:06:06 +00:00