Przeglądaj źródła

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
Mikio Hara 12 lat temu
rodzic
commit
cf6467ec52
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      ipv6/multicast_test.go

+ 1 - 0
ipv6/multicast_test.go

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