Bug 97152

Summary: update flakiness dashboard after cutover to new test expectations syntax
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: New BugsAssignee: Dirk Pranke <dpranke>
Status: RESOLVED FIXED    
Severity: Normal CC: ojan, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch ojan: review+

Description Dirk Pranke 2012-09-19 17:46:59 PDT
update flakiness dashboard after cutover to new test expectations syntax
Comment 1 Dirk Pranke 2012-09-19 17:47:20 PDT
Created attachment 164808 [details]
Patch
Comment 2 Dirk Pranke 2012-09-19 17:58:59 PDT
Committed r129079: <http://trac.webkit.org/changeset/129079>
Comment 3 Dirk Pranke 2012-09-19 18:12:30 PDT
Reopening to attach new patch.
Comment 4 Dirk Pranke 2012-09-19 18:12:32 PDT
Created attachment 164813 [details]
Patch
Comment 5 Ojan Vafai 2012-09-19 18:18:38 PDT
Comment on attachment 164813 [details]
Patch

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

Don't you also need to modify processExpectations? I guess that can be a separate patch.

> Tools/TestResultServer/static-dashboards/flakiness_dashboard.js:984
> +    // FIXME: do we still need the INTERNAL_BUG replacements? They're
> +    // broken temporarily.

No. You can just delete this whole function.
Comment 6 Ojan Vafai 2012-09-19 18:19:03 PDT
OIC. That was the previous patch.