-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[beta] Prepare Rust 1.70.0 #110414
[beta] Prepare Rust 1.70.0 #110414
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
@bors r+ p=500 rollup=never |
⌛ Testing commit a27ea2b with merge 462f00525e8c26359bcfe189e5e17b987c61e2e1... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
The error is likely caused by #109044. |
03d4377
to
988610a
Compare
Added three commits to fix the test failure, I'll open a PR to land them on
Indeed it was! There's a reason why it failed just on the I'd like a review of the last three commits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me
// run-flags: --list --format json -Zunstable-options | ||
// run-fail | ||
// check-run-results | ||
// ignore-nightly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we checking this on the stable builder today? Or does that not run tests - I forget.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be running the full tests, so yes it should be executed in theory.
@bors r=Mark-Simulacrum p=500 rollup=never |
⌛ Testing commit 988610a with merge c6aa13da433d9afa2a1d5c7275ee311ba6e2b894... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors retry |
⌛ Testing commit 988610a with merge e9d48e9d574fb30e8017a824a0534006a5f9364a... |
BTW, I marked #110361 as beta-nominated to avoid the error that happened above. |
💥 Test timed out |
The job Click to see the possible cause of the failure (guessed by this bot)
|
@bors retry |
☀️ Test successful - checks-actions |
…sts, r=Mark-Simulacrum Update tests for libtest `--format json` This PR makes the test work on beta and stable, and adds a test ensuring the option is not available on beta and stable. Backported these commits from rust-lang#110414.
…sts, r=Mark-Simulacrum Update tests for libtest `--format json` This PR makes the test work on beta and stable, and adds a test ensuring the option is not available on beta and stable. Backported these commits from rust-lang#110414.
…sts, r=Mark-Simulacrum Update tests for libtest `--format json` This PR makes the test work on beta and stable, and adds a test ensuring the option is not available on beta and stable. Backported these commits from rust-lang#110414.
…sts, r=Mark-Simulacrum Update tests for libtest `--format json` This PR makes the test work on beta and stable, and adds a test ensuring the option is not available on beta and stable. Backported these commits from rust-lang#110414.
This PR replaces the version placeholders, and changes the channel to
beta
.r? @ghost
cc @rust-lang/release