]> Cypherpunks repositories - gostls13.git/commit
net: delete TestDialTimeoutHandleLeak
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 15 Feb 2013 04:52:12 +0000 (15:52 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 15 Feb 2013 04:52:12 +0000 (15:52 +1100)
commitd71b3921f76c1064ee0474c6e195723d3dabb3a6
tree5d7f89a00f925077b1603b5ba4000dc5c85a5f12
parente49f94560346696fe326f307ba24f1be951d2a6d
net: delete TestDialTimeoutHandleLeak

It is too flaky. Tried to make it more reliable,
but that affects other tests (they run too long),
because we do unusual things here, like attempting
to connect to non-existing address and interrupt.

R=golang-dev, bradfitz, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/7314097
src/pkg/net/dial_windows_test.go [deleted file]