-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
GetFunctionPointerForDelegateTests tests fail with Specified cast is not valid on Browser #39187
Comments
These now fail with: |
@vargaz this sounds like net6? |
Probably. |
I will remove the [ActiveIssue] from |
This was probably fixed already. The remaining [ActiveIssue] are in @mdh1418 how did you made them run on browser before ? |
This PR: |
@lewing - is this a must for 6.0 ? |
Moving to 7.0 |
@vargaz, are we able to solve it in 7.0? |
@ilonatommy can you check if these tests still fail? |
The error message changed to:
When we use the hint and add the decorator:
When we change the method to receive I am not sure how to fix this. Tests failing with this message:
|
@vargaz is this something we expect to work? |
…terTests so it works on wasm. Fixes dotnet#39187.
When running System.Runtime.InteropServices library tests on Browser wasm, two functions fail with
Specified cast is not valid
:Note
When the tests are not ordered, the suite sometimes fails with the two tests above
And other times, it fails with the six tests from
GetDelegateForFunctionPointerTests.cs
The text was updated successfully, but these errors were encountered: