Commit 22653b8
authored
Rollup merge of rust-lang#144848 - Zalathar:ui-fulldeps, r=clubby789
For "stage 1" ui-fulldeps, use the stage 1 compiler to query target info
Testing ui-fulldeps in "stage 1" actually uses the stage 0 compiler, so that test programs can link against stage 1 rustc crates.
Unfortunately, using the stage 0 compiler causes problems when compiletest tries to obtain target information from the compiler, but the output format has changed since the last bootstrap beta bump.
We can work around this by also providing compiletest with a stage 1 compiler, and having it use that compiler to query for target information.
---
This fixes the stage 1 ui-fulldeps failure seen at rust-lang#144443 (comment).3 files changed
+40
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1663 | 1663 | | |
1664 | 1664 | | |
1665 | 1665 | | |
| 1666 | + | |
1666 | 1667 | | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + | |
1667 | 1671 | | |
1668 | 1672 | | |
1669 | 1673 | | |
| |||
1672 | 1676 | | |
1673 | 1677 | | |
1674 | 1678 | | |
| 1679 | + | |
1675 | 1680 | | |
1676 | 1681 | | |
1677 | 1682 | | |
| |||
1716 | 1721 | | |
1717 | 1722 | | |
1718 | 1723 | | |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
1719 | 1727 | | |
1720 | 1728 | | |
1721 | 1729 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
282 | 291 | | |
283 | 292 | | |
284 | 293 | | |
| |||
712 | 721 | | |
713 | 722 | | |
714 | 723 | | |
| 724 | + | |
715 | 725 | | |
716 | 726 | | |
717 | 727 | | |
| |||
917 | 927 | | |
918 | 928 | | |
919 | 929 | | |
920 | | - | |
| 930 | + | |
921 | 931 | | |
922 | 932 | | |
923 | 933 | | |
| |||
950 | 960 | | |
951 | 961 | | |
952 | 962 | | |
953 | | - | |
| 963 | + | |
954 | 964 | | |
955 | 965 | | |
956 | 966 | | |
| |||
1009 | 1019 | | |
1010 | 1020 | | |
1011 | 1021 | | |
1012 | | - | |
1013 | | - | |
1014 | | - | |
1015 | | - | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
1016 | 1029 | | |
1017 | 1030 | | |
1018 | 1031 | | |
| |||
1113 | 1126 | | |
1114 | 1127 | | |
1115 | 1128 | | |
1116 | | - | |
| 1129 | + | |
1117 | 1130 | | |
1118 | 1131 | | |
1119 | 1132 | | |
| |||
1128 | 1141 | | |
1129 | 1142 | | |
1130 | 1143 | | |
1131 | | - | |
| 1144 | + | |
1132 | 1145 | | |
1133 | 1146 | | |
1134 | 1147 | | |
| |||
1149 | 1162 | | |
1150 | 1163 | | |
1151 | 1164 | | |
1152 | | - | |
1153 | | - | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
1154 | 1169 | | |
1155 | 1170 | | |
1156 | 1171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| |||
354 | 360 | | |
355 | 361 | | |
356 | 362 | | |
| 363 | + | |
357 | 364 | | |
358 | 365 | | |
359 | 366 | | |
| |||
0 commit comments