Enable EII tests for cg_gcc - #163222
Enable EII tests for cg_gcc#163222
Conversation
|
r? @BoxyUwU rustbot has assigned @BoxyUwU. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
r=me if CI passes |
|
✌️ @AsakuraMizu, you can now approve this pull request! If @BoxyUwU told you to " |
|
@rustbot author |
|
Reminder, once the PR becomes ready for a review, use |
|
We completely forgot unignore the GCC backend in these tests, well done! |
This comment has been minimized.
This comment has been minimized.
This seems to be an unrelated spurious error? |
|
Yeah looks unrelated |
|
Yeah it's #93784. I guess it's a new entry. :') |
|
@bors r=BoxyUwU,GuillaumeGomez |
…llaumeGomez Enable EII tests for cg_gcc
Rollup of 8 pull requests Successful merges: - #162976 (fix quadratic naming of duplicate sidebar links) - #163222 (Enable EII tests for cg_gcc) - #162942 (Remove `StashKey::AssociatedTypeSuggestion`) - #163096 (Don't suggest `std::` rustfix paths in `#![no_std]` crates) - #163110 (Mark `std::os::wasip2` with correct doc-cfgs, mark as unstable) - #163185 (properly decrement available_depth on cycles and provisional cache hits) - #163214 (revert r14 register names for arm) - #163226 (miri subtree update)
Rollup of 8 pull requests Successful merges: - #162976 (fix quadratic naming of duplicate sidebar links) - #163222 (Enable EII tests for cg_gcc) - #162942 (Remove `StashKey::AssociatedTypeSuggestion`) - #163096 (Don't suggest `std::` rustfix paths in `#![no_std]` crates) - #163110 (Mark `std::os::wasip2` with correct doc-cfgs, mark as unstable) - #163185 (properly decrement available_depth on cycles and provisional cache hits) - #163214 (revert r14 register names for arm) - #163226 (miri subtree update)
|
💔 I suspect this PR failed tests as part of a rollup After fixing the problem, consider running a try job for the failed job before re-approving. Link to failure: #163236 (comment) |
|
This pull request was unapproved. This PR was contained in a rollup (#163236), which was unapproved. |
494b3f8 to
f8f1dc2
Compare
|
Didn't expect this change; |
|
@bors try jobs=test-aarch64-apple-* |
This comment has been minimized.
This comment has been minimized.
Enable EII tests for cg_gcc try-job: test-aarch64-apple-*
|
@bors r=BoxyUwU,GuillaumeGomez |
…llaumeGomez Enable EII tests for cg_gcc
…uwer Rollup of 7 pull requests Successful merges: - #163218 (stdarch subtree update) - #159287 (Build a new incr comp session dir from scratch every time) - #163222 (Enable EII tests for cg_gcc) - #163251 (cg_gcc subtree sync 2026-09-24) - #162595 (avoid accessing uninferred closure upvars in diagnostics) - #162937 (do generic_const_args Const::Ty hack only on projection consts) - #163238 (Fix incorrect use of await in parser suggestion)
Rollup merge of #163222 - AsakuraMizu:eii-gcc, r=BoxyUwU,GuillaumeGomez Enable EII tests for cg_gcc
…uwer Rollup of 7 pull requests Successful merges: - rust-lang/rust#163218 (stdarch subtree update) - rust-lang/rust#159287 (Build a new incr comp session dir from scratch every time) - rust-lang/rust#163222 (Enable EII tests for cg_gcc) - rust-lang/rust#163251 (cg_gcc subtree sync 2026-09-24) - rust-lang/rust#162595 (avoid accessing uninferred closure upvars in diagnostics) - rust-lang/rust#162937 (do generic_const_args Const::Ty hack only on projection consts) - rust-lang/rust#163238 (Fix incorrect use of await in parser suggestion)
View all comments
Tracking issue: #125418
The major work has been done in rust-lang/rustc_codegen_gcc#962, and it was finally merged into the main repository recently.
@rustbot label +F-extern_item_impls