summaryrefslogtreecommitdiff
path: root/libgo/go/net/tcpsock_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/net/tcpsock_test.go')
-rw-r--r--libgo/go/net/tcpsock_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/net/tcpsock_test.go b/libgo/go/net/tcpsock_test.go
index 65a6ee579ea..a89f6217196 100644
--- a/libgo/go/net/tcpsock_test.go
+++ b/libgo/go/net/tcpsock_test.go
@@ -656,7 +656,7 @@ func TestTCPSelfConnect(t *testing.T) {
n = 1000
}
switch runtime.GOOS {
- case "darwin", "dragonfly", "freebsd", "netbsd", "openbsd", "plan9", "solaris", "windows":
+ case "darwin", "dragonfly", "freebsd", "netbsd", "openbsd", "plan9", "illumos", "solaris", "windows":
// Non-Linux systems take a long time to figure
// out that there is nothing listening on localhost.
n = 100