Skip to content

Re-enable generator tests on big endian architectures#125228

Open
svick wants to merge 1 commit intodotnet:mainfrom
svick:revert-endian-test-skip
Open

Re-enable generator tests on big endian architectures#125228
svick wants to merge 1 commit intodotnet:mainfrom
svick:revert-endian-test-skip

Conversation

@svick
Copy link
Member

@svick svick commented Mar 5, 2026

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

This reverts #105485.

Resolves #105311.

Copilot AI review requested due to automatic review settings March 5, 2026 16:28
@svick svick changed the title Re-enable tests on big endian architectures Re-enable generator tests on big endian architectures Mar 5, 2026
Copy link
Contributor

Copilot AI left a comment

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
Member

jkotas commented Mar 5, 2026

cc @uweigand

@dotnet-policy-service
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New ConfigurationBindingGeneratorTests fail on s390x (endian issue?)

3 participants