1
0
mirror of https://github.com/golang/go synced 2024-11-18 20:04:52 -07:00

os: re-enable TestPipeThreads on darwin

CL 197938 actually fixes those regression on Darwin as syscalls
are no longer labeled as always blocking and consume a thread.

Fixes #33953
Fixes #32326

Change-Id: I82c98516c23cd36f762bc5433d7b71ea8939a0ac
Reviewed-on: https://go-review.googlesource.com/c/go/+/199477
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
This commit is contained in:
Shenghou Ma 2019-10-06 08:03:44 -04:00 committed by Minux Ma
parent fc8bef06c4
commit cfe2320429

View File

@ -2254,8 +2254,6 @@ func TestPipeThreads(t *testing.T) {
t.Skip("skipping on Plan 9; does not support runtime poller")
case "js":
t.Skip("skipping on js; no support for os.Pipe")
case "darwin":
t.Skip("skipping on Darwin; issue 33953")
}
threads := 100