summaryrefslogtreecommitdiff
path: root/src/net/timeout_test.go
Commit message (Expand)AuthorAgeFilesLines
* net: remove timeout in TestDialTimeoutMaxDurationTamir Duberstein2021-10-131-34/+19
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-2/+1
* os, net: define and use os.ErrDeadlineExceededIan Lance Taylor2020-04-251-20/+38
* all: remove scattered remnants of darwin/armAustin Clements2020-04-081-1/+1
* runtime: keep adjusted timers in timerMoving status until movedIan Lance Taylor2019-11-051-0/+40
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-18/+0
* all: remove os.ErrTimeoutDamien Neil2019-08-021-5/+0
* net: deflake TestVariousDeadlinesRuss Cox2019-06-281-33/+14
* all: add Unwrap and Is methods to various error typesDamien Neil2019-05-041-0/+5
* net: skip TestVariousDeadlines on Plan 9David du Colombier2018-12-051-0/+3
* net: add js/wasm architectureRichard Musiol2018-06-041-0/+2
* net: fix UDPConn readers to return truncated payload size instead of 0Mansour Rahimi2018-02-211-1/+1
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-10/+11
* 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