Remove sparc64 roundtrip skips - #5383
Merged
Merged
Conversation
Collaborator
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
tgross35
approved these changes
Aug 9, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes issues #1427 and #1558.
The 17 test skips on sparc64 for rustc were due to bugs in the sparc64 ABI implementation. These bugs have been fixed in http://github.com/rust-lang/rust/pull/142680, which was merged on February 12, 2026. Since the libc CI runs every night, these skips are no longer relevant. Removing them will allow the tier2 sparc64 job to properly verify the tests.
We've kept other test skips related to FAM type, max_align_t on i686 and ppc64, s390x mcontext_t, and freebsd gregset because those are separate problems.
Close #1427
Close #1558.