RESOLVED FIXED142364
Dashboard has trouble parsing iOS test output
https://bugs.webkit.org/show_bug.cgi?id=142364
Summary Dashboard has trouble parsing iOS test output
David Kilzer (:ddkilzer)
Reported 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.
Attachments
Patch v1 (1.83 KB, patch)
2015-03-05 15:19 PST, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2015-03-05 15:06:49 PST
David Kilzer (:ddkilzer)
Comment 2 2015-03-05 15:19:15 PST
Created attachment 248009 [details] Patch v1
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2015-03-05 16:40:45 PST
All reviewed patches have been landed. Closing bug.
Alexey Proskuryakov
Comment 5 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.
Note You need to log in before you can comment on or make changes to this bug.