]> Cypherpunks repositories - gostls13.git/commit
os/exec: deflake TestStdinCloseRace
authorIan Lance Taylor <iant@golang.org>
Tue, 21 Feb 2017 15:14:51 +0000 (07:14 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 21 Feb 2017 17:12:57 +0000 (17:12 +0000)
commit35ffca31b180e6f9da6035326132f048980dc58c
treefa0086455e357dba087171cb297bf22eddefcff5
parenta355639c6046edae6b3a5190bc78260c2fe3b063
os/exec: deflake TestStdinCloseRace

Stop reporting errors from cmd.Process.Kill; they don't matter for
purposes of this test, and they can occur if the process exits quickly.

Fixes #19211.
Fixes #19213.

Change-Id: I1a0bb9170220ca69199abb8e8811b1dde43e1897
Reviewed-on: https://go-review.googlesource.com/37309
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/exec/exec_test.go