aboutsummaryrefslogtreecommitdiff
path: root/src/time/sleep_test.go
AgeCommit message (Expand)Author
2021-09-15runtime: in adjustTimers back up as far as necessaryIan Lance Taylor
2021-07-22runtime: don't clear timerModifiedEarliest if adjustTimers is 0Ian Lance Taylor
2021-03-10runtime, time: disable preemption in addtimerMichael Pratt
2020-12-03runtime, time: strictly enforce when, period constraintsMichael Pratt
2020-10-27runtime: reduce timer latencyChris Hines
2020-01-03all: fix invalid invocations of Fatalf in goroutinesEmmanuel T Odeke
2019-11-15time: only fail TestAfterStop if it fails five times in a rowIan Lance Taylor
2018-08-20all: update stale test skipsDaniel Martí
2018-04-06time: simplify comparison in testVeselkov Konstantin
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-09-12runtime: improve timers scalability on multi-CPU systemsAliaksandr Valialkin
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2015-05-06time: deflake TestAfterQueuingBrad Fitzpatrick
2015-05-04time: Fix ordering of slots in AfterQueueing testKeith Randall
2015-04-29time: use longer delta duration for TestAfterQueueing retriesMatthew Dempsky
2015-03-03time: zoneinfo support for darwinDavid Crawshaw
2015-03-03Revert "time: zoneinfo support on darwin/arm"David Crawshaw
2015-03-03time: zoneinfo support on darwin/armDavid Crawshaw
2014-10-21time: panic with a more helpful error on use of invalid TimerBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox