mirror of
https://github.com/golang/net.git
synced 2026-04-01 02:47:08 +09:00
go.net/ipv6: update comment on multicast test
That's the reason why we now skip the test on freebsd. R=dave CC=golang-dev https://golang.org/cl/10781043
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
||||
func TestPacketConnReadWriteMulticastUDP(t *testing.T) {
|
||||
switch runtime.GOOS {
|
||||
case "freebsd": // due to a bug on loopback marking
|
||||
// See http://www.freebsd.org/cgi/query-pr.cgi?pr=180065.
|
||||
t.Skipf("not supported on %q", runtime.GOOS)
|
||||
case "plan9", "windows":
|
||||
t.Skipf("not supported on %q", runtime.GOOS)
|
||||
|
||||
Reference in New Issue
Block a user