aboutsummaryrefslogtreecommitdiff
path: root/src/context/context_test.go
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-04-10all: fix spellingsNaman Gera
2021-02-23context: fix XTestInterlockedCancelsKeiichi Hirobe
2020-03-31context: fix a flaky timeout in TestLayersTimeoutBryan C. Mills
2020-03-18context: prevent creation of invalid contextsKyle Nusbaum
2020-03-13context: deflake time-sensitive testsBryan C. Mills
2019-10-29context: mark testDeadline as a testing helper methodIan Lance Taylor
2019-09-26context: use fewer goroutines in WithCancel/WithTimeoutRuss Cox
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-03-27context: don't depend on fmtBrad Fitzpatrick
2017-04-03all: fix minor misspellingsEric Lagergren
2016-12-08all: make spelling consistentBrad Fitzpatrick
2016-11-03context: adjust tests to avoid importing "testing" in package contextRuss Cox
2016-09-09context: reduce memory usage of context treeJack Lindamood
2016-08-19context: test WithCancel with canceled parentJaana Burcu Dogan
2016-07-26context: add test for WithDeadline in the pastJack Lindamood
2016-05-19context: make DeadlineExceeded have a Timeout methodBrad Fitzpatrick
2016-04-29context: produce a nicer panic message for a nil WithValue keyBrad Fitzpatrick
2016-04-11context: attempt to deflake timing testsBrad Fitzpatrick
2016-04-11context: document that WithValue's key must be comparableBrad Fitzpatrick
2016-04-08context: disable more flaky tests on openbsdBrad Fitzpatrick
2016-04-07context: mark more tests as flaky on OpenBSDBrad Fitzpatrick
2016-04-06net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick
2016-04-05context: add the context package from golang.org/x/net/contextBrad Fitzpatrick