-
- Downloads
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>
Showing
- src/cmd/go/alldocs.go 15 additions, 16 deletionssrc/cmd/go/alldocs.go
- src/cmd/go/internal/test/test.go 21 additions, 22 deletionssrc/cmd/go/internal/test/test.go
- src/cmd/go/testdata/script/test_fuzz.txt 5 additions, 5 deletionssrc/cmd/go/testdata/script/test_fuzz.txt
- src/cmd/go/testdata/script/test_fuzz_match.txt 2 additions, 2 deletionssrc/cmd/go/testdata/script/test_fuzz_match.txt
- src/cmd/go/testdata/script/test_fuzz_multiple.txt 1 addition, 1 deletionsrc/cmd/go/testdata/script/test_fuzz_multiple.txt
- src/cmd/go/testdata/script/test_fuzz_mutator_repeat.txt 1 addition, 1 deletionsrc/cmd/go/testdata/script/test_fuzz_mutator_repeat.txt
- src/cmd/go/testdata/script/test_fuzz_seed_corpus.txt 11 additions, 11 deletionssrc/cmd/go/testdata/script/test_fuzz_seed_corpus.txt
- src/go/doc/example.go 3 additions, 3 deletionssrc/go/doc/example.go
- src/internal/fuzz/fuzz.go 2 additions, 2 deletionssrc/internal/fuzz/fuzz.go
- src/testing/fuzz.go 70 additions, 68 deletionssrc/testing/fuzz.go
- src/testing/testing.go 29 additions, 28 deletionssrc/testing/testing.go
Loading
Please register or sign in to comment