瀏覽代碼

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 年之前
父節點
當前提交
cf6467ec52
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ipv6/multicast_test.go

+ 1 - 0
ipv6/multicast_test.go

@@ -15,6 +15,7 @@ import (
 func TestPacketConnReadWriteMulticastUDP(t *testing.T) {
 func TestPacketConnReadWriteMulticastUDP(t *testing.T) {
 	switch runtime.GOOS {
 	switch runtime.GOOS {
 	case "freebsd": // due to a bug on loopback marking
 	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)
 		t.Skipf("not supported on %q", runtime.GOOS)
 	case "plan9", "windows":
 	case "plan9", "windows":
 		t.Skipf("not supported on %q", runtime.GOOS)
 		t.Skipf("not supported on %q", runtime.GOOS)