summaryrefslogtreecommitdiff
path: root/src/context/context_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: fix minor misspellingsEric Lagergren2017-04-031-1/+1
* all: make spelling consistentBrad Fitzpatrick2016-12-081-2/+2
* context: adjust tests to avoid importing "testing" in package contextRuss Cox2016-11-031-56/+39
* context: reduce memory usage of context treeJack Lindamood2016-09-091-2/+40
* context: test WithCancel with canceled parentJaana Burcu Dogan2016-08-191-0/+15
* context: add test for WithDeadline in the pastJack Lindamood2016-07-261-0/+6
* context: make DeadlineExceeded have a Timeout methodBrad Fitzpatrick2016-05-191-0/+12
* context: produce a nicer panic message for a nil WithValue keyBrad Fitzpatrick2016-04-291-0/+4
* context: attempt to deflake timing testsBrad Fitzpatrick2016-04-111-37/+28
* context: document that WithValue's key must be comparableBrad Fitzpatrick2016-04-111-0/+13
* context: disable more flaky tests on openbsdBrad Fitzpatrick2016-04-081-0/+3
* context: mark more tests as flaky on OpenBSDBrad Fitzpatrick2016-04-071-0/+6
* net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick2016-04-061-0/+4
* context: add the context package from golang.org/x/net/contextBrad Fitzpatrick2016-04-051-0/+575