index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
timeout_test.go
Age
Commit message (
Expand
)
Author
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-04-07
all: use built-in max/min to simplify the code
cuishuang
2024-01-24
net: ignore Dial errors in TestAcceptTimeout
Bryan C. Mills
2024-01-23
net: unskip and attempt to deflake TestAcceptTimeout
Bryan C. Mills
2023-12-11
net: remove an arbitrary timeout in TestAcceptTimeoutMustReturn
Bryan C. Mills
2023-09-18
net: enable most tests on wasip1 and js
Bryan C. Mills
2023-09-01
net: deflake TestDialTimeout on windows
Bryan C. Mills
2023-08-30
net: retry TestDialTimeout subtests with progressively shorter timeouts
Bryan C. Mills
2023-08-30
net: skip TestDialTimeout subtests on Windows if Dial returns WSAECONNREFUSED
Bryan C. Mills
2023-08-29
net: avoid internal hooks in TestDialTimeout
Bryan C. Mills
2023-05-24
net/http: fix spelling issues in comments and tests
Oleksandr Redko
2023-04-20
std: fix various nilness findings
Alan Donovan
2023-04-11
net: add wasip1 support
Johan Brandhorst-Satzkorn
2023-03-15
net: remove max timeout from TestDialTimeout
Ian Lance Taylor
2023-03-02
net: re-enable TestVariousDeadlines on Plan 9
miller
2022-09-29
net: delete unused code
cuiweixie
2022-06-30
os: simplify deadline fluctuation tests
Ian Lance Taylor
2022-06-17
net: fix flaky *TimeoutMustNotReturn tests
Dmitri Goutnik
2021-12-15
net: increase timing slop in TimeoutFluctuation tests on NetBSD and OpenBSD
Bryan C. Mills
2021-12-15
net: eliminate arbitrary timeout in TestVariousDeadlines
Bryan C. Mills
2021-12-13
net: refactor TestWriteToTimeout
Bryan C. Mills
2021-12-13
net: pass a testing.TB to newLocal* helpers
Bryan C. Mills
2021-11-22
net: allow more generous slop in Fluctuation tests
Bryan C. Mills
2021-11-19
net: simplify deadline fluctuation tests
Bryan C. Mills
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-13
net: remove timeout in TestDialTimeoutMaxDuration
Tamir Duberstein
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-04-25
os, net: define and use os.ErrDeadlineExceeded
Ian Lance Taylor
2020-04-08
all: remove scattered remnants of darwin/arm
Austin Clements
2019-11-05
runtime: keep adjusted timers in timerMoving status until moved
Ian Lance Taylor
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-08-02
all: remove os.ErrTimeout
Damien Neil
2019-06-28
net: deflake TestVariousDeadlines
Russ Cox
2019-05-04
all: add Unwrap and Is methods to various error types
Damien Neil
2018-12-05
net: skip TestVariousDeadlines on Plan 9
David du Colombier
2018-06-04
net: add js/wasm architecture
Richard Musiol
2018-02-21
net: fix UDPConn readers to return truncated payload size instead of 0
Mansour Rahimi
2017-02-13
net: refactor poller into new internal/poll package
Ian Lance Taylor
2016-11-17
net: use testenv.SkipFlaky instead of testing.Skip
Mikio Hara
2016-11-16
net: disable TestAcceptTimeout for now
Brad Fitzpatrick
2016-11-16
net: deflake TestAcceptTimeout again
Mikio Hara
2016-11-16
net: deflake TestAcceptTimeout
Mikio Hara
2016-11-13
net: enable timeout tests on Plan 9
David du Colombier
2016-06-03
net: don't leak test helper goroutine in TestAcceptTimeout
Mikio Hara
2016-05-30
net: don't call forceCloseSockets in non-TestMain functions
Mikio Hara
2016-05-20
net: deflake TestDialTimeoutMaxDuration
Mikio Hara
2016-04-12
net: make two tests not parallel
Josh Bleecher Snyder
2016-04-06
net, runtime: skip flaky tests on OpenBSD
Brad Fitzpatrick
2016-02-23
net: fix for DialTimeout errors with large timeout
Prashant Varanasi
[next]