aboutsummaryrefslogtreecommitdiff
path: root/src/net/timeout_test.go
AgeCommit message (Expand)Author
2024-01-24net: ignore Dial errors in TestAcceptTimeoutBryan C. Mills
2024-01-23net: unskip and attempt to deflake TestAcceptTimeoutBryan C. Mills
2023-12-11net: remove an arbitrary timeout in TestAcceptTimeoutMustReturnBryan C. Mills
2023-09-18net: enable most tests on wasip1 and jsBryan C. Mills
2023-09-01net: deflake TestDialTimeout on windowsBryan C. Mills
2023-08-30net: retry TestDialTimeout subtests with progressively shorter timeoutsBryan C. Mills
2023-08-30net: skip TestDialTimeout subtests on Windows if Dial returns WSAECONNREFUSEDBryan C. Mills
2023-08-29net: avoid internal hooks in TestDialTimeoutBryan C. Mills
2023-05-24net/http: fix spelling issues in comments and testsOleksandr Redko
2023-04-20std: fix various nilness findingsAlan Donovan
2023-04-11net: add wasip1 supportJohan Brandhorst-Satzkorn
2023-03-15net: remove max timeout from TestDialTimeoutIan Lance Taylor
2023-03-02net: re-enable TestVariousDeadlines on Plan 9miller
2022-09-29net: delete unused codecuiweixie
2022-06-30os: simplify deadline fluctuation testsIan Lance Taylor
2022-06-17net: fix flaky *TimeoutMustNotReturn testsDmitri Goutnik
2021-12-15net: increase timing slop in TimeoutFluctuation tests on NetBSD and OpenBSDBryan C. Mills
2021-12-15net: eliminate arbitrary timeout in TestVariousDeadlinesBryan C. Mills
2021-12-13net: refactor TestWriteToTimeoutBryan C. Mills
2021-12-13net: pass a testing.TB to newLocal* helpersBryan C. Mills
2021-11-22net: allow more generous slop in Fluctuation testsBryan C. Mills
2021-11-19net: simplify deadline fluctuation testsBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-13net: remove timeout in TestDialTimeoutMaxDurationTamir Duberstein
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
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