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

Issue 12212107: Layout tests expect the time to be relative to the unix epoch. (Closed)

Created:
7 years, 10 months ago by jochen (gone - plz use gerrit)
Modified:
7 years, 10 months ago
Reviewers:
tony
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Layout tests expect the time to be relative to the unix epoch. base::Time is relative to the windows epoch, and base::TimeTicks is entirely platform dependent. Decision: use base::Time and manually shift it relative to the unix epoch This fixes fast/mediastream/RTCPeerConnection-stats*html BUG=none R=tony@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181919

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M webkit/support/webkit_support.cc View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jochen (gone - plz use gerrit)
7 years, 10 months ago (2013-02-11 12:12:08 UTC) #1
tony
7 years, 10 months ago (2013-02-11 20:59:38 UTC) #2
LGTM.  Can you mention which tests this fixes?

Powered by Google App Engine
This is Rietveld 408576698