]> Cypherpunks repositories - gostls13.git/commit
net: deflake TestLookupPort on Android
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 18 May 2016 01:54:20 +0000 (10:54 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 18 May 2016 08:18:56 +0000 (08:18 +0000)
commit6de34e6e25732757b7b40e4053c6ac7fb6d00df4
tree9955df7494bf97b4cdaafad599a5e2a4988ed4c9
parentcdcb8271a411bac78aa886a5998ac2c10b23f058
net: deflake TestLookupPort on Android

Looks like some version of Android still fails with "servname not
supported for ai_socktype". It probably doesn't support
ai_socktype=SOCK_STREAM.

Updates #14576.

Change-Id: I77ecff147d5b759e3281b3798c60f150a4aab811
Reviewed-on: https://go-review.googlesource.com/23194
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/lookup_test.go