Skip to content
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][ios] Missing support for building native libraries as part of tests #92129

Open
Tracked by #84254
ivanpovazan opened this issue Sep 15, 2023 · 1 comment
Open
Tracked by #84254
Assignees
Labels
area-Infrastructure-mono disabled-test The test is disabled in source code against the issue os-ios Apple iOS
Milestone

Comments

@ivanpovazan
Copy link
Member

ivanpovazan commented Sep 15, 2023

Description

Interop and SIMD tests are failing on ios/tvos devices due to missing support for building native libraries as part of tests. It is likely that the interop tests below are failing because of missing native libs.

https://github.com/dotnet/runtime/blob/main/src/tests/issues.targets#L3506-L3527

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=407596

Affected pipelines:

  • runtime-extra-platforms
  • runtime-ioslike

Build error leg or test failing:

  • JIT_SIMD.WorkItemExecution

Pull request: #92114

Crash log:

[13:45:58.0912870] Launched application 'net.dot.JIT_SIMD' on 'DNCENGTVOS-110' with pid 97714
[13:45:58.2608060] 2023-09-14 10:45:58.346 JIT_SIMD[97714:37277054] System.DllNotFoundException: Vector3TestNative
[13:45:58.2608500]    at PInvokeTest.test()
[13:45:58.2608570]    at Test_Vector3Interop.TestEntryPoint()
[13:45:58.2608630]    at __GeneratedMainWrapper.Main()
@ivanpovazan ivanpovazan added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' os-ios Apple iOS Known Build Error Use this to report build issues in the .NET Helix tab labels Sep 15, 2023
@ivanpovazan ivanpovazan added this to the 9.0.0 milestone Sep 15, 2023
@ivanpovazan ivanpovazan self-assigned this Sep 15, 2023
@ghost
Copy link

ghost commented Sep 15, 2023

Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos
See info in area-owners.md if you want to be subscribed.

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=407596

Affected pipelines:

  • runtime-extra-platforms
  • runtime-ioslike

Build error leg or test failing:

  • JIT_SIMD.WorkItemExecution

Pull request: #92114

Crash log:

[13:45:58.0912870] Launched application 'net.dot.JIT_SIMD' on 'DNCENGTVOS-110' with pid 97714
[13:45:58.2608060] 2023-09-14 10:45:58.346 JIT_SIMD[97714:37277054] System.DllNotFoundException: Vector3TestNative
[13:45:58.2608500]    at PInvokeTest.test()
[13:45:58.2608570]    at Test_Vector3Interop.TestEntryPoint()
[13:45:58.2608630]    at __GeneratedMainWrapper.Main()

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorPattern": "net\\.dot\\.JIT_SIMD.*Test failed",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Author: ivanpovazan
Assignees: ivanpovazan
Labels:

blocking-clean-ci, os-ios, Known Build Error

Milestone: 9.0.0

@kotlarmilos kotlarmilos changed the title [mono][ios] Tests failing 'JIT_SIMD' on ios/tvos devices [mono][ios] Missing support for building native libraries as part of tests Sep 19, 2023
@kotlarmilos kotlarmilos added the disabled-test The test is disabled in source code against the issue label Sep 19, 2023
@kotlarmilos kotlarmilos self-assigned this Sep 19, 2023
@kotlarmilos kotlarmilos added Known Build Error Use this to report build issues in the .NET Helix tab and removed blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Sep 25, 2023
@build-analysis build-analysis bot removed this from the 9.0.0 milestone Nov 15, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 15, 2023
@akoeplinger akoeplinger removed the Known Build Error Use this to report build issues in the .NET Helix tab label Nov 24, 2023
@akoeplinger akoeplinger added this to the 9.0.0 milestone Nov 24, 2023
@akoeplinger akoeplinger removed the untriaged New issue has not been triaged by the area owner label Nov 24, 2023
@kotlarmilos kotlarmilos modified the milestones: 9.0.0, 10.0.0 Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Infrastructure-mono disabled-test The test is disabled in source code against the issue os-ios Apple iOS
Projects
None yet
Development

No branches or pull requests

3 participants