]> Cypherpunks repositories - gostls13.git/commit
os: enable TestClosedPipeRace* on FreeBSD
authorAustin Clements <austin@google.com>
Sat, 11 Dec 2021 02:17:12 +0000 (21:17 -0500)
committerAustin Clements <austin@google.com>
Tue, 14 Dec 2021 20:25:03 +0000 (20:25 +0000)
commit0f05ed3b7821db1d73954aa9e7fd49e5a19ec12a
tree160be631bdb1b9b10d3baf0845a0a19e5d4272bf
parentd407a8c3c49f11980f224d204147eff8fcb087f4
os: enable TestClosedPipeRace* on FreeBSD

This test has worked since CL 165801 (committed March 12, 2019), so
stop skipping it. With this, we check that Close makes concurrent I/O
operations on pipes return Errclosed on all platforms.

Updates #19093.

Change-Id: Ic090c70996c115abf80d8f9b93ca2aeaf347c9d8
Reviewed-on: https://go-review.googlesource.com/c/go/+/371016
Trust: Austin Clements <austin@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/os/pipe_test.go