-
Notifications
You must be signed in to change notification settings - Fork 202
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
Roundtripping delegates through a native function pointer #164
Roundtripping delegates through a native function pointer #164
Comments
The test doesn't seem to exist anymore at this location. Would it make sense to remove the exclusions and close the issue? |
Yes |
This is not resolved. The test was just converted to an |
Thanks for pointing that out. I was looking for the test since it exercises a broken code path on ARM. For posterity, the new location: |
- Fix Delegate.Method and Delegate.Target for marshalled delegates - Add tests and fixes for corner various delegate corner case behaviors - Delete runtime test for GetInvocationList since there is a better test coverage for this API under libraries Fixes dotnet/runtimelab#164
- Fix Delegate.Method and Delegate.Target for marshalled delegates - Add tests and fixes for various delegate corner case behaviors - Delete runtime test for GetInvocationList since there is a better test coverage for this API under libraries - Delete `m` prefix on System.Delegate member fields Fixes dotnet/runtimelab#164
Interop/MarshalAPI/FunctionPointer/FunctionPtrTest
The text was updated successfully, but these errors were encountered: