Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Interpreter - disable libraries tests using marshalled calli - #123213

#123213
Merged
janvorli merged 2 commits into
dotnet:maindotnet/runtime:mainfrom
janvorli:disable-blittable-calli-testsjanvorli/runtime:disable-blittable-calli-testsCopy head branch name to clipboard
Jan 20, 2026
Merged

Interpreter - disable libraries tests using marshalled calli#123213
janvorli merged 2 commits into
dotnet:maindotnet/runtime:mainfrom
janvorli:disable-blittable-calli-testsjanvorli/runtime:disable-blittable-calli-testsCopy head branch name to clipboard

Conversation

@janvorli

Copy link
Copy Markdown
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
Copy Markdown
Contributor

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

Copilot AI 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

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

Comment thread src/libraries/System.Reflection.Emit.ILGeneration/tests/ILGenerator/Emit4Tests.cs Outdated
Comment thread src/libraries/System.Reflection.Emit.ILGeneration/tests/ILGenerator/Emit4Tests.cs Outdated
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
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 20, 2026
Sign up for free to 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.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.