]> Cypherpunks repositories - gostls13.git/commit
all: update terminology for fuzzing
authorKatie Hockman <katie@golang.org>
Tue, 9 Nov 2021 22:13:36 +0000 (17:13 -0500)
committerKatie Hockman <katie@golang.org>
Thu, 11 Nov 2021 21:06:07 +0000 (21:06 +0000)
commit9d89a5eb64f25ce0e7cc6086d44b6f327cbb302c
treeb453ae64e87fe65a5c8cc16338d27634553760a9
parentccd41cc05e3ee2f0d0ded1d7faf9c1f43ce1037b
all: update terminology for fuzzing

This change doesn't modify any functionality.
It also doesn't update all of the comments and
variable names of the internal code, but everything
user facing should be correct.

Updates #49185

Change-Id: Ia8b2c94b89ba45897c4085ea0c17a3d8896f7ec7
Reviewed-on: https://go-review.googlesource.com/c/go/+/362794
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/test/test.go
src/cmd/go/testdata/script/test_fuzz.txt
src/cmd/go/testdata/script/test_fuzz_match.txt
src/cmd/go/testdata/script/test_fuzz_multiple.txt
src/cmd/go/testdata/script/test_fuzz_mutator_repeat.txt
src/cmd/go/testdata/script/test_fuzz_seed_corpus.txt
src/go/doc/example.go
src/internal/fuzz/fuzz.go
src/testing/fuzz.go
src/testing/testing.go