Open pavelsavara opened 6 months ago
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
cc @kg @BrzVlad
This is caused because of my draft PR https://github.com/dotnet/runtime/pull/101476, I'll assign this to me.
This is caused because of my draft PR #101476, I'll assign this to me.
no, this was on my PR https://github.com/dotnet/runtime/pull/100697
no, this was on my PR #100697
I see, my bad.
cc @steveisok
Not all of them are AOT now, some of them are MT.
Almost all of the ST failures are at at dotnet.native.wasm.Moq_Moq_ExpressionExtensions_IsMatch_System_Linq_Expressions_Expression_Moq_Match
now
I hope the the root cause is https://github.com/dotnet/runtime/issues/106200 and fix https://github.com/dotnet/runtime/pull/106313
I hope the the root cause is #106200 and fix #106313
That was definitely not all of them
So far it appears we only have MT failures after the alignment fix?
Last 2 are MT Log
[09:00:43] fail: [0x000fbb58--UI- 09:00:43.363] MONO_WASM: null function or function signature mismatch
RuntimeError: null function or function signature mismatch
at call_with_ctx (http://127.0.0.1:41243/_framework/dotnet.native.wasm:wasm-function[8715]:0x228509)
at em_task_queue_execute (http://127.0.0.1:41243/_framework/dotnet.native.wasm:wasm-function[8700]:0x227ea2)
at receive_notification (http://127.0.0.1:41243/_framework/dotnet.native.wasm:wasm-function[8706]:0x22808e)
at em_task_queue_execute (http://127.0.0.1:41243/_framework/dotnet.native.wasm:wasm-function[8700]:0x227ea2)
at _emscripten_check_mailbox (http://127.0.0.1:41243/_framework/dotnet.native.wasm:wasm-function[8844]:0x22feac)
at callUserCallback (http://127.0.0.1:41243/_framework/dotnet.native.js:8:98666)
at checkMailbox (http://127.0.0.1:41243/_framework/dotnet.native.js:8:99197)
Log
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=653707 Build error leg or test failing:
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=653707 Error message validated:
[null function or function signature mismatch
] Result validation: :x: Known issue did not match with the provided build. Validation performed at: 4/24/2024 9:41:34 AM UTCReport
Summary