utls/fuzz
Katie Hockman fd909cfe23 [dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possible"
This reverts commit 413c125da38990720744c0d98ab65c0d5b1602da.

Reason for revert: Giving this more thought, we've decided that
converting types under the hood may cause unexpected behavior to
users. This is a feature that can always be added after more
consideration has been done, but is not something that can be
removed due to the backwards compatibility promise.

Updates golang/go#45593

Change-Id: I79bab24979d7e4c294e6cb6455d4c7729d6a0efb
Reviewed-on: https://go-review.googlesource.com/c/go/+/350251
Trust: Katie Hockman <katie@golang.org>
Trust: Joe Tsai <joetsai@digital-static.net>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Reviewed-by: Joe Tsai <joetsai@digital-static.net>
2021-09-20 17:18:57 +00:00
..
coverage.go [dev.fuzz] internal/fuzz: rework default test behavior before fuzzing 2021-09-16 13:37:34 +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] Revert "[dev.fuzz] testing: convert seed corpus values where possible" 2021-09-20 17:18:57 +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: rework default test behavior before fuzzing 2021-09-16 13:37:34 +00:00
worker_test.go [dev.fuzz] internal/fuzz: avoid marshaling input before calling fuzz function 2021-07-20 00:06:06 +00:00