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 fails on freebsd/arm #7332

Closed
davecheney opened this issue Feb 14, 2014 · 2 comments
Closed

net: TestInterfaces fails on freebsd/arm #7332

davecheney opened this issue Feb 14, 2014 · 2 comments
Milestone

Comments

@davecheney
Copy link
Contributor

What steps will reproduce the problem?

--- FAIL: TestInterfaces (0.00 seconds)
        interface_test.go:59: table: len/cap = 2/2
        interface_test.go:71: InterfaceByName("") failed: net: invalid interface name
FAIL
FAIL    net     4.953s

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.

$ go version
go version devel +5cfa01069440 Fri Feb 14 13:24:48 2014 +0400 freebsd/arm
$ ifconfig -a
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
        inet6 ::1 prefixlen 128 
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 
        inet 127.0.0.1 netmask 0xff000000 
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
ue0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=80001<RXCSUM,LINKSTATE>
        ether b8:27:eb:5d:c5:a1
        inet 192.168.1.60 netmask 0xffffff00 broadcast 192.168.1.255 
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
@davecheney
Copy link
Contributor Author

Comment 1:

$ uname -a
FreeBSD raspberry-pi 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 31 18:40:22
UTC 2014     root@grind.freebsd.org:/usr/obj/arm.armv6/usr/src/sys/RPI-B  arm

@mikioh
Copy link
Contributor

mikioh commented Feb 14, 2014

Comment 2:

Status changed to Duplicate.

Merged into issue #7193.

@rsc rsc added this to the Go1.3 milestone Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
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