Skip to content

Re-enable generator tests on big endian architectures - #125228

Merged
svick merged 1 commit into
dotnet:mainfrom
svick:revert-endian-test-skip
Mar 17, 2026
Merged

Re-enable generator tests on big endian architectures#125228
svick merged 1 commit into
dotnet:mainfrom
svick:revert-endian-test-skip

Conversation

@svick

@svicksvick commented Mar 5, 2026

Copy link
Copy Markdown
Member

The Roslyn issue dotnet/roslyn#74682 was fixed, so the tests should now pass on big endian architectures.

This reverts #105485.

Resolves#105311.

CopilotAI review requested due to automatic review settings March 5, 2026 16:28
@svicksvick changed the title Re-enable tests on big endian architecturesRe-enable generator tests on big endian architecturesMar 5, 2026

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the big-endian test suppression so source generation tests run again on big-endian architectures.

Changes:

  • Removed the [ActiveIssue(..., nameof(IsBigEndian))] skip that disabled tests on big-endian.
  • Deleted the IsBigEndian helper and its associated comment.

@jkotas

Copy link
Copy Markdown
Member

cc @uweigand

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/area-extensions-configuration
See info in area-owners.md if you want to be subscribed.

@svick

Copy link
Copy Markdown
MemberAuthor

I am going to merge this now, even though this PR was not tested on a big-endian machine. If it turns out it's still an issue, we can revert it.

@svick
svick merged commit e1b5a1d into dotnet:mainMar 17, 2026
94 of 112 checks passed
@svick
svick deleted the revert-endian-test-skip branch March 17, 2026 14:13
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Apr 17, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New ConfigurationBindingGeneratorTests fail on s390x (endian issue?)

5 participants

@svick@jkotas@cincuranet@rosebyte