Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Issue 3082014: GTTF: Avoid assertion failures caused by clock drift.... (Closed)

Created:
10 years, 4 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

GTTF: Avoid assertion failures caused by clock drift. Instead, we add a test dedicated to verifying the QPC time drift. Otherwise the assertion is being flakily hit in unrelated tests, which crashes the entire test binary. With a dedicated test, we still have necessary monitoring, but it's in one place. TEST=base_unittests, net_unittests (stop crashing) BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54978

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -11 lines) Patch
M base/time.h View 1 chunk +5 lines, -0 lines 0 comments Download
M base/time_win.cc View 2 chunks +14 lines, -11 lines 2 comments Download
M base/time_win_unittest.cc View 2 chunks +28 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Paweł Hajdan Jr.
10 years, 4 months ago (2010-08-02 23:54:53 UTC) #1
cpu_(ooo_6.6-7.5)
are you missing the .cc file? On 2010/08/02 23:54:53, Paweł Hajdan Jr. wrote: >
10 years, 4 months ago (2010-08-03 02:11:06 UTC) #2
Paweł Hajdan Jr.
On 2010/08/03 02:11:06, cpu wrote: > are you missing the .cc file? Oh, yes. Uploaded ...
10 years, 4 months ago (2010-08-03 16:47:39 UTC) #3
brettw
http://codereview.chromium.org/3082014/diff/6001/7002 File base/time_win.cc (right): http://codereview.chromium.org/3082014/diff/6001/7002#newcode345 base/time_win.cc:345: return abs((UnreliableNow() - ReliableNow()) - skew_); Is this right? ...
10 years, 4 months ago (2010-08-03 18:17:35 UTC) #4
cpu_(ooo_6.6-7.5)
http://codereview.chromium.org/3082014/diff/6001/7002 File base/time_win.cc (right): http://codereview.chromium.org/3082014/diff/6001/7002#newcode345 base/time_win.cc:345: return abs((UnreliableNow() - ReliableNow()) - skew_); On 2010/08/03 18:17:35, ...
10 years, 4 months ago (2010-08-04 17:44:41 UTC) #5
cpu_(ooo_6.6-7.5)
lgtm btw On 2010/08/04 17:44:41, cpu wrote: > http://codereview.chromium.org/3082014/diff/6001/7002 > File base/time_win.cc (right): > > ...
10 years, 4 months ago (2010-08-04 17:49:02 UTC) #6
brettw
10 years, 4 months ago (2010-08-04 22:14:44 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698