summaryrefslogtreecommitdiff
path: root/src/net/timeout_test.go
Commit message (Expand)AuthorAgeFilesLines
* net: use testenv.SkipFlaky instead of testing.SkipMikio Hara2016-11-171-1/+1
* net: disable TestAcceptTimeout for nowBrad Fitzpatrick2016-11-161-0/+1
* net: deflake TestAcceptTimeout againMikio Hara2016-11-161-2/+0
* net: deflake TestAcceptTimeoutMikio Hara2016-11-161-6/+7
* net: enable timeout tests on Plan 9David du Colombier2016-11-131-28/+3
* net: don't leak test helper goroutine in TestAcceptTimeoutMikio Hara2016-06-031-1/+5
* net: don't call forceCloseSockets in non-TestMain functionsMikio Hara2016-05-301-13/+0
* net: deflake TestDialTimeoutMaxDurationMikio Hara2016-05-201-1/+1
* net: make two tests not parallelJosh Bleecher Snyder2016-04-121-3/+0
* net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick2016-04-061-0/+4
* net: fix for DialTimeout errors with large timeoutPrashant Varanasi2016-02-231-0/+50
* net: fix timeout test bugRuss Cox2016-01-061-1/+0
* net: run all timeout tests in parallelRuss Cox2016-01-051-5/+45
* net: deflake TestDialTimeout{,FDLeak} in the case of TCP simultaneous openMikio Hara2015-07-271-0/+13
* net: increase timeout in TestWriteTimeoutFluctuation on darwin/armMikio Hara2015-05-111-2/+6
* net: add missing ReadFrom, WriteTo deadline testsMikio Hara2015-05-051-0/+135
* net: deflake timeout, deadline testsMikio Hara2015-04-291-555/+552
* net: replace server testsMikio Hara2015-04-221-16/+26
* net: fix inconsistent error values on AcceptMikio Hara2015-04-181-16/+24
* net: fix inconsistent error values on WriteMikio Hara2015-04-181-9/+9
* net: fix inconsistent error values on ReadMikio Hara2015-04-181-4/+19
* net: fix inconsistent error values on Dial, Listen partiallyMikio Hara2015-04-171-25/+22
* net: fix tester goroutine leakage in testsMikio Hara2015-04-071-33/+74
* net: dialChannel should not treat an expired deadline as noDeadline.Paul Marks2015-04-061-5/+0
* net: deflake TestDialTimeoutMikio Hara2015-04-021-0/+48
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+747