Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Check we don't marshal out parameters in SizeParamIndex test #27439

Merged
merged 2 commits into from
Nov 7, 2019

Conversation

MichalStrehovsky
Copy link
Member

The test passes both uninitialized (null) and initialized values to native.

We can add a check to ensure the initialized value doesn't get marshalled to native.

The test passes both uninitialized (null) and initialized values to native.

We can add a check to ensure the initialized value doesn't get marshalled to native.
@maryamariyan
Copy link
Member

Thank you for your contribution. As announced in dotnet/coreclr#27549 this repository will be moving to dotnet/runtime on November 13. If you would like to continue working on this PR after this date, the easiest way to move the change to dotnet/runtime is:

  1. In your coreclr repository clone, create patch by running git format-patch origin
  2. In your runtime repository clone, apply the patch by running git apply --directory src/coreclr <path to the patch created in step 1>

@AaronRobinsonMSFT
Copy link
Member

This doesn't seem to be the right fix for this area. Are you seeing some failure in these tests?

/cc @jkoritzinsky

@AaronRobinsonMSFT AaronRobinsonMSFT added this to the 5.0 milestone Nov 7, 2019
@AaronRobinsonMSFT AaronRobinsonMSFT merged commit 3ef9c7b into dotnet:master Nov 7, 2019
@MichalStrehovsky MichalStrehovsky deleted the sizeParamIndex branch March 13, 2020 21:41
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.

4 participants