-
Notifications
You must be signed in to change notification settings - Fork 13.7k
print proc res for failed case in comp test #141977
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
base: master
Are you sure you want to change the base?
print proc res for failed case in comp test #141977
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
Some changes occurred in src/tools/compiletest cc @jieyouxu |
Does GitHub have a bug in the rendering, or is there no diff in the current form of this PR? |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@jieyouxu please, sorry. I had seen that my PR don't have changes. I need to set draft status. |
@rustbot ready |
This comment has been minimized.
This comment has been minimized.
@rustbot author |
The job Click to see the possible cause of the failure (guessed by this bot)
|
@rustbot ready |
explicit, | ||
self.config.compare_mode, | ||
proc_res_to_report.status, | ||
self.props.error_patterns | ||
); | ||
|
||
self.check_expected_errors(&proc_res); |
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.
Why should this be using the other proc_res?
☔ The latest upstream changes (presumably #143002) made this pull request unmergeable. Please resolve the merge conflicts. |
When a UI test runs a compiled binary and an error/forbid pattern check fails, the failure message previously only showed compiler output, hiding the executed programs stdout/stderr. This makes it harder to see near-miss or unexpected runtime lines. Fixed rust-lang#141531 Supersedes rust-lang#141977
Enhance UI test output handling for runtime errors When a UI test runs a compiled binary and an error/forbid pattern check fails, the failure message previously only showed compiler output, hiding the executed programs stdout/stderr. This makes it harder to see near-miss or unexpected runtime lines. Fixed rust-lang#141531 Supersedes rust-lang#141977
Rollup merge of #145431 - AMS21:fix_141531, r=jieyouxu Enhance UI test output handling for runtime errors When a UI test runs a compiled binary and an error/forbid pattern check fails, the failure message previously only showed compiler output, hiding the executed programs stdout/stderr. This makes it harder to see near-miss or unexpected runtime lines. Fixed #141531 Supersedes #141977
No description provided.