golang/src/internal/fuzz
Oleksandr Redko 59493f32ed internal/fuzz: fix names of noCopy methods
Must be Lock/Unlock to be flagged by vet.

Change-Id: I792ebd68b168621a660b9595b5d06a465d0d7bf2
Reviewed-on: https://go-review.googlesource.com/c/go/+/584355
Auto-Submit: Roland Shoemaker <roland@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
2024-05-08 19:28:14 +00:00
..
counters_supported.go all: use unsafe.{Slice, SliceData, String, StringData} to simplify code 2022-09-08 21:16:39 +00:00
counters_unsupported.go internal/fuzz: fix typo in comment 2023-06-22 17:10:57 +00:00
coverage.go all: make use of builtin clear 2024-03-27 18:23:49 +00:00
encoding.go internal: fix a few function names on comments 2022-09-30 16:39:12 +00:00
encoding_test.go internal/fuzz: remove useless code 2024-03-07 00:20:34 +00:00
fuzz.go all: fix a large number of comments 2024-03-26 19:58:28 +00:00
mem.go internal: use bytes.Clone 2022-09-28 03:44:27 +00:00
minimize.go internal/fuzz: handle unrecoverable errors during minimization 2021-12-07 21:15:51 +00:00
minimize_test.go cmd/go: enable fuzz testing for FreeBSD 2022-01-12 19:47:40 +00:00
mutator.go all: clean unnecessary casts 2023-09-18 20:01:34 +00:00
mutator_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
mutators_byteslice.go internal/fuzz: fix chunk swap mutator 2021-11-19 18:23:43 +00:00
mutators_byteslice_test.go internal/fuzz: fix chunk swap mutator 2021-11-19 18:23:43 +00:00
pcg.go internal/fuzz: fix names of noCopy methods 2024-05-08 19:28:14 +00:00
queue.go all: fix comment typos 2022-11-05 21:02:45 +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 cmd/go: enable fuzz testing for FreeBSD 2022-01-12 19:47:40 +00:00
sys_unimplemented.go cmd/internal/sys: migrate support.go functions to new internal pkg 2022-10-04 18:08:15 +00:00
sys_windows.go internal/fuzz: pass handle to temporary file instead of the path 2023-07-20 18:35:25 +00:00
trace.go all: prevent fakePC overflow on 386 in libfuzzer mode 2022-10-12 00:12:53 +00:00
worker.go all: fix a large number of comments 2024-03-26 19:58:28 +00:00
worker_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00