]> Cypherpunks repositories - gostls13.git/commit
os: re-enable TestPipeThreads on darwin
authorShenghou Ma <minux@golang.org>
Sun, 6 Oct 2019 12:03:44 +0000 (08:03 -0400)
committerMinux Ma <minux@golang.org>
Sun, 6 Oct 2019 18:18:50 +0000 (18:18 +0000)
commitcfe232042981972dc0c7e8d741a04556ecaae3c3
tree1c745ce69da354e9da94a69db8d513e2e47b5081
parentfc8bef06c4097ca80efa47aacb55201580015015
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>
src/os/os_test.go