mirror of
https://github.com/golang/go
synced 2024-11-24 04:20:03 -07:00
net: add plan9 to TestDialTimeout
=== RUN TestDialTimeout --- PASS: TestDialTimeout (0.21 seconds) R=golang-codereviews, bradfitz, 0intro CC=golang-codereviews, rsc https://golang.org/cl/49710050
This commit is contained in:
parent
8aaca37383
commit
830bb3797e
@ -58,7 +58,7 @@ func TestDialTimeout(t *testing.T) {
|
|||||||
errc <- err
|
errc <- err
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
case "darwin", "windows":
|
case "darwin", "plan9", "windows":
|
||||||
// At least OS X 10.7 seems to accept any number of
|
// At least OS X 10.7 seems to accept any number of
|
||||||
// connections, ignoring listen's backlog, so resort
|
// connections, ignoring listen's backlog, so resort
|
||||||
// to connecting to a hopefully-dead 127/8 address.
|
// to connecting to a hopefully-dead 127/8 address.
|
||||||
|
Loading…
Reference in New Issue
Block a user