-
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
[wasm] test case for broken .locals init #71387
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsNew unit test
|
cc @vargaz |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
Seems to be caused by the tiering code. |
This just looks like #37955. Is this showing somewhere relevant ? |
The failure seems to happen when tiering up. |
Because this issue was always present with optimized code (with inlining). It's not related to tiering. |
I can avoid it in the interop code which lead me to discovery of this. |
@pavelsavara This issue doesn't happen normally because C# requires you to initialize all vars explicitly. |
But BCL is also full of PInvoke. Are there reasons why this is not worth fixing ? |
I'm not sure I understand why this is a problem. The pinvoke signature has the argument defined as |
See #71425