aboutsummaryrefslogtreecommitdiff
path: root/src/net/timeout_test.go
AgeCommit message (Expand)Author
2016-05-30net: don't call forceCloseSockets in non-TestMain functionsMikio Hara
2016-05-20net: deflake TestDialTimeoutMaxDurationMikio Hara
2016-04-12net: make two tests not parallelJosh Bleecher Snyder
2016-04-06net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick
2016-02-23net: fix for DialTimeout errors with large timeoutPrashant Varanasi
2016-01-06net: fix timeout test bugRuss Cox
2016-01-05net: run all timeout tests in parallelRuss Cox
2015-07-27net: deflake TestDialTimeout{,FDLeak} in the case of TCP simultaneous openMikio Hara
2015-05-11net: increase timeout in TestWriteTimeoutFluctuation on darwin/armMikio Hara
2015-05-05net: add missing ReadFrom, WriteTo deadline testsMikio Hara
2015-04-29net: deflake timeout, deadline testsMikio Hara
2015-04-22net: replace server testsMikio Hara
2015-04-18net: fix inconsistent error values on AcceptMikio Hara
2015-04-18net: fix inconsistent error values on WriteMikio Hara
2015-04-18net: fix inconsistent error values on ReadMikio Hara
2015-04-17net: fix inconsistent error values on Dial, Listen partiallyMikio Hara
2015-04-07net: fix tester goroutine leakage in testsMikio Hara
2015-04-06net: dialChannel should not treat an expired deadline as noDeadline.Paul Marks
2015-04-02net: deflake TestDialTimeoutMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox