-
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
[browser] Wasm linux/windows HighResource LibrariestTests AOT are failing on build #101104
Comments
fyi: @lewing |
There are many more on this build
To replicate, just run |
|
In browser targeted build I see it assert on:
There are 2 problems we need to solve.
@vitek-karas what is the best way to find out why it was preserved during trimming? Still the illink analyzer or do we have some other way to find out? |
Set |
Nice, I should try the viewer when I will be on a windows machine. Meanwhile I used the linker analyzer, interestingly it still worked.
It looks like we are not trimming a lot of stuff after #100669 was merged. The AdvSimd is not trimmed away primarily because of these descriptors https://github.com/dotnet/runtime/pull/100669/files#diff-de4bf248fdfcb99fde3d06fd924756ab0073f5deaf5bb5218288fdc52ce16864R308-R310 @kotlarmilos It is only affecting tests, I wonder though if we should make the use of these linker descriptors conditional and use them only for ios? I guess it also made browser AOT tests slower on CI and possibly other tests too. |
Yes, I've included these changes in the PR. Thank you for investigation and bringing this up. |
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=644416
Build error leg or test failing: Build product
Failing jobs on
runtime-extra-platforms
:browser-wasm windows Release LibraryTests_HighResource_AOT
browser-wasm linux Release LibraryTests_HighResource_AOT
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=644416
Error message validated:
[Assertion at .*mini-llvm\.c:6194, condition
lhs' not met`]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 4/16/2024 6:29:40 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: