]> Cypherpunks repositories - gostls13.git/commitdiff
net: do not skip TestAcceptIgnoreSomeErrors
authorAlex Brainman <alex.brainman@gmail.com>
Thu, 7 May 2015 06:00:36 +0000 (16:00 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 7 May 2015 06:59:25 +0000 (06:59 +0000)
No code changes, but the test passes here.
And TryBots are happy.

Fixes #8662 maybe

Change-Id: Id37380f72a951c9ad7cf96c0db153c05167e62ed
Reviewed-on: https://go-review.googlesource.com/9778
Reviewed-by: Minux Ma <minux@golang.org>
src/net/net_windows_test.go

index 80723da4d3d1f6a9048f22ad2042c748fdecda6c..21b47964a4438f5a093e84fb3947736577c8e965 100644 (file)
@@ -16,8 +16,6 @@ import (
 )
 
 func TestAcceptIgnoreSomeErrors(t *testing.T) {
-       t.Skip("skipping temporarily, see issue 8662")
-
        recv := func(ln Listener) (string, error) {
                c, err := ln.Accept()
                if err != nil {