summaryrefslogtreecommitdiff
path: root/src/net/timeout_test.go
Commit message (Expand)AuthorAgeFilesLines
* std: fix various nilness findingsAlan Donovan2023-04-201-3/+4
* net: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-111-1/+1
* net: remove max timeout from TestDialTimeoutIan Lance Taylor2023-03-151-34/+23
* net: re-enable TestVariousDeadlines on Plan 9miller2023-03-021-4/+0
* net: delete unused codecuiweixie2022-09-291-14/+0
* os: simplify deadline fluctuation testsIan Lance Taylor2022-06-301-0/+10
* net: fix flaky *TimeoutMustNotReturn testsDmitri Goutnik2022-06-171-6/+15
* net: increase timing slop in TimeoutFluctuation tests on NetBSD and OpenBSDBryan C. Mills2021-12-151-4/+14
* net: eliminate arbitrary timeout in TestVariousDeadlinesBryan C. Mills2021-12-151-23/+11
* net: refactor TestWriteToTimeoutBryan C. Mills2021-12-131-34/+44
* net: pass a testing.TB to newLocal* helpersBryan C. Mills2021-12-131-68/+18
* net: allow more generous slop in Fluctuation testsBryan C. Mills2021-11-221-15/+46
* net: simplify deadline fluctuation testsBryan C. Mills2021-11-191-37/+141
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* 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