]> Cypherpunks repositories - gostls13.git/commit
runtime: use correct state machine in addAdjustedTimers
authorIan Lance Taylor <iant@golang.org>
Wed, 30 Oct 2019 22:12:52 +0000 (15:12 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 1 Nov 2019 05:38:51 +0000 (05:38 +0000)
commite96fd132644953e762314c87922e217284499ca6
treeac24acd161e6f266ec9000b251ee167e53819e80
parentefd395f9fb429ea3e677d9e378b858cd083eec11
runtime: use correct state machine in addAdjustedTimers

The addAdjustedTimers function was a late addition, and it got some of
the state machine wrong, leading to failures like
https://storage.googleapis.com/go-build-log/930576b6/windows-amd64-2016_53d0319e.log

Updates #6239
Updates #27707

Change-Id: I9e94e563b4698ff3035ce609055ca292b9cab3df
Reviewed-on: https://go-review.googlesource.com/c/go/+/204280
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/time.go