]> Cypherpunks repositories - gostls13.git/commit
internal/fuzz: disconnect stdout and stderr from the worker
authorKatie Hockman <katie@golang.org>
Tue, 28 Sep 2021 19:59:34 +0000 (15:59 -0400)
committerKatie Hockman <katie@golang.org>
Wed, 29 Sep 2021 19:53:09 +0000 (19:53 +0000)
commite213c72fb9492a409bd0ed9620ca9aaaa96ddebe
treea00e94c5b71e58adb157dfa9a44c684bab7d013f
parent82ac9ab83a47468046bda9bf6c4676a9695fae24
internal/fuzz: disconnect stdout and stderr from the worker

This was useful for debugging while we were developing
the feature, but is now causing extraneous prints that
make the command output difficult to read.

This change also prevents the go command from printing
an extraneous "FAIL" when fuzzing is enabled.

Fixes #48633
Fixes #46631

Change-Id: I636e65f305a20f6dcd843e62090ae228741a3725
Reviewed-on: https://go-review.googlesource.com/c/go/+/352892
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/go/internal/test/test.go
src/internal/fuzz/worker.go