Commit cf6467ec authored by Mikio Hara's avatar Mikio Hara

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
parent d470d778
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment