Remove unneeded error check in ui tests#48562
Remove unneeded error check in ui tests#48562GuillaumeGomez wants to merge 1 commit intorust-lang:masterfrom
Conversation
|
And it also solves the double compilation issue. |
|
I don't feel qualified to understand the check we're removing and why it's not necessary. |
|
@bors r+ |
|
📌 Commit 3aca663 has been approved by |
|
@bors r- |
|
You can't remove this, UI tests should check |
|
Even with the background, I don't understand its purpose. For this we typically had The other solution which I quickly started would be to actually parse the compiler stderr. And I can assure you that this is not gonna be fun or efficient... |
|
I thought that ui tests were using the rendered field in the json output... |
TLDR: UI testing alone is very unreliable.
The plan so far is to gradually migrate them to UI to consistently detect changes in secondary stuff like spans in addition to
This was the case until #48337 got merged. |
|
@GuillaumeGomez
|
|
Then I'll just go for the |
|
Closing in favor of #48684 |
Fixes #48550.
cc @petrochenkov
r? @Mark-Simulacrum