Bug 158163 - Bot watcher's dashboard: Improve popovers when there are failures of multiple kinds
Summary: Bot watcher's dashboard: Improve popovers when there are failures of multiple...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 158324
Blocks:
  Show dependency treegraph
 
Reported: 2016-05-27 13:57 PDT by Srinivasan Vijayaraghavan
Modified: 2016-06-21 18:10 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Srinivasan Vijayaraghavan 2016-05-27 13:57:44 PDT
If a build has multiple kinds of failures (eg. 3 layout test failures and 2 javascriptcore failures), the popover does not display the individual items that failed. This bug is to track the addition of that feature.
Comment 1 Srinivasan Vijayaraghavan 2016-06-21 11:59:26 PDT
Notes: At this stage, we could have JSC and Layout test results displayed within the bubble for multiple failures.

The slightly harder part is making sure that the results are loaded smoothly, and choosing what to display if some results can't be loaded, etc.