From: Elias Naur Date: Thu, 17 May 2018 13:24:03 +0000 (+0000) Subject: Revert "net: skip socket hungry test on iOS" X-Git-Tag: go1.11beta1~404 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d21655b89cd962df068dbca1e0caa6b96232508a;p=gostls13.git Revert "net: skip socket hungry test on iOS" This reverts commit 3027932ac3d8d943a404e0b6f9d9ea390c8e6840. Reason for revert: It didn't work well enough; a replacement CL that skips external net tests altogether on iOS is coming. Change-Id: Ib2c5656cee92bcae744f9c99fbcb9f9f2baa0694 Reviewed-on: https://go-review.googlesource.com/113555 Run-TryBot: Elias Naur Reviewed-by: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- diff --git a/src/net/tcpsock_unix_test.go b/src/net/tcpsock_unix_test.go index 8d8960eb10..95c02d2721 100644 --- a/src/net/tcpsock_unix_test.go +++ b/src/net/tcpsock_unix_test.go @@ -87,11 +87,6 @@ func TestTCPSpuriousConnSetupCompletionWithCancel(t *testing.T) { if testenv.Builder() == "" { testenv.MustHaveExternalNetwork(t) } - - if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") { - t.Skip("the iOS limit of 250 open file descriptors is too low") - } - defer dnsWaitGroup.Wait() t.Parallel() const tries = 10000