Bug 142364 - Dashboard has trouble parsing iOS test output
Summary: Dashboard has trouble parsing iOS test output
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-03-05 15:06 PST by David Kilzer (:ddkilzer)
Modified: 2017-08-03 17:09 PDT (History)
6 users (show)

See Also:


Attachments
Patch v1 (1.83 KB, patch)
2015-03-05 15:19 PST, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.