-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 828e45a
Auto merge of #145663 - Kobzol:bootstrap-test, r=jieyouxu
Enforce in bootstrap that test must have stage at least 1 (except for compiletest)
This PR cleans up a bunch of test steps and adds metadata to them. I didn't yet touch the most complicated step (`CompileTest`), I'm leaving that for another PR.
Testing anything on stage 0 is only possible for compiletest and with `build.allow-compiletest-stage0`. Testing anything else on stage 0 will either produce a nice error or crash with a stage being subtracted below zero.
r? `@jieyouxu`
try-job: dist-x86_64-linux
try-job: aarch64-gnu
try-job: arm-android
try-job: `x86_64-gnu-llvm-20*`
try-job: `x86_64-msvc-*`
try-job: aarch64-apple
try-job: test-variousFile tree
13 files changed
+760
-384
lines changed- compiler/rustc_lint_defs/src
- src
- bootstrap/src
- core
- build_steps
- builder
- config
- utils
- ci/docker/host-x86_64/tidy
- tools/lint-docs/src
13 files changed
+760
-384
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2309 | 2309 |
| |
2310 | 2310 |
| |
2311 | 2311 |
| |
2312 | - | ||
2312 | + | ||
2313 | 2313 |
| |
2314 | 2314 |
| |
2315 | - | ||
2315 | + | ||
2316 | 2316 |
| |
2317 | 2317 |
| |
2318 | 2318 |
| |
| |||
4832 | 4832 |
| |
4833 | 4833 |
| |
4834 | 4834 |
| |
4835 | - | ||
4835 | + | ||
4836 | + | ||
4836 | 4837 |
| |
4837 | 4838 |
| |
4838 | 4839 |
| |
4839 | 4840 |
| |
4840 | 4841 |
| |
4841 | - | ||
4842 | + | ||
4843 | + | ||
4844 | + | ||
4842 | 4845 |
| |
4843 | 4846 |
| |
4844 | 4847 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
12 | - | ||
11 | + | ||
12 | + | ||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
791 | 791 |
| |
792 | 792 |
| |
793 | 793 |
| |
794 | - | ||
794 | + | ||
795 | 795 |
| |
796 | 796 |
| |
797 | 797 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
791 | 791 |
| |
792 | 792 |
| |
793 | 793 |
| |
794 | - | ||
794 | + | ||
795 | + | ||
796 | + | ||
797 | + | ||
798 | + | ||
795 | 799 |
| |
796 | 800 |
| |
797 | 801 |
| |
| |||
1289 | 1293 |
| |
1290 | 1294 |
| |
1291 | 1295 |
| |
1296 | + | ||
1297 | + | ||
1292 | 1298 |
| |
1293 | 1299 |
| |
1294 | 1300 |
| |
|
0 commit comments