Bug 63350

Summary: Short bug titles from TestFailures page give no indication which tests are failing
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://build.webkit.org/TestFailures/
Attachments:
Description Flags
Include the directory containing the failing tests in titles of bugs filed from TestFailures when all the tests won't fit ddkilzer: review+

Description Adam Roben (:aroben) 2011-06-24 13:32:28 PDT
When so many tests are failing that they all can't be listed in the bug title, the TestFailures page generates a bug title of the form:

REGRESSION (r12345): 8 tests failing on Windows 7 Release (Tests)

This gives no indication of which tests are failing. It would be nice if we could include some info about which tests are failing, even if we can't name all the tests.
Comment 1 Adam Roben (:aroben) 2011-06-24 13:38:45 PDT
Created attachment 98530 [details]
Include the directory containing the failing tests in titles of bugs filed from TestFailures when all the tests won't fit
Comment 2 David Kilzer (:ddkilzer) 2011-06-24 13:44:55 PDT
Comment on attachment 98530 [details]
Include the directory containing the failing tests in titles of bugs filed from TestFailures when all the tests won't fit

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

r=me

> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/Utilities.js:96
> +        if (!splitPaths.every(function(splitPath) { return splitPath[i] === firstSplitPath[i] }))

That's a neat way to write the test!
Comment 3 Adam Roben (:aroben) 2011-06-24 13:56:02 PDT
Committed r89702: <http://trac.webkit.org/changeset/89702>