aboutsummaryrefslogtreecommitdiff
path: root/src/os/timeout_test.go
AgeCommit message (Expand)Author
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-04-20std: fix various nilness findingsAlan Donovan
2023-04-07os: add wasip1 supportJohan Brandhorst-Satzkorn
2023-01-19os: clean up testsBryan C. Mills
2022-06-30os: simplify deadline fluctuation testsIan Lance Taylor
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss 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
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2018-10-18os: ignore SIGTTIN during TestTTYCloseIan Lance Taylor
2018-06-01os: add js/wasm architectureRichard Musiol
2018-03-06internal/poll: if poller init fails, assume blocking modeIan Lance Taylor
2017-10-25os: add deadline methods for File typeIan Lance Taylor