Uh oh!
There was an error while loading. Please reload this page.
Restore Bundled Arguments - #129224
Conversation
JulieLeeMSFT
commented
Jun 10, 2026
@clamp03, please check test failures. |
clamp03
commented
Jun 11, 2026
@JulieLeeMSFT Thank you for the comment. I've looked into the test failures. The ₩browser-wasm windows checked CoreCLR_ReleaseLibraries₩ test is failing with the following log. I'm seeing the same error in other PRs, so I believe it's unrelated to this PR. The other failures occur in the @janvorli |
janvorli
commented
Jun 11, 2026
clamp03
commented
Jun 12, 2026
Thank you for the confirmation. @JulieLeeMSFT I've confirmed that the test failures are not caused by this PR. |
clamp03
commented
Jun 15, 2026
I will keep this PR open until |
clamp03
commented
Jun 18, 2026
#129433 (Redo resume after catch for interpreter via native EH) has been merged. Updated this PR accordingly — ready for review! |
Uh oh!
There was an error while loading. Please reload this page.
This reverts the workaround previously required for the arm32 environment. It is now safe to restore the original behavior, thanks to the native exception handling improvements implemented in PR #128728. --------- Co-authored-by: Jan Kotas <jkotas@microsoft.com>
This reverts the workaround previously required for the arm32 environment.
It is now safe to restore the original behavior, thanks to the native exception handling improvements implemented in PR #128728.