]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] internal/fuzz: minimize non-recoverable errors
authorKatie Hockman <katie@golang.org>
Fri, 26 Mar 2021 20:12:45 +0000 (16:12 -0400)
committerKatie Hockman <katie@golang.org>
Fri, 16 Apr 2021 20:50:55 +0000 (20:50 +0000)
commit7a7eee8ab72908b79ac10ba3f817447dd59e7642
tree973d93e8a63899e0b1f2917603ed8bf00e9da89d
parent529e5d0c7dc734f3fa6ae69ad6afdb3e185d2c1c
[dev.fuzz] internal/fuzz: minimize non-recoverable errors

Assuming that this works for non-recoverable errors, there
will likely be a follow-up CL which refactors the minimization
for recoverable errors to use the same RPC flow (since that
more easily allows the worker to tell the coordinator that
it's minimizing and shouldn't send more inputs to other workers
to fuzz).

Change-Id: I32ac7cec4abe2d4c345c0ee77315233047efb1fb
Reviewed-on: https://go-review.googlesource.com/c/go/+/309509
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/testdata/script/test_fuzz_mutator.txt
src/internal/fuzz/fuzz.go
src/internal/fuzz/worker.go