]> Cypherpunks repositories - gostls13.git/commit
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)
commit0fe62e7575a342decef0d5a00f6740fde15d5d7b
tree32c168b003b871978f62f0570d576d385e384ddf
parent1f77db94f8a453ae96e490fe729c8c6b0ba9479f
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 <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/os_test.go