index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
/
tick_test.go
Age
Commit message (
Expand
)
Author
2025-12-23
time: skip test that will fail with GO111MODULE=off
Kevin Burke
2025-08-28
time: skip TestLongAdjustTimers in short mode on single CPU systems
Joel Sing
2025-08-07
time: skip TestLongAdjustTimers on plan9 (too slow)
Richard Miller
2024-11-05
time: add examples for Since, Until, Abs and fix some comments
cuishuang
2024-06-11
time: correct spelling, queing -> queuing
Jes Cok
2024-05-14
time: more flake removal in asynctimerchan test
Russ Cox
2024-05-08
time: more deflaking asynctimer tests
Russ Cox
2024-04-25
time: deflake TestChan/asynctimerchan=1 tests
Russ Cox
2024-03-15
time: fix longtest flake
Russ Cox
2024-03-14
time: avoid stale receives after Timer/Ticker Stop/Reset return
Russ Cox
2024-03-13
time: garbage collect unstopped Tickers and Timers
Russ Cox
2024-03-13
time: clean up benchmarks
Russ Cox
2024-03-09
time: disable TestLongAdjustTimers on android/ios
Russ Cox
2024-03-08
time: gracefully handle ts.zombies underflow
Russ Cox
2021-11-05
time: make Ticker.Reset(0) panic
zhouguangyuan
2021-10-06
time: fallback to slower TestTicker test after one failure
Damien Neil
2021-04-27
time: increase slop for TestTicker
Ian Lance Taylor
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-02-24
time: add Ticker.Reset
Changkun Ou
2020-02-23
Revert "time: add Ticker.Reset"
Andrew Bonventre
2020-02-23
time: add Ticker.Reset
Changkun Ou
2019-11-19
time: give TestTicker more time on darwin-arm64
Ian Lance Taylor
2019-11-19
time: deflake TestTicker
Ian Lance Taylor
2017-09-15
runtime: return deltimer early if timer.timersBucket is unset
Emmanuel Odeke
2017-09-12
runtime: improve timers scalability on multi-CPU systems
Aliaksandr Valialkin
2016-03-02
all: single space after period.
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox