Bug 114957

Summary: [Flakiness Dashboard] Simplify builder-name-based platform recognition
Product: WebKit Reporter: Zan Dobersek <zan>
Component: Tools / TestsAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 114971    
Attachments:
Description Flags
Patch rniwa: review+

Description Zan Dobersek 2013-04-22 07:10:16 PDT
[Dashboard] Simplify builder-name-based platform recognition
Comment 1 Zan Dobersek 2013-04-22 14:00:07 PDT
Created attachment 199105 [details]
Patch
Comment 2 Ryosuke Niwa 2013-05-06 09:49:41 PDT
Comment on attachment 199105 [details]
Patch

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

> Tools/ChangeLog:3
> +        [Dashboard] Simplify builder-name-based platform recognition

s/Dashboard/Flakiness Dashboard/.

> Tools/TestResultServer/static-dashboards/flakiness_dashboard.js:360
> +function determineBuilderPlatform(builderNameUpperCase)

We should get rid of SnowLeopard and add MountainLion.
Comment 3 Zan Dobersek 2013-05-06 10:32:02 PDT
Committed r149604: <http://trac.webkit.org/changeset/149604>
Comment 4 Zan Dobersek 2013-05-06 10:32:31 PDT
Comment on attachment 199105 [details]
Patch

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

>> Tools/TestResultServer/static-dashboards/flakiness_dashboard.js:360
>> +function determineBuilderPlatform(builderNameUpperCase)
> 
> We should get rid of SnowLeopard and add MountainLion.

Will address in a follow-up patch.