]> Cypherpunks repositories - gostls13.git/commit
testing: write output to buffer when fuzzing
authorKatie Hockman <katie@golang.org>
Thu, 14 Oct 2021 16:32:58 +0000 (12:32 -0400)
committerKatie Hockman <katie@golang.org>
Tue, 19 Oct 2021 15:48:56 +0000 (15:48 +0000)
commit067d796549242bec2d33226c9da1e67f092a7be2
treebcf3633c27756e3b5bd26b0c119f50e1785b17e1
parent6294207a1c79e318124850155c7b6c23997c8c13
testing: write output to buffer when fuzzing

Fixes #48709

Change-Id: Ia6376a2f792946498d6565a53605b3e6c985ea7c
Reviewed-on: https://go-review.googlesource.com/c/go/+/355909
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>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/testdata/script/test_fuzz_minimize.txt
src/cmd/go/testdata/script/test_fuzz_minimize_interesting.txt
src/testing/fuzz.go