aboutsummaryrefslogtreecommitdiff
path: root/src/time/tick_test.go
AgeCommit message (Expand)Author
2025-12-23time: skip test that will fail with GO111MODULE=offKevin Burke
2025-08-28time: skip TestLongAdjustTimers in short mode on single CPU systemsJoel Sing
2025-08-07time: skip TestLongAdjustTimers on plan9 (too slow)Richard Miller
2024-11-05time: add examples for Since, Until, Abs and fix some commentscuishuang
2024-06-11time: correct spelling, queing -> queuingJes Cok
2024-05-14time: more flake removal in asynctimerchan testRuss Cox
2024-05-08time: more deflaking asynctimer testsRuss Cox
2024-04-25time: deflake TestChan/asynctimerchan=1 testsRuss Cox
2024-03-15time: fix longtest flakeRuss Cox
2024-03-14time: avoid stale receives after Timer/Ticker Stop/Reset returnRuss Cox
2024-03-13time: garbage collect unstopped Tickers and TimersRuss Cox
2024-03-13time: clean up benchmarksRuss Cox
2024-03-09time: disable TestLongAdjustTimers on android/iosRuss Cox
2024-03-08time: gracefully handle ts.zombies underflowRuss Cox
2021-11-05time: make Ticker.Reset(0) paniczhouguangyuan
2021-10-06time: fallback to slower TestTicker test after one failureDamien Neil
2021-04-27time: increase slop for TestTickerIan Lance Taylor
2020-09-23all: add GOOS=iosCherry Zhang
2020-02-24time: add Ticker.ResetChangkun Ou
2020-02-23Revert "time: add Ticker.Reset"Andrew Bonventre
2020-02-23time: add Ticker.ResetChangkun Ou
2019-11-19time: give TestTicker more time on darwin-arm64Ian Lance Taylor
2019-11-19time: deflake TestTickerIan Lance Taylor
2017-09-15runtime: return deltimer early if timer.timersBucket is unsetEmmanuel Odeke
2017-09-12runtime: improve timers scalability on multi-CPU systemsAliaksandr Valialkin
2016-03-02all: single space after period.Brad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox