]> Cypherpunks repositories - gostls13.git/commitdiff
Revert "net: skip socket hungry test on iOS"
authorElias Naur <elias.naur@gmail.com>
Thu, 17 May 2018 13:24:03 +0000 (13:24 +0000)
committerElias Naur <elias.naur@gmail.com>
Thu, 17 May 2018 13:37:37 +0000 (13:37 +0000)
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 <elias.naur@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/net/tcpsock_unix_test.go

index 8d8960eb10ff1faff87aaa8fda6642d4774e09cc..95c02d272118565d0b78a05c5f82e8854cbfd8bb 100644 (file)
@@ -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