Open
Description
If the test executes, we get a new ProcRes
from executing the test and we call get_output
on that to get the output to pass into check_all_error_patterns
.
rust/src/tools/compiletest/src/runtest/ui.rs
Line 130 in 3d86494
We continue to pass in the old ProcRes
though, so if the test fails, we don't actually print the output we failed to match against. This makes these rather annoying to debug.
Metadata
Metadata
Assignees
Labels
Area: The compiletest test runnerArea: The testsuite used to check the correctness of rustcCategory: This is a bug.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Help is requested to fix this issue.Relevant to the compiler team, which will review and decide on the PR/issue.