From: Brad Fitzpatrick Date: Sat, 15 Oct 2016 14:52:57 +0000 (+0100) Subject: net: enable a test on nacl X-Git-Tag: go1.8beta1~861 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1bcfca0563ce21dce69b2652859d6f0f800c39af;p=gostls13.git net: enable a test on nacl 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 TryBot-Result: Gobot Gobot Reviewed-by: Mikio Hara --- diff --git a/src/net/net_test.go b/src/net/net_test.go index 1968ff323e..f58b93e74b 100644 --- a/src/net/net_test.go +++ b/src/net/net_test.go @@ -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) }