Bug 65049 - simplify the flakiness dashboard to only show modifiers/expectations for the current builder
Summary: simplify the flakiness dashboard to only show modifiers/expectations for the ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ojan Vafai
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-22 14:55 PDT by Ojan Vafai
Modified: 2011-07-22 15:32 PDT (History)
1 user (show)

See Also:


Attachments
Patch (9.86 KB, patch)
2011-07-22 14:58 PDT, Ojan Vafai
tony: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2011-07-22 14:55:25 PDT
simplify the flakiness dashboard to only show modifiers/expectations for the current builder
Comment 1 Ojan Vafai 2011-07-22 14:58:31 PDT
Created attachment 101771 [details]
Patch
Comment 2 Tony Chang 2011-07-22 15:28:32 PDT
Comment on attachment 101771 [details]
Patch

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

> Tools/TestResultServer/static-dashboards/flakiness_dashboard.html:770
> +    var bugs = modifiers.match(/BUG(WK|CR)*[^\s]*/g);

Nit: we can remove (WK|CR)*
Comment 3 Ojan Vafai 2011-07-22 15:32:18 PDT
Committed r91612: <http://trac.webkit.org/changeset/91612>