]> Cypherpunks repositories - gostls13.git/commit
net: don't run IP stack required tests on IP stack disabled kernels
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 6 May 2015 23:20:42 +0000 (08:20 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 7 May 2015 01:50:23 +0000 (01:50 +0000)
commitf963cb707ec375f36851f0a2c00a0f85474c03b6
treec8073b8abe54ed2d49ca96db468b821b4e8ea1b7
parent76d67eaccc4aa613bb794e53abef906551cc8f55
net: don't run IP stack required tests on IP stack disabled kernels

This change doesn't work perfectly on IPv6-only kernels including CLAT
enabled kernels, but works enough on IPv4-only kernels.

Fixes #10721.
Updates #10729.

Change-Id: I7db0e572e252aa0a9f9f54c8e557955077b72e44
Reviewed-on: https://go-review.googlesource.com/9777
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/dial_test.go
src/net/ipsock_test.go
src/net/listen_test.go
src/net/platform_test.go