-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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][aot] Regression: lots of AOT tests failing on main
#53697
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsNumber of AOT tests being run on The test runs don't show up as failed, though if you look at the logs then they are mostly crashes, like:
According to @vargaz, #52883 should fix these crashes. TODO (wip): xharness should identify these crashes, and fail the tests cc @lewing @SamMonoRT @radekdoulik
|
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
This is caused by: |
It cannot determine whenever the finally clause is really empty, i.e. whenever it can affect the rest of the program. Fixes dotnet#53697.
It cannot determine whenever the finally clause is really empty, i.e. whenever it can affect the rest of the program. Fixes #53697.
Number of AOT tests being run on
main
goes down from ~42k to 173:The test runs don't show up as failed, though if you look at the logs then they are mostly crashes, like:
Microsoft.CSharp.Tests:
According to @vargaz, #52883 should fix these crashes.
TODO (wip): xharness should identify these crashes, and fail the tests
cc @lewing @SamMonoRT @radekdoulik
The text was updated successfully, but these errors were encountered: