Bug 152289 - Using fake timestamp in OS version make some results invisible
Summary: Using fake timestamp in OS version make some results invisible
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-14 19:39 PST by Ryosuke Niwa
Modified: 2015-12-14 21:16 PST (History)
6 users (show)

See Also:


Attachments
Fixes the bug (6.64 KB, patch)
2015-12-14 19:46 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Fix more bugs (3.76 KB, patch)
2015-12-14 21:03 PST, Ryosuke Niwa
slewis: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2015-12-14 19:39:40 PST
Using fake timestamp for OS versions makes some results with only OS versions (e.g. baseline)
to be treated as if they're measured 10 years ago. This is clearly not helpful.

Order OS versions using some other mechanism.
Comment 1 Ryosuke Niwa 2015-12-14 19:46:22 PST
Created attachment 267336 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2015-12-14 20:07:07 PST
Committed r194088: <http://trac.webkit.org/changeset/194088>
Comment 3 Ryosuke Niwa 2015-12-14 20:45:21 PST
Not quite fixed :(
Comment 4 Ryosuke Niwa 2015-12-14 21:03:26 PST
Created attachment 267340 [details]
Fix more bugs
Comment 5 Ryosuke Niwa 2015-12-14 21:16:14 PST
Committed r194093: <http://trac.webkit.org/changeset/194093>