-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Revert "Bump ui_test to 0.23" #12949
Conversation
This reverts commit dcfc3b5.
Did you already report this issue to |
It seems to be this issue oli-obk/ui_test#238 |
Is the issue just that no summary is printed or that the files don't actually get checked, resulting in broken tests? |
cc @oli-obk |
Maybe oli-obk/ui_test#176 could also be related? There was a time, where |
Just tested this, seems that while the testing is not shown on screen, if the
|
Running UI tests a few times the last few days, I also noticed this bug. It goes away when running with blessing, I think. But since it is just a visual bug, I would rather not downgrade ui_test again. This would introduce multiple ui_test versions in rustc and it might make it harder to upgrade once 0.24 is released (with this potentially fixed). |
I have figured out what the |
There are merge commits (commits with multiple parents) in your changes. We have a no merge policy so these commits will need to be removed for this pull request to be merged. You can start a rebase with the following commands:
The following commits are merge commits: |
?? This shouldn't have propagated here? I was just testing a test bot and using this branch as a test for a PR (in my Clippy fork.) |
#12746 introduced very buggy behaviour (
.fixed
tests not being checked, not showing what went wrong... etc.), this commit reverts that and it should fix all those issues. We'll check again once ui_test 0.24.0 is available.