-
Notifications
You must be signed in to change notification settings - Fork 5k
[mono] Support UnsafeAccessorAttribute method calls with custom modifiers #89098
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
Comments
Tagging subscribers to this area: Issue DetailsEnable these disabled tests:
|
The CoreCLR algorithm is runtime/src/coreclr/vm/prestub.cpp Lines 1244 to 1300 in a41f655
Right now in Mono we piggyback on
|
We will need to add a variant of |
Uh oh!
There was an error while loading. Please reload this page.
Enable these disabled tests:
Verify_IgnoreCustomModifier
Verify_UnmanagedCallConvBitAreTreatedAsCustomModifiersAndIgnored
Verify_ManagedUnmanagedFunctionPointersDontMatch
andVerify_InvalidTargetUnsafeAccessorAmbiguousMatch
Part of #86040
The text was updated successfully, but these errors were encountered: