-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Make annotations mandatory for internal ui tests #14393
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
Make annotations mandatory for internal ui tests #14393
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Was the assert
->span_delayed_bug
change necessary for this to work?
fn it_looks_like_you_are_trying_to_kill_clippy() {} | ||
//~^ ice: Would you like some help with that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love that the error message is now also there. This makes the joke complete 🎉
Yep because otherwise it's not emitted as JSON, preventing |
Fixed failing test. :) |
Nice! Happy that my guess was useful 🎉 |
It definitely saved me time investigating what was going on. :) |
Last part of #11421.
Now all ui tests require annotations.
The change in
ui_test
is to addICE:
errors.changelog: Make internals ui tests annotations mandatory
r? @flip1995