-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Use 1.51.0 in old cargos test #10167
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
Thanks! Unfortunately it looks like these tests have atrophied over time. Would you be willing to try to get them back into running shape? If not, that's ok, I can probably get them working again. It might be somewhat involved to make the output conditional based on the version. It looks like all versions from 1.51 onwards aren't working due to some output changes (and there have been various output changes over time). I'm also wondering if it might be feasible to remove the |
I will try to fix it in the next week. |
a91d945
to
6b107f2
Compare
@ehuss It's already working correctly locally. |
@ehuss Happy New Year! Could you please take a look? |
I'd prefer not to change CI to accommodate these tests for now. It looks like As for |
8ffc2d3
to
3664d9c
Compare
This comment was marked as outdated.
This comment was marked as outdated.
3664d9c
to
a558f3f
Compare
This comment was marked as outdated.
This comment was marked as outdated.
@ehuss |
nightly also work! |
@rustbot ready |
Error: The feature Please let |
Enable shortcut for triage bot ### What does this PR try to resolve? Enable shortcut for triage bot. See: #10167 (comment) ### How should we test and review this PR? We need to test it after the merge. But there should be no problem with the robot. I refer to the rust configuration file. ### Additional information I don't know if it is accepted to open it, if we don't want to open it please feel free to close my PR.
@rustbot ready |
Friendly ping~ @ehuss Could you please take a look? Thanks! 💚 💙 💜 💛 ❤️ |
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.
Sorry about the delay.
It looks like new_features
has fallen behind again. Starting with 1.60, namespaced-features has been stabilized. That means the validity checks will need to have three different checks:
< 1.51
>= 1.51 && < 1.60
>= 1.60
Can you add the new 1.60 behavior?
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
Signed-off-by: hi-rustin <rustin.liu@gmail.com> Address comments Signed-off-by: hi-rustin <rustin.liu@gmail.com>
a558f3f
to
626bf2c
Compare
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
bf9f317
to
9d93415
Compare
I have tested on these tool chains: ➜ cargo git:(rustin-patch-test) rustup toolchain list
stable-x86_64-apple-darwin
beta-x86_64-apple-darwin (default)
nightly-x86_64-apple-darwin
1.11.0-x86_64-apple-darwin
1.12.0-x86_64-apple-darwin
1.48.0-x86_64-apple-darwin
1.50.0-x86_64-apple-darwin
1.51.0-x86_64-apple-darwin
1.52.0-x86_64-apple-darwin
1.53.0-x86_64-apple-darwin
1.59.0-x86_64-apple-darwin |
Thanks! @bors r+ |
📌 Commit 9d93415 has been approved by |
☀️ Test successful - checks-actions |
11 changes in d6cdde584a1f15ea086bae922e20fd27f7165431..3d6970d50e30e797b8e26b2b9b1bdf92dc381f34 2022-02-22 19:55:51 +0000 to 2022-02-28 19:29:07 +0000: - rust-lang/cargo#10395 - rust-lang/cargo#10425 - rust-lang/cargo#10428 - rust-lang/cargo#10388 - rust-lang/cargo#10167 - rust-lang/cargo#10429 - rust-lang/cargo#10426 - rust-lang/cargo#10372 - rust-lang/cargo#10420 - rust-lang/cargo#10416 - rust-lang/cargo#10417
Update cargo 11 changes in d6cdde584a1f15ea086bae922e20fd27f7165431..3d6970d50e30e797b8e26b2b9b1bdf92dc381f34 2022-02-22 19:55:51 +0000 to 2022-02-28 19:29:07 +0000: - rust-lang/cargo#10395 - rust-lang/cargo#10425 - rust-lang/cargo#10428 - rust-lang/cargo#10388 - rust-lang/cargo#10167 - rust-lang/cargo#10429 - rust-lang/cargo#10426 - rust-lang/cargo#10372 - rust-lang/cargo#10420 - rust-lang/cargo#10416 - rust-lang/cargo#10417
Remove TODO.
If the default toolchain is the same as "stable", just skip the
avoids_split_debuginfo_collision
test.