-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] Reenable skipped StructureToPtr tests #73236
Conversation
As a result of dotnet#73013 landing, the skipped StructureToPtr tests can be enabled. Contributes to dotnet#73008
Tagging subscribers to this area: @dotnet/interop-contrib |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
@vargaz These are still failing because it's trying to JIT: Lines 153 to 160 in aac729f
Lines 164 to 171 in aac729f
Lines 261 to 282 in aac729f
|
… instances as well. Fixes dotnet#73236.
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
@vargaz |
As a result of #73013 landing, the skipped StructureToPtr tests can be enabled.
Contributes to #73008