]> Cypherpunks repositories - gostls13.git/commit
net: deflake TestDialTimeout
authorMikio Hara <mikioh.mikioh@gmail.com>
Sun, 29 Mar 2015 11:19:20 +0000 (20:19 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 2 Apr 2015 01:04:49 +0000 (01:04 +0000)
commit8b0e38ffb44cd9a000db38510925a2cada074e26
tree3d079d1a9953f3691298cd1f02b67f53b4d6c942
parentfb4b46738cfc0adf4e02781c25603ca16764cdbf
net: deflake TestDialTimeout

This change makes TestDialTimeout work on almost all the supported
platforms.

Updates #3016.
Updates #3307.
Updates #3867.
Updates #5380.
Updates #5349.

Change-Id: Iacf0ebea23cdd8f6c0333d70c667a5a5f5eb0ed2
Reviewed-on: https://go-review.googlesource.com/8220
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/dial_gen.go
src/net/dial_gen_test.go [deleted file]
src/net/dial_test.go
src/net/hook_plan9.go [new file with mode: 0644]
src/net/hook_unix.go
src/net/hook_windows.go
src/net/timeout_test.go