]> Cypherpunks repositories - gostls13.git/commit
net: LookupAddr("127.0.0.1") is "localhost" not "localhost." on Plan 9 and Windows
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 13 Jan 2016 12:04:10 +0000 (21:04 +0900)
committerRuss Cox <rsc@golang.org>
Wed, 13 Jan 2016 14:02:22 +0000 (14:02 +0000)
commitceeb52d86214757b25a39a939fe945eb8e787bf6
tree6886627d55f00eee2224f32d13d0353437920e18
parent771da53958618108c8ea56a69412eaeaae79e0ae
net: LookupAddr("127.0.0.1") is "localhost" not "localhost." on Plan 9 and Windows

This change applies the fix for #13564 to Plan 9 and Windows.
Also enables Lookup API test cases on builders.

Updates #13564.

Change-Id: I863f03c7cb6fbe58b3a55223bfa0ac5f9bf9c3df
Reviewed-on: https://go-review.googlesource.com/18559
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/net/lookup_plan9.go
src/net/lookup_test.go
src/net/lookup_windows.go
src/net/lookup_windows_test.go
src/net/non_unix_test.go