ui test error output doesn't play nicely with "goto file" in vscode #109725
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
it seems like the source directory in the printout for ui tests uses "fake-test-src-base" rn, e.g.
this prevents ctrl+leftclick in vscode to take me directly to the relevant point in the source of the failing test.
it would be nice to somehowo keep the actual path in the output for ui tests and only normalize it when writing into the stderr file?
see https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/ui.20tests.20.22fake-test-src-base.22 for more details
The text was updated successfully, but these errors were encountered: