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
/
sleep_test.go
Age
Commit message (
Expand
)
Author
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2024-01-22
time: add a regression test for time.AfterFunc goroutine starvation
Bryan C. Mills
2023-07-11
time: increase arbitrary upper bound in TestReset to 10s
Bryan C. Mills
2022-09-05
runtime: convert local var stop at TestAfterStress to atomic type
cuiweixie
2022-01-06
time: skip TestTimerModifiedEarlier on plan9/arm
Bryan C. Mills
2021-09-15
runtime: in adjustTimers back up as far as necessary
Ian Lance Taylor
2021-07-22
runtime: don't clear timerModifiedEarliest if adjustTimers is 0
Ian Lance Taylor
2021-03-10
runtime, time: disable preemption in addtimer
Michael Pratt
2020-12-03
runtime, time: strictly enforce when, period constraints
Michael Pratt
2020-10-27
runtime: reduce timer latency
Chris Hines
2020-01-03
all: fix invalid invocations of Fatalf in goroutines
Emmanuel T Odeke
2019-11-15
time: only fail TestAfterStop if it fails five times in a row
Ian Lance Taylor
2018-08-20
all: update stale test skips
Daniel MartÃ
2018-04-06
time: simplify comparison in test
Veselkov Konstantin
2017-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-11-02
go/printer: forbid empty line before first comment in block
Joe Tsai
2017-09-12
runtime: improve timers scalability on multi-CPU systems
Aliaksandr Valialkin
2017-04-25
all: remove some unused parameters in test code
Daniel MartÃ
2015-05-06
time: deflake TestAfterQueuing
Brad Fitzpatrick
2015-05-04
time: Fix ordering of slots in AfterQueueing test
Keith Randall
2015-04-29
time: use longer delta duration for TestAfterQueueing retries
Matthew Dempsky
2015-03-03
time: zoneinfo support for darwin
David Crawshaw
2015-03-03
Revert "time: zoneinfo support on darwin/arm"
David Crawshaw
2015-03-03
time: zoneinfo support on darwin/arm
David Crawshaw
2014-10-21
time: panic with a more helpful error on use of invalid Timer
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox