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: TestDualStackUDPListener fails on dragonfly #10808

Closed
bradfitz opened this issue May 13, 2015 · 1 comment
Closed

net: TestDualStackUDPListener fails on dragonfly #10808

bradfitz 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

@bradfitz
Copy link
Contributor

TestDualStackUDPListener still fails on Dragonfly sometimes.

From f6d1009

http://build.golang.org/log/f4bc3bb1b42e2afb646e754f6f2d36ec6a665daf

--- FAIL: TestDualStackUDPListener (0.02s)
    listen_test.go:319: skipping udp  test
    listen_test.go:319: skipping udp  test
    listen_test.go:319: skipping udp 0.0.0.0 test
    listen_test.go:319: skipping udp  test
    listen_test.go:319: skipping udp :: test
    listen_test.go:319: skipping udp 0.0.0.0 test
    listen_test.go:319: skipping udp :: test
    listen_test.go:319: skipping udp ::ffff:0.0.0.0 test
    listen_test.go:319: skipping udp :: test
    listen_test.go:319: skipping udp4  test
    listen_test.go:319: skipping udp6  test
    listen_test.go:319: skipping udp4 0.0.0.0 test
    listen_test.go:319: skipping udp6 :: test
    listen_test.go:357: listen udp4 127.0.0.1:50813: bind: address already in use
FAIL
FAIL    net 8.282s
@bradfitz bradfitz added the Testing An issue that has been verified to require only test changes, not just a test failure. label May 13, 2015
@bradfitz bradfitz added this to the Go1.5 milestone May 13, 2015
@mikioh
Copy link
Contributor

mikioh commented May 14, 2015

This is a duplicate of #10764. I'll send a patch soon.

@mikioh mikioh closed this as completed May 14, 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