Open
Description
Does this issue reproduce with the latest release?
Yes
What did you do?
go test -v net
What did you expect to see?
Run all tests that are applicable.
What did you see instead?
=== RUN TestIPConnLocalName
--- PASS: TestIPConnLocalName (0.00s)
iprawsock_test.go:93: skipping ip4:icmp test
iprawsock_test.go:93: skipping ip4:icmp test
iprawsock_test.go:93: skipping ip4:icmp test
=== RUN TestIPConnRemoteName
--- SKIP: TestIPConnRemoteName (0.00s)
iprawsock_test.go:109: ip:tcp test
=== RUN TestIPv6MulticastListener
--- SKIP: TestIPv6MulticastListener (0.00s)
listen_test.go:619: must be root
Related code
Lines 34 to 48 in d5e1b7c
Lines 603 to 620 in d3a411b