]> Cypherpunks repositories - gostls13.git/commit
net: make TestDialFailPDLeak shorter
authorMikio Hara <mikioh.mikioh@gmail.com>
Thu, 12 Sep 2013 02:10:25 +0000 (11:10 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 12 Sep 2013 02:10:25 +0000 (11:10 +0900)
commit81737a9a512cc0a52857d7c9d8137faa6ba7e5c1
tree7bfa52c07a5aca520f5c49879545557852da8f28
parente38eddbfe4f2aff84a200d51b52fab4b38ae4f26
net: make TestDialFailPDLeak shorter

Reduces a number of trials but it still can detect memory leak
when we make blunders in runtime-integarted network poller work,
like just forgetting to call runtime_pollClose in code paths.

Also disables the test on windows/386.

R=alex.brainman, r
CC=golang-dev
https://golang.org/cl/13022046
src/pkg/net/dial_test.go