]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] internal/fuzz: more fuzzing output adjustments
authorKatie Hockman <katie@golang.org>
Tue, 21 Sep 2021 19:51:45 +0000 (15:51 -0400)
committerKatie Hockman <katie@golang.org>
Wed, 22 Sep 2021 14:28:57 +0000 (14:28 +0000)
commitdc5b1d31c8c648b2fad1b2e85f6cca2dc1249455
treef4773537b5e8932f70624a7a73ce508ab0998660
parent09d3df0183a78a3900a888873519cc7d994d5e19
[dev.fuzz] internal/fuzz: more fuzzing output adjustments

This change also makes it so that non-recoverable errors (which should
be pretty rare) will no longer be minimized as these failures can be
flakier and harder to minimize successfully.

Updates golang/go#48132

Change-Id: I991d837993ea1fb0304b3ec491cc725ef5265652
Reviewed-on: https://go-review.googlesource.com/c/go/+/351273
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/testdata/script/test_fuzz_minimize.txt
src/internal/fuzz/fuzz.go
src/internal/fuzz/worker.go