Bug 142364

Summary: Dashboard has trouble parsing iOS test output
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, dbates, jake.nielsen.webkit, thorton, timothy
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=175157
Attachments:
Description Flags
Patch v1 none

Description David Kilzer (:ddkilzer) 2015-03-05 15:06:27 PST
The Bot watcher's dashboard has trouble parsing output from the internal iOS buildbot testers:

Failed exiting early after 41 crashes and 9 timeouts. 22566 tests run. 15 failures 38 new passes

Other bots break out the stats individually, but the iOS bot does not, so we need to account for this.
Comment 1 David Kilzer (:ddkilzer) 2015-03-05 15:06:49 PST
<rdar://problem/20060345>
Comment 2 David Kilzer (:ddkilzer) 2015-03-05 15:19:15 PST
Created attachment 248009 [details]
Patch v1
Comment 3 WebKit Commit Bot 2015-03-05 16:40:41 PST
Comment on attachment 248009 [details]
Patch v1

Clearing flags on attachment: 248009

Committed r181116: <http://trac.webkit.org/changeset/181116>
Comment 4 WebKit Commit Bot 2015-03-05 16:40:45 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Alexey Proskuryakov 2015-03-06 08:36:20 PST
Comment on attachment 248009 [details]
Patch v1

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

> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTestResults.js:76
> +            if (!match) {

This could use a comment showing the two cases we support. 

Another solution would be to make iOS out put consistent with others.