-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up fixed bugs for passing tests #1962
Comments
Another category of cleanup is bugs that are closed but the failures remain. Those need re-triage. |
@KyleJu do you have any thoughts about how this could be implemented? |
I keep removing closed bugs manually with PRs like these:
Since I just apply a mechanical rule of "test is passing in stable and experimental and bug is closed" this could be automated. @past can you consider this for future planning? It would make it easier to keep the triage of Interop 202X failures up-to-date. |
Agreed that this would be nice to have, I added it to our backlog. |
https://wpt.fyi/results/css/css-transforms?label=experimental&label=master&aligned now shows a bunch of bug icons for tests that are passing:
This is not great when trying to look through failures and their bugs, it's basically adding visual noise.
@KyleJu do you think this could be cleaned up in wpt-metadata, or would it make more sense to fix it in wpt.fyi by not showing the icon for green cells?
The text was updated successfully, but these errors were encountered: