aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShenghou Ma <minux@golang.org>2019-10-06 08:03:44 -0400
committerAlexander Rakoczy <alex@golang.org>2019-10-09 20:24:12 +0000
commit49073c579e02ad97a1c3e0b645c4cac1a3622fb6 (patch)
tree9ff820996b4286cceca17c8c467bcd33e1b85a0d
parent81d995d9eec249864b8dbb541bec3e40da860c71 (diff)
downloadgo-49073c579e02ad97a1c3e0b645c4cac1a3622fb6.tar.gz
go-49073c579e02ad97a1c3e0b645c4cac1a3622fb6.zip
[release-branch.go1.13] 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 #34712 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> (cherry picked from commit cfe232042981972dc0c7e8d741a04556ecaae3c3) Reviewed-on: https://go-review.googlesource.com/c/go/+/200105 Run-TryBot: Alexander Rakoczy <alex@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com>
-rw-r--r--src/os/os_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os/os_test.go b/src/os/os_test.go
index 974374ec66..b94ab0d232 100644
--- a/src/os/os_test.go
+++ b/src/os/os_test.go
@@ -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