-
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
[wasm][aot] StringSplitTests and ArrayTests failing with NullReferenceException #105362
Comments
Tagging subscribers to 'arch-wasm': @lewing |
@ilonatommy Can you please try to look what is going on? There isn't any change in the test suite or String.Mono.cs recently. |
Stack:
|
Might be connected: #101481 (same stack starting from |
I'm seeing sameish failure in PR with
|
I am not 100% sure if the log is connected with the null-valued first element issue, the runtime where I got it is debug-based and it's more prone to throwing. What config are you using? Does it reproduce every time? For me, I got that stack that I pasted only once, then it always passed both in debug and release |
It is with release, happened first time. |
Last few logs have
|
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=752664
Build error leg or test failing:
System.Tests.StringSplitTests.SplitCharSeparator
andSystem.Tests.ArrayTests.Sort_Array_Array_NonGeneric
log_with_stack.txt
Error Message
browser-wasm linux Release LibraryTests_Smoke_AOT
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=752664
Error message validated:
[Exception thrown during comparison Object reference not set to an instance of an object System.Tests
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/2/2024 7:39:42 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: