Bug 140956 - Update bots on the flakiness dashboard
Summary: Update bots on the flakiness dashboard
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks: 140969
  Show dependency treegraph
 
Reported: 2015-01-27 13:59 PST by Alexey Proskuryakov
Modified: 2015-01-27 17:08 PST (History)
0 users

See Also:


Attachments
proposed patch (3.61 KB, patch)
2015-01-27 14:00 PST, Alexey Proskuryakov
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2015-01-27 13:59:33 PST
Some bots changed names.
Comment 1 Alexey Proskuryakov 2015-01-27 14:00:53 PST
Created attachment 245466 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2015-01-27 14:02:51 PST
Committed <http://trac.webkit.org/r179214>.
Comment 3 Csaba Osztrogonác 2015-01-27 14:55:31 PST
Comment on attachment 245466 [details]
proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=245466&action=review

> Tools/TestResultServer/static-dashboards/flakiness_dashboard.js:693
>              'SnowLeopard': 'SNOWLEOPARD',
>              'Lion': 'LION',
> -            'MountainLion': 'MOUNTAINLION',
>              'Win7': 'WIN7',

What about Snow Leopard and Lion? Shouldn't we remove them too?
Comment 4 Alexey Proskuryakov 2015-01-27 15:00:03 PST
I probably shouldn't have removed MountainLion from this line - it's apparently used by unit tests. But I don't know how to run unit tests for this project.