net: pass tests on Plan 9

Ignore problematic tests and un-ignore one
we can now pass.

R=rsc, rminnich, ality, dave, bradfitz
CC=golang-dev
https://golang.org/cl/7396060
This commit is contained in:
Akshat Kumar 2013-02-28 07:18:02 +01:00 committed by Ron Minnich
parent 322214cf54
commit b2249f2018
4 changed files with 25 additions and 1 deletions

View file

@ -89,7 +89,7 @@ var fileListenerTests = []struct {
func TestFileListener(t *testing.T) {
switch runtime.GOOS {
case "plan9", "windows":
case "windows":
t.Skipf("skipping test on %q", runtime.GOOS)
}