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: test doesn't pass on IPv6 only machines #9890

Closed
alxzh opened this issue Feb 16, 2015 · 1 comment
Closed

net: test doesn't pass on IPv6 only machines #9890

alxzh opened this issue Feb 16, 2015 · 1 comment

Comments

@alxzh
Copy link
Contributor

alxzh commented Feb 16, 2015

I am trying to build go on IPv6 only machine and seeing following error:
--- FAIL: TestDialTimeout (0.01s)
dial_test.go:108: got error "dial tcp 127.0.0.1:61521: connection reset by peer"; not a timeout
--- FAIL: TestIPv4MulticastListener (0.00s)
multicast_test.go:55: First ListenMulticastUDP on failed: listen udp 224.0.0.254: setsockopt: no such device
FAIL
FAIL net 2.086s

Test should check if IPv4/IPv6 addresses assigned on the machine before starting test.

@minux minux changed the title Net package tests doesn't pass on IPv6 only machines net: tests doesn't pass on IPv6 only machines Feb 16, 2015
@minux minux added this to the Go1.5 milestone Feb 16, 2015
@mikioh
Copy link
Contributor

mikioh commented Feb 16, 2015

This is a duplicate of #5707.

@mikioh mikioh closed this as completed Feb 16, 2015
@mikioh mikioh changed the title net: tests doesn't pass on IPv6 only machines net: test doesn't pass on IPv6 only machines Feb 17, 2015
@mikioh mikioh removed this from the Go1.5 milestone Feb 17, 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.
Projects
None yet
Development

No branches or pull requests

4 participants