-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add runtime and library tests for Apple mobile on CoreCLR #121305
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
Add runtime and library tests for Apple mobile on CoreCLR #121305
Conversation
|
/azp list |
|
/azp run runtime-ioslike,runtime-ioslikesimulator,runtime-maccatalyst |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/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
…imulator.yml Co-authored-by: Matous Kozak <55735845+matouskozak@users.noreply.github.com>
|
/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
|
/azp run runtime-ioslike,runtime-ioslikesimulator,runtime-maccatalyst |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
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
matouskozak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
|
/ba-g #122593 |
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