Skip to content

Re-enable generator tests on big endian architectures#125228

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

Re-enable generator tests on big endian architectures#125228
svick merged 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.

@svick
Copy link
Member Author

svick commented Mar 17, 2026

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:main Mar 17, 2026
94 of 112 checks passed
@svick svick deleted the revert-endian-test-skip branch March 17, 2026 14:13
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?)

5 participants