Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: the series of TestLookup don't care about the differences of platforms #10795

Closed
alexbrainman opened this issue May 13, 2015 · 1 comment
Labels
FrozenDueToAge Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@alexbrainman
Copy link
Member

C:\go\root\src\net>go test -run=TestLookup
--- FAIL: TestLookupGoogleSRV (0.00s)
        lookup_test.go:54: got "google.com"; want ".google.com"
--- FAIL: TestLookupGooglePublicDNSAddr (0.00s)
        lookup_test.go:146: got "google-public-dns-a.google.com"; want a record containing ".google.com."
        lookup_test.go:146: got "google-public-dns-b.google.com"; want a record containing ".google.com."
        lookup_test.go:146: got "google-public-dns-a.google.com"; want a record containing ".google.com."
        lookup_test.go:146: got "google-public-dns-b.google.com"; want a record containing ".google.com."
FAIL
exit status 1
FAIL    net     1.094s

C:\go\root\src\net>go version
go version devel +77fc03f Tue May 12 01:30:40 2015 +0000 windows/386

I am using Windows XP.

Alex

@mikioh mikioh self-assigned this May 13, 2015
@mikioh mikioh changed the title net: TestLookupGoogleSRV fails on windows net: the series of TestLookup don't care about the differences of platforms May 13, 2015
@mikioh mikioh added the Testing An issue that has been verified to require only test changes, not just a test failure. label May 13, 2015
@mikioh mikioh added this to the Go1.5 milestone May 13, 2015
@gopherbot
Copy link

CL https://golang.org/cl/10006 mentions this issue.

@mikioh mikioh closed this as completed in 7eec656 May 20, 2015
@mikioh mikioh removed their assignment May 27, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

3 participants