From: Ian Lance Taylor Date: Wed, 15 Feb 2017 20:32:14 +0000 (-0800) Subject: os: skip TestPipeThreads on Plan 9 X-Git-Tag: go1.9beta1~1545 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0fe62e7575a342decef0d5a00f6740fde15d5d7b;p=gostls13.git os: skip TestPipeThreads on Plan 9 It can't work since Plan 9 does not support the runtime poller. Fixes build. Change-Id: I9ec33eb66019d9364c6ff6519b61b32e59498559 Reviewed-on: https://go-review.googlesource.com/37091 Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- diff --git a/src/os/os_test.go b/src/os/os_test.go index 5657693ffd..93c5616419 100644 --- a/src/os/os_test.go +++ b/src/os/os_test.go @@ -1949,6 +1949,8 @@ func TestPipeThreads(t *testing.T) { t.Skip("skipping on FreeBSD; issue 19093") case "windows": t.Skip("skipping on Windows; issue 19098") + case "plan9": + t.Skip("skipping on Plan 9; does not support runtime poller") } threads := 100