aboutsummaryrefslogtreecommitdiff
path: root/src/net/timeout_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-11-05runtime: keep adjusted timers in timerMoving status until movedIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-06-28net: deflake TestVariousDeadlinesRuss Cox
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2018-12-05net: skip TestVariousDeadlines on Plan 9David du Colombier
2018-06-04net: add js/wasm architectureRichard Musiol
2018-02-21net: fix UDPConn readers to return truncated payload size instead of 0Mansour Rahimi
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-11-17net: use testenv.SkipFlaky instead of testing.SkipMikio Hara
2016-11-16net: disable TestAcceptTimeout for nowBrad Fitzpatrick
2016-11-16net: deflake TestAcceptTimeout againMikio Hara
2016-11-16net: deflake TestAcceptTimeoutMikio Hara
2016-11-13net: enable timeout tests on Plan 9David du Colombier
2016-06-03net: don't leak test helper goroutine in TestAcceptTimeoutMikio Hara
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