]> Cypherpunks repositories - gostls13.git/commit
net: skip unsupported tests on iOS
authorElias Naur <elias.naur@gmail.com>
Fri, 4 May 2018 09:25:24 +0000 (11:25 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 4 May 2018 14:46:05 +0000 (14:46 +0000)
commit42219419ba07b8669c9ddc4fcd60194188171e12
tree34cfcdf14380f2235a466b3b726b3acc76d03bdc
parent164718ae2a35d368bf5611bf77c0e8ca1c8ab6a5
net: skip unsupported tests on iOS

The new iOS test harness forwards environment variables, such that
tests that skipped on non-builders now run because GO_BUILDER_NAME
is set.

Skip the net tests that rely on resolv.conf being present.

Change-Id: I7875dc4252b2ab696c9aae13a9106ddf296ee8ec
Reviewed-on: https://go-review.googlesource.com/111476
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/lookup_test.go