]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] cmd/go: stream output when fuzzing
authorJay Conrod <jayconrod@google.com>
Tue, 24 Aug 2021 22:58:03 +0000 (15:58 -0700)
committerJay Conrod <jayconrod@google.com>
Wed, 1 Sep 2021 22:11:17 +0000 (22:11 +0000)
commitf0668e7c8cc2f26e16afa31dd43be774b1db65a5
treea0501d7d666e9b9b158fa3e3f04c58e15758e112
parent37f5885f29068d869e161c4ee8ee17c3e1195cc8
[dev.fuzz] cmd/go: stream output when fuzzing

Previously, 'go test' streamed output when there were no package
arguments or when benchmarking. This CL expands that to include
fuzzing to ensure that coordinator progress messages are printed.

This change tweaks tests and output a little bit: the output is
slightly different depending on whether it was streamed or buffered in
'go test'.

Fixes golang/go#47603

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