mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
net: pass tests on Plan 9 again
R=golang-dev CC=golang-dev https://golang.org/cl/6280045
This commit is contained in:
parent
ede6718cd7
commit
42a76efc92
10 changed files with 48 additions and 42 deletions
|
|
@ -130,7 +130,7 @@ func TestSelfConnect(t *testing.T) {
|
|||
n = 1000
|
||||
}
|
||||
switch runtime.GOOS {
|
||||
case "darwin", "freebsd", "netbsd", "openbsd", "windows":
|
||||
case "darwin", "freebsd", "netbsd", "openbsd", "plan9", "windows":
|
||||
// Non-Linux systems take a long time to figure
|
||||
// out that there is nothing listening on localhost.
|
||||
n = 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue