]> Cypherpunks repositories - gostls13.git/commitdiff
net: enable a test on nacl
authorBrad Fitzpatrick <bradfitz@golang.org>
Sat, 15 Oct 2016 14:52:57 +0000 (15:52 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 16 Oct 2016 17:18:47 +0000 (17:18 +0000)
No need to skip it. It passes.

Maybe it was fixed at some point.

Change-Id: I9848924aefda44f9b3a574a8705fa549d657f28d
Reviewed-on: https://go-review.googlesource.com/31177
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
src/net/net_test.go

index 1968ff323e5e612e66ac961bcdc29d50e42b0151..f58b93e74b13d9fa489161c44e5b2756f73f95ce 100644 (file)
@@ -15,7 +15,7 @@ import (
 
 func TestCloseRead(t *testing.T) {
        switch runtime.GOOS {
-       case "nacl", "plan9":
+       case "plan9":
                t.Skipf("not supported on %s", runtime.GOOS)
        }