]> Cypherpunks repositories - gostls13.git/commitdiff
net: link skipped TestReadFromUDP to the issue
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 10 Oct 2014 02:12:32 +0000 (13:12 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 10 Oct 2014 02:12:32 +0000 (13:12 +1100)
LGTM=minux
R=bradfitz, minux
CC=golang-codereviews
https://golang.org/cl/154220043

src/net/udp_test.go

index aa5751557f0f18f3c30ac7bf6a365b259b3e2e99..125bbca6c40e9405b5691cb8addacf705894c361 100644 (file)
@@ -38,7 +38,7 @@ func TestResolveUDPAddr(t *testing.T) {
 func TestReadFromUDP(t *testing.T) {
        switch runtime.GOOS {
        case "nacl", "plan9":
-               t.Skipf("skipping test on %q", runtime.GOOS)
+               t.Skipf("skipping test on %q, see issue 8916", runtime.GOOS)
        }
 
        ra, err := ResolveUDPAddr("udp", "127.0.0.1:7")