Skip to content

Conversation

@janvorli
Copy link
Member

Marshalled calli is not supported with the interpreter

Marshalled calli is not supported with the interpreter
@janvorli janvorli added this to the 11.0.0 milestone Jan 15, 2026
@janvorli janvorli requested review from davidwrighton and kg January 15, 2026 13:07
@janvorli janvorli self-assigned this Jan 15, 2026
Copilot AI review requested due to automatic review settings January 15, 2026 13:07
@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @BrzVlad, @janvorli, @kg
See info in area-owners.md if you want to be subscribed.

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

This PR disables three library tests that use marshalled calli instructions when running under the CoreCLR interpreter. The changes add ActiveIssue attributes to skip tests that are not supported with interpreter mode, and includes a minor whitespace fix.

Changes:

  • Added ActiveIssue attributes to three test methods that test marshalled calli functionality
  • Fixed indentation in one test method

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
src/libraries/System.Reflection.Emit/tests/PersistedAssemblyBuilder/AssemblySaveILGeneratorTests.cs Added ActiveIssue attribute to EmitCalliNonBlittable test and fixed indentation
src/libraries/System.Reflection.Emit.ILGeneration/tests/ILGenerator/Emit4Tests.cs Added ActiveIssue attributes to TestEmitCalliNonBlittable and TestDynamicMethodEmitCalliNonBlittable tests

The interpreter detection was correct, but the way copilot suggested
feels better for the libraries tests.
@janvorli janvorli merged commit 05df02a into dotnet:main Jan 20, 2026
89 checks passed
@janvorli janvorli deleted the disable-blittable-calli-tests branch January 20, 2026 13:34
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.

2 participants