mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
157d936c31
Previously, we would normalize *all* of
- the absolute path to the repository checkout
- the /rustc/$sha for stage1 (if `remap-debuginfo` was enabled)
- the /rustc/$sha for download-rustc
- the sysroot for download-rustc
Now, we consistently only normalize /rustc/FAKE_PREFIX. Not only is this
much simpler, but it also avoids ongoing maintenance for download-rustc
and makes it much less likely that tests break by accident.
- Change `tests/ui/track-diagnostics/track6.rs` to use a relative path
instead of an absolute one. I am not actually sure why `track_caller`
works here, but it does seem to work 🤷
- Pass `-Zsimulate-remapped-rust-src-base=/rustc/FAKE_PREFIX` to all
suites, not just UI. In particular, mir-opt tests emit /rustc/ paths
in their output.
|
||
---|---|---|
.. | ||
track2.rs | ||
track2.stderr | ||
track3.rs | ||
track3.stderr | ||
track4.rs | ||
track4.stderr | ||
track5.rs | ||
track5.stderr | ||
track6.rs | ||
track6.stderr | ||
track.rs | ||
track.stderr |