print proc res for failed case in comp test#141977
print proc res for failed case in comp test#141977ilyaaay wants to merge 7 commits intorust-lang:mainfrom
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 |
| self.props.error_patterns | ||
| ); | ||
|
|
||
| self.check_expected_errors(&proc_res); |
There was a problem hiding this comment.
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
|
@ilyaaay any updates on this? thanks |
No description provided.