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:
Mikio Hara
2013-06-29 19:47:31 +09:00
parent d470d77814
commit cf6467ec52

View File

@@ -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)