go/src/time
Ian Lance Taylor 13e87cda00 time: increase slop for TestTicker
Also sleep a bit each time it fails, in case the system is overloaded.

Fixes #37332

Change-Id: Iabf3d0a27b5834c1e2a87c826b6206146b4f62c5
Reviewed-on: https://go-review.googlesource.com/c/go/+/313849
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2021-04-27 19:37:31 +00:00
..
testdata time: move slim test tzdata to testdata directory 2021-04-14 19:38:36 +00:00
tzdata all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
embed.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
example_test.go runtime, time: gofmt 2020-05-26 22:06:26 +00:00
export_android_test.go
export_test.go time: properly quote strings containing quotes and backslashes 2021-04-06 19:18:47 +00:00
export_windows_test.go
format.go time: properly quote strings containing quotes and backslashes 2021-04-06 19:18:47 +00:00
format_test.go time: properly quote strings containing quotes and backslashes 2021-04-06 19:18:47 +00:00
genzabbrs.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
internal_test.go time: check int64 overflow in Time.addSec 2021-03-17 19:48:52 +00:00
mono_test.go
sleep.go time: clarify Timer.Reset behavior on AfterFunc Timers 2021-01-22 14:50:17 +00:00
sleep_test.go runtime, time: disable preemption in addtimer 2021-03-10 21:49:24 +00:00
sys_plan9.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
sys_unix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
sys_windows.go
tick.go time: in NewTicker, document that the 1st tick comes after d 2020-11-18 04:43:50 +00:00
tick_test.go time: increase slop for TestTicker 2021-04-27 19:37:31 +00:00
time.go time: add Time.Unix{Milli,Micro} and to-Time helpers UnixMicro, UnixMilli 2021-03-27 05:38:26 +00:00
time_test.go time: add Time.Unix{Milli,Micro} and to-Time helpers UnixMicro, UnixMilli 2021-03-27 05:38:26 +00:00
tzdata_test.go time/tzdata: new package 2020-04-14 19:34:31 +00:00
zoneinfo.go time: add Time.IsDST() to check if its Location is in Daylight Savings Time 2021-03-15 23:56:07 +00:00
zoneinfo_abbrs_windows.go
zoneinfo_android.go
zoneinfo_android_test.go
zoneinfo_ios.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
zoneinfo_js.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
zoneinfo_plan9.go
zoneinfo_read.go time: use offset and isDST when caching zone from extend string 2021-04-05 18:52:42 +00:00
zoneinfo_test.go time: add missing "os" import to zoneinfo_test.go 2021-04-15 00:40:43 +00:00
zoneinfo_unix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
zoneinfo_unix_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
zoneinfo_windows.go syscall: remove dependency on io 2020-10-13 00:55:35 +00:00
zoneinfo_windows_test.go