Matthias Krüger
ef82bd4b55
Rollup merge of #111975 - jyn514:normalization, r=cjgillot
...
Stop normalizing so many different prefixes
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.
r? ```@cjgillot``` since you reviewed https://github.com/rust-lang/rust/pull/110699 - this is the test that it doesn't regress :)
2023-05-31 11:19:07 +02:00
..
2023-04-30 00:06:26 +08:00
2023-05-08 03:36:30 +00:00
2023-05-05 22:40:04 +12:00
2023-05-24 01:17:38 +02:00
2023-05-03 19:41:15 +00:00
2023-05-12 00:10:52 +00:00
2023-05-24 19:35:59 -03:00
2023-04-27 18:33:39 +00:00
2023-04-28 20:28:56 -05:00
2023-04-27 01:34:03 +00:00
2023-05-28 21:53:56 +00:00
2023-05-18 17:37:08 +05:30
2023-05-06 18:40:47 +02:00
2023-05-12 00:10:52 +00:00
2023-05-29 18:37:53 +02:00
2023-05-24 19:35:59 -03:00
2023-05-30 12:40:35 +02:00
2023-05-30 13:03:40 +02:00
2023-04-28 14:42:03 +02:00
2023-05-27 00:24:01 +02:00
2023-05-05 20:36:21 +02:00
2023-05-29 21:34:16 +02:00
2023-05-12 00:10:52 +00:00
2023-05-08 17:58:01 -03:00
2023-05-05 01:22:17 -05:00
2023-04-27 01:34:03 +00:00
2023-05-26 06:55:06 +10:00
2023-04-27 01:34:03 +00:00
2023-05-12 00:10:52 +00:00
2023-05-05 22:40:05 +12:00
2023-05-21 14:16:41 +02:00
2023-05-04 18:06:07 +00:00
2023-05-12 00:10:52 +00:00
2023-05-25 03:35:14 +00:00
2023-05-26 13:15:15 -04:00
2023-05-09 20:49:32 +02:00
2023-05-29 12:07:41 -03:00
2023-05-18 01:47:55 +00:00
2023-05-21 14:16:41 +02:00
2023-05-11 21:41:07 +01:00
2023-05-24 19:35:59 -03:00
2023-05-05 13:02:43 -07:00
2023-05-13 21:34:05 +00:00
2023-05-11 12:14:57 -07:00
2023-05-08 17:58:01 -03:00
2023-05-24 19:35:59 -03:00
2023-05-21 14:16:41 +02:00
2023-05-16 11:39:38 +02:00
2023-05-01 16:37:00 +08:00
2023-05-30 13:04:25 +02:00
2023-05-21 13:37:32 +02:00
2023-05-27 17:37:16 +00:00
2023-05-27 18:49:07 +08:00
2023-05-09 20:49:31 +02:00
2023-05-03 20:09:10 +03:00
2023-05-16 18:50:26 +02:00
2023-05-29 21:34:16 +02:00
2023-05-15 21:16:35 +03:00
2023-05-13 21:34:05 +00:00
2023-05-05 16:05:04 -07:00
2023-05-21 17:48:36 -07:00
2023-05-30 12:57:38 +02:00
2023-05-25 17:40:46 +00:00
2023-05-24 21:15:50 -03:00
2023-04-30 14:08:26 +00:00
2023-05-26 13:15:15 -04:00
2023-05-27 14:52:14 -04:00
2023-05-29 12:26:27 +08:00
2023-05-08 03:36:30 +00:00
2023-05-05 18:54:06 +01:00
2023-05-24 19:16:07 +00:00
2023-05-21 14:16:41 +02:00
2023-05-03 20:09:10 +03:00
2023-05-11 18:06:31 +04:00
2023-05-12 00:10:52 +00:00
2023-05-29 21:56:10 +00:00
2023-05-21 14:16:41 +02:00
2023-04-28 20:28:56 -05:00
2023-04-29 13:01:46 +01:00
2023-05-27 16:35:16 +02:00
2023-05-28 16:55:21 +08:00
2023-05-29 21:34:16 +02:00
2023-05-21 13:37:32 +02:00
2023-05-26 06:23:03 +00:00
2023-05-27 00:18:28 +02:00
2023-05-08 03:42:21 +00:00
2023-05-09 20:49:31 +02:00
2023-05-24 19:54:13 -03:00
2023-05-21 13:37:32 +02:00
2023-05-01 15:05:39 +01:00
2023-05-27 18:49:07 +08:00
2023-05-21 14:16:41 +02:00
2023-05-22 14:52:52 +01:00
2023-05-21 13:37:32 +02:00
2023-05-22 14:52:52 +01:00
2023-05-05 16:19:18 +01:00
2023-05-02 10:32:08 +00:00
2023-05-21 13:37:32 +02:00
2023-05-03 22:41:29 +00:00
2023-05-23 03:23:52 +00:00
2023-05-05 14:58:52 -07:00
2023-05-09 12:33:45 +05:30
2023-05-09 12:33:46 +05:30
2023-04-29 13:01:46 +01:00
2023-05-21 13:37:32 +02:00
2023-05-08 03:36:30 +00:00
2023-05-29 12:07:41 -03:00
2023-05-27 00:52:07 +08:00
2023-04-30 00:06:26 +08:00
2023-05-24 11:18:20 -05:00
2023-05-26 18:55:02 +01:00
2023-04-26 22:34:30 -04:00
2023-04-26 21:02:56 +02:00
2023-05-26 12:16:30 -05:00
2023-05-30 13:04:27 +02:00
2023-05-21 14:16:41 +02:00
2023-05-16 11:39:39 +02:00
2023-05-30 12:40:35 +02:00
2023-05-30 17:57:37 +08:00
2023-05-01 16:15:17 +08:00
2023-05-26 16:01:29 +01:00
2023-05-18 09:29:48 +08:00
2023-05-24 19:16:07 +00:00
2023-05-03 20:09:10 +03:00
2023-05-18 01:53:01 +00:00
2023-05-23 12:46:25 -04:00
2023-04-29 13:01:46 +01:00
2023-05-16 20:30:48 +00:00
2023-05-12 00:10:52 +00:00
2023-05-24 19:35:59 -03:00
2023-05-09 20:35:39 -04:00
2023-05-09 20:35:39 -04:00
2023-05-27 16:35:16 +02:00
2023-05-21 13:37:32 +02:00
2023-05-09 20:35:39 -04:00
2023-05-21 14:16:41 +02:00
2023-05-21 14:16:41 +02:00
2023-05-10 19:36:02 +02:00
2023-05-04 15:39:21 +02:00
2023-05-03 20:09:10 +03:00
2023-05-15 21:22:13 +01:00