Skip to content

Show bug suggestions once per test in the Failure Summary.#9172

Open
fqueze wants to merge 1 commit intomozilla:masterfrom
fqueze:show-suggestions-once-per-test
Open

Show bug suggestions once per test in the Failure Summary.#9172
fqueze wants to merge 1 commit intomozilla:masterfrom
fqueze:show-suggestions-once-per-test

Conversation

@fqueze
Copy link
Contributor

@fqueze fqueze commented Jan 22, 2026

The bug suggestions lists are currently shown once per failure line in the Failure Summary. That takes a lot of vertical space and makes it harder to see the list of failure messages.

Before:
image

With the patch applied:
image


const suggestions = [];

// Open recent bugs
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

github's diff viewer doesn't make it as clear as phabricator would, but this is just adding the if (suggestion.showBugSuggestions) { test and increasing the indent level of the block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant