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
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
2016-01-06
net: fix timeout test bug
Russ Cox
2016-01-05
net: run all timeout tests in parallel
Russ Cox
2015-07-27
net: deflake TestDialTimeout{,FDLeak} in the case of TCP simultaneous open
Mikio Hara
2015-05-11
net: increase timeout in TestWriteTimeoutFluctuation on darwin/arm
Mikio Hara
2015-05-05
net: add missing ReadFrom, WriteTo deadline tests
Mikio Hara
2015-04-29
net: deflake timeout, deadline tests
Mikio Hara
2015-04-22
net: replace server tests
Mikio Hara
2015-04-18
net: fix inconsistent error values on Accept
Mikio Hara
2015-04-18
net: fix inconsistent error values on Write
Mikio Hara
2015-04-18
net: fix inconsistent error values on Read
Mikio Hara
2015-04-17
net: fix inconsistent error values on Dial, Listen partially
Mikio Hara
2015-04-07
net: fix tester goroutine leakage in tests
Mikio Hara
2015-04-06
net: dialChannel should not treat an expired deadline as noDeadline.
Paul Marks
2015-04-02
net: deflake TestDialTimeout
Mikio Hara
2014-09-08
build: move package sources from src/pkg to src
Russ Cox