1
0
mirror of https://github.com/golang/go synced 2024-11-06 08:26:12 -07:00
go/src/os/exec
Ian Lance Taylor c06b10ae9d os/exec: fix race in TestStdinCloseRace
The test for the race detector itself had a race of a sort not
detected by the race detector.

Fixes #18286.

Change-Id: I3265eae275aaa2869a6b6d3e8675b0d88b25831b
Reviewed-on: https://go-review.googlesource.com/34287
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-12-13 01:56:36 +00:00
..
example_test.go os/exec: add example for CommandContext 2016-10-05 21:30:14 +00:00
exec_posix.go os/exec: fix plan9 build 2015-07-14 05:33:14 +00:00
exec_test.go os/exec: fix race in TestStdinCloseRace 2016-12-13 01:56:36 +00:00
exec.go os/exec: add closeOnce.WriteString method 2016-11-16 02:24:30 +00:00
internal_test.go os/exec: make Cmd.Output include stderr in ExitError 2015-10-22 14:08:10 +00:00
lp_plan9.go os/exec: cleanup and remove duplicated code 2016-05-11 16:48:46 +00:00
lp_test.go
lp_unix_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
lp_unix.go os/exec: cleanup and remove duplicated code 2016-05-11 16:48:46 +00:00
lp_windows_test.go os/exec: cleanup and remove duplicated code 2016-05-11 16:48:46 +00:00
lp_windows.go os/exec: cleanup and remove duplicated code 2016-05-11 16:48:46 +00:00