From: Joel Sing Date: Sun, 20 May 2012 14:38:14 +0000 (+1000) Subject: net: reduce dial tests on netbsd X-Git-Tag: go1.1rc2~3175 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=40b310706b37b4154cae32d9ed5099dcfb80e11c;p=gostls13.git net: reduce dial tests on netbsd Add NetBSD to the list of operating systems that have a reduced set of dial tests. R=golang-dev, r CC=golang-dev https://golang.org/cl/6208083 --- diff --git a/src/pkg/net/dial_test.go b/src/pkg/net/dial_test.go index 7212087fe0..f64cc6c955 100644 --- a/src/pkg/net/dial_test.go +++ b/src/pkg/net/dial_test.go @@ -130,7 +130,7 @@ func TestSelfConnect(t *testing.T) { n = 1000 } switch runtime.GOOS { - case "darwin", "freebsd", "openbsd", "windows": + case "darwin", "freebsd", "netbsd", "openbsd", "windows": // Non-Linux systems take a long time to figure // out that there is nothing listening on localhost. n = 100