-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) #145663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This PR modifies If appropriate, please update |
@bors try |
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) 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
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The tool wasn't useful for anything, it was only built as a part of the test, but we can just use `cargo test` and `cargo run` in the test, no need to (pre-)build the tool itself.
@bors try |
This comment has been minimized.
This comment has been minimized.
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) 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
This comment has been minimized.
This comment has been minimized.
💔 Test for 06dca67 failed: CI. Failed jobs:
|
@bors try |
This comment has been minimized.
This comment has been minimized.
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) 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
This comment has been minimized.
This comment has been minimized.
💔 Test for 71ba459 failed: CI. Failed jobs:
|
This comment has been minimized.
This comment has been minimized.
@bors try |
This comment has been minimized.
This comment has been minimized.
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) 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
This comment has been minimized.
This comment has been minimized.
@bors try |
This comment has been minimized.
This comment has been minimized.
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) 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
This comment has been minimized.
This comment has been minimized.
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test for 456a51d failed: CI. Failed jobs:
|
@bors try |
This comment has been minimized.
This comment has been minimized.
Enforce in bootstrap that test must have stage at least 1 (except for compiletest) 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
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test for 4b82a4c failed: CI. Failed jobs:
|
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