Skip to content

Commit 3fb17cf

Browse files
committed
os: enable TestPipeThreads on FreeBSD
This test works on FreeBSD since CL 165801 was submitted. Updates #19093 Change-Id: I45ffeb403c1de4385cdb21b9647f21976061e1ea Reviewed-on: https://go-review.googlesource.com/c/go/+/373358 Trust: Tobias Klauser <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 60f2c12 commit 3fb17cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/os/os_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2434,8 +2434,6 @@ func TestRemoveAllRace(t *testing.T) {
24342434
// Test that reading from a pipe doesn't use up a thread.
24352435
func TestPipeThreads(t *testing.T) {
24362436
switch runtime.GOOS {
2437-
case "freebsd":
2438-
t.Skip("skipping on FreeBSD; issue 19093")
24392437
case "illumos", "solaris":
24402438
t.Skip("skipping on Solaris and illumos; issue 19111")
24412439
case "windows":

0 commit comments

Comments
 (0)