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: TestInterfaces and TestInterfaceAddrs fail on dragonfly/amd64 #10041

Closed
rsc opened this issue Mar 1, 2015 · 1 comment
Closed

net: TestInterfaces and TestInterfaceAddrs fail on dragonfly/amd64 #10041

rsc opened this issue Mar 1, 2015 · 1 comment
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Mar 1, 2015

Disabling test.

@rsc
Copy link
Contributor Author

rsc commented Mar 1, 2015

--- FAIL: TestInterfaces (0.00s)
interface_test.go:71: "igb0": flags "up|broadcast|multicast", ifindex 1, mtu 1500
interface_test.go:72: hardware address "00:25:90:c7:da:96"
interface_test.go:169: interface address "10.0.200.5/16"
interface_test.go:169: interface address "fe80::225:90ff:fec7:da96/64"
interface_test.go:169: interface address "10.0.0.24/16"
interface_test.go:169: interface address "199.233.90.70/24"
interface_test.go:164: unexpected prefix length: 0/32
interface_test.go:71: "igb1": flags "broadcast|multicast", ifindex 2, mtu 1500
interface_test.go:72: hardware address "00:25:90:c7:da:97"
interface_test.go:71: "faith0": flags "broadcast|multicast", ifindex 3, mtu 1500
interface_test.go:72: hardware address ""
interface_test.go:71: "lo0": flags "up|loopback|multicast", ifindex 4, mtu 16384
interface_test.go:72: hardware address ""
interface_test.go:169: interface address "127.0.0.1/8"
interface_test.go:169: interface address "::1/128"
interface_test.go:169: interface address "fe80::1/64"
interface_test.go:71: "ppp0": flags "pointtopoint|multicast", ifindex 5, mtu 1500
interface_test.go:72: hardware address ""
interface_test.go:71: "sl0": flags "pointtopoint|multicast", ifindex 6, mtu 552
interface_test.go:72: hardware address ""
interface_test.go:71: "pflog0": flags "0", ifindex 7, mtu 33368
interface_test.go:72: hardware address ""
interface_test.go:71: "pfsync0": flags "0", ifindex 8, mtu 1820
interface_test.go:72: hardware address ""
--- FAIL: TestInterfaceAddrs (0.00s)
interface_test.go:169: interface address "10.0.200.5/16"
interface_test.go:169: interface address "fe80::225:90ff:fec7:da96/64"
interface_test.go:169: interface address "10.0.0.24/16"
interface_test.go:169: interface address "199.233.90.70/24"
interface_test.go:164: unexpected prefix length: 0/32
interface_test.go:169: interface address "127.0.0.1/8"
interface_test.go:169: interface address "::1/128"
interface_test.go:169: interface address "fe80::1/64"
FAIL
FAIL net 2.042s

rsc added a commit that referenced this issue Mar 1, 2015
(Issue #10041.)

Change-Id: Ia894ab60ac6b09926c684f99aacca79275cbced4
Reviewed-on: https://go-review.googlesource.com/6365
Reviewed-by: Russ Cox <rsc@golang.org>
@mikioh mikioh added this to the Go1.5 milestone Mar 1, 2015
@mikioh mikioh self-assigned this Mar 1, 2015
@mikioh mikioh closed this as completed in 59cc5a1 Mar 3, 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.
Projects
None yet
Development

No branches or pull requests

3 participants