Sign in
go
/
go
/
4d2b3a0b5fc4f17c7806f7e66df0ea272d31cd6d
/
src
/
time
/
sleep_test.go
ce1c924
time: zoneinfo support for darwin
by David Crawshaw
· 10 years ago
31336f9
Revert "time: zoneinfo support on darwin/arm"
by David Crawshaw
· 10 years ago
54efdc5
time: zoneinfo support on darwin/arm
by David Crawshaw
· 10 years ago
ab4af52
time: panic with a more helpful error on use of invalid Timer
by Brad Fitzpatrick
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/time/sleep_test.go]
74b62b4
runtime: implement monotonic clocks on windows
by Alex Brainman
· 11 years ago
83c8140
time: avoid broken fix for buggy TestOverflowRuntimeTimer
by Rob Pike
· 11 years ago
2f3776a
time: increase timeout in negative sleep duration test
by Andrew Gerrand
· 11 years ago
bb9531e
time: use RunParallel in benchmarks
by Dmitriy Vyukov
· 11 years ago
d98b3a7
time: use an alternative method of yielding during Overflow timer test
by Dave Cheney
· 11 years ago
3548ab5
runtime: handle timer overflow in tsleep
by Anthony Martin
· 12 years ago
fcf6a7e
time: make timers heap 4-ary
by Sokolov Yura
· 12 years ago
0286b47
time: prevent a panic from leaving the timer mutex held
by Jeff R. Allen
· 12 years ago
489addd
time: stop 1ns timer in test
by Dmitriy Vyukov
· 12 years ago
89cf67e
time: handle very large sleep durations
by Andrew Gerrand
· 12 years ago
86a8d59
time: make TestReset more reliable
by Brad Fitzpatrick
· 12 years ago
e0aa26a
time: Sleep does better job then runtime.Gosched in TestAfterStress
by Alex Brainman
· 12 years ago
44ff17e
time: add Timer.Reset
by Volker Dobler
· 12 years ago
a0efca8
time: fix deadlock in Sleep(0) See time/sleep_test.go for repro.
by Dmitriy Vyukov
· 13 years ago
8c52905
time: skip a often-flaky test in short mode
by Brad Fitzpatrick
· 13 years ago
2a6e699
runtime, time: accelerate tests in short mode.
by Rémy Oudompheng
· 13 years ago
fc7b9fc
time: allow sleep tests to run for 200% too long
by Russ Cox
· 13 years ago
2949f3b
time: use Duration for AfterFunc.
by David Symonds
· 13 years ago
efe3d35
time: new Time, Duration, ZoneInfo types
by Russ Cox
· 13 years ago
a899a46
time: fix timer stop
by Dmitriy Vyukov
· 13 years ago
ba98a7e
time: fix test hang
by Dmitriy Vyukov
· 13 years ago
dc6726b
runtime: fix timers crash
by Dmitriy Vyukov
· 13 years ago
965845a
all: sort imports
by Russ Cox
· 13 years ago
eb69292
src/pkg/[n-z]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
75d337e
time: fix zone during windows test Factor out sleep interrupt.
by Russ Cox
· 14 years ago
5bcbcab3
sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]
by Andrew Gerrand
· 14 years ago
d54c4ec
time: make TestAfterQueuing retry 3 times before declaring failure.
by Andrew Gerrand
· 14 years ago
f4e76d8
replace non-blocking send, receive syntax with select
by Russ Cox
· 14 years ago
2ae953b
time: allow cancelling of After events.
by Roger Peppe
· 14 years ago
212e074
time: add AfterFunc to call a function after a given duration.
by Roger Peppe
· 14 years ago
6eee9ed
time: fix build
by Russ Cox
· 14 years ago
e2d1595
time: make After use fewer goroutines and host processes.
by Roger Peppe
· 14 years ago
1e66a21
time: add After
by Andrew Gerrand
· 14 years ago
1e66428
time: Sleep through interruptions
by Christopher Wedgwood
· 15 years ago