Add runtime and library tests for Apple mobile on CoreCLR#121305
Merged
kotlarmilos merged 44 commits intodotnet:mainfrom Dec 16, 2025
Merged
Add runtime and library tests for Apple mobile on CoreCLR#121305kotlarmilos merged 44 commits intodotnet:mainfrom
kotlarmilos merged 44 commits intodotnet:mainfrom
Conversation
Member
Author
|
/azp list |
Member
Author
|
/azp run runtime-ioslike,runtime-ioslikesimulator,runtime-maccatalyst |
|
Azure Pipelines successfully started running 3 pipeline(s). |
This was referenced Nov 3, 2025
Open
Member
Author
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Nov 5, 2025
Member
Author
|
/azp run runtime-ioslike,runtime-ioslikesimulator,runtime-maccatalyst |
|
Azure Pipelines successfully started running 3 pipeline(s). |
matouskozak
reviewed
Dec 11, 2025
eng/pipelines/extra-platforms/runtime-extra-platforms-ioslikesimulator.yml
Outdated
Show resolved
Hide resolved
…imulator.yml Co-authored-by: Matous Kozak <[email protected]>
Member
Author
|
/azp run runtime-ioslike,runtime-ioslikesimulator,runtime-maccatalyst |
|
Azure Pipelines successfully started running 3 pipeline(s). |
eng/pipelines/extra-platforms/runtime-extra-platforms-ioslikesimulator.yml
Outdated
Show resolved
Hide resolved
...em.Runtime/tests/System.Runtime.Tests/System/Runtime/CompilerServices/RuntimeFeatureTests.cs
Outdated
Show resolved
Hide resolved
….com:kotlarmilos/runtime into feature/clr-ios-enable-runtime-library-tests
Member
Author
|
/azp run runtime-ioslike,runtime-ioslikesimulator,runtime-maccatalyst |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Member
Author
|
tvos-arm64, tvossimulator-arm64, and maccatalyst-x64 tests are failing and will be added in a follow-up. Tracked in #120055 |
eng/pipelines/extra-platforms/runtime-extra-platforms-maccatalyst.yml
Outdated
Show resolved
Hide resolved
davidnguyen-tech
approved these changes
Dec 16, 2025
matouskozak
reviewed
Dec 16, 2025
matouskozak
approved these changes
Dec 16, 2025
Member
matouskozak
left a comment
There was a problem hiding this comment.
LGTM! a few comments/questions just to understand the changes better.
eng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml
Outdated
Show resolved
Hide resolved
Member
Author
|
/ba-g #122593 |
This was referenced Jan 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the testing pipeline to run CoreCLR runtime and library tests. The coverage for libraries and runtime will be expanded in follow-up PRs as the queue is scaled up.
Changes
Coverage
Fixes #120046
Contributes to #120055