-
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
[mono][tests] Hybrid.WASM.Tests SIGSEGV failure on iOS #84477
Comments
Tagging subscribers to this area: @directhex Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=231297 Error MessageFill the error message using known issues guidance. {
"ErrorMessage": "Hybrid.WASM.Tests : interp_to_native_trampoline",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": false
}
|
Interpreter on iOS and tvOS simulators can't find runtime/src/native/libs/System.Globalization.Native/pal_locale.m Lines 33 to 52 in a7f3df9
@ilonatommy @mkhamoyan are there simulator specific targets that could be used? If not, the test could be disabled on the simulators. |
Looks like during wasm tests it also tries to run on ios/tvos platforms. @ilonatommy We need to run these tests only for browser/wasi platforms https://github.com/dotnet/runtime/blob/main/src/libraries/System.Globalization/tests/Hybrid/Hybrid.WASM.Tests.csproj , like is done for hybrid ios tests https://github.com/dotnet/runtime/blob/main/src/libraries/System.Globalization/tests/Hybrid/Hybrid.IOS.Tests.csproj |
The issue has been encountered on two separate PRs.
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=231297
Build error leg or test failing: Hybrid.WASM.Tests.WorkItemExecution
Pull request: #79169
Error Message
Fill the error message using known issues guidance.
Report
Summary
The text was updated successfully, but these errors were encountered: