]> Cypherpunks repositories - gostls13.git/commitdiff
os: skip TestPipeThreads on Plan 9
authorIan Lance Taylor <iant@golang.org>
Wed, 15 Feb 2017 20:32:14 +0000 (12:32 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 15 Feb 2017 21:27:12 +0000 (21:27 +0000)
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 <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/os_test.go

index 5657693ffddb9201df61319a3cb68ca6be7361dc..93c561641922c6c039ce16e21952f6cc773c3a62 100644 (file)
@@ -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