Uh oh!
There was an error while loading. Please reload this page.
Split NativeAOT tests to use separate merged runners - #120949
Merged
Merged
Conversation
…rs" to keep them running on mobile platforms after the runner consolidation
… consolidated the implementation with CoreCLR
… the nativeaot test tree
jkoritzinsky
commented
Oct 21, 2025
MemberAuthor
/azp run runtime-ioslike-coreclr |
|
No pipelines are associated with this pull request. |
jkoritzinsky
commented
Oct 21, 2025
MemberAuthor
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kotlarmilos
commented
Oct 22, 2025
Member
AppleAppBuilder throws an exception when MainLibraryFileName is set. The app should not define an executable because the entry point is the linked main. Try unsetting this value either in the targets or in AppleAppBuilder.cs. |
kotlarmilos
commented
Oct 24, 2025
Member
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kotlarmilos
commented
Oct 24, 2025
Member
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kotlarmilos
commented
Oct 24, 2025
Member
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kotlarmilos
commented
Oct 31, 2025
Member
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kotlarmilos
commented
Oct 31, 2025
Member
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jkoritzinsky
commented
Jan 6, 2026
MemberAuthor
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jkoritzinsky
commented
Jan 6, 2026
MemberAuthor
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…rt to support all xharness-based tests.
jkoritzinsky
commented
Jan 7, 2026
MemberAuthor
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jkoritzinsky
commented
Jan 8, 2026
MemberAuthor
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
3 tasks
jkoritzinsky
commented
Jan 9, 2026
MemberAuthor
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kotlarmilos
approved these changes
Jan 12, 2026
Uh oh!
There was an error while loading. Please reload this page.
jkoritzinsky
commented
Jan 12, 2026
MemberAuthor
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jkoritzinsky
enabled auto-merge (squash)
January 12, 2026 20:24
jkoritzinsky
disabled auto-merge
January 12, 2026 21:23
jkoritzinsky
enabled auto-merge (squash)
January 12, 2026 21:24
Uh oh!
There was an error while loading. Please reload this page.
This was referenced Jan 13, 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 freeto 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.
Set up the nativeaot tests to run as their own "merged runners" to keep them running on mobile platforms after the runner consolidation
Also remove the ComWrappers nativeaot test as it is duplicate coverage and is no longer interesting (as the NativeAOT and CoreCLR ComWrappers implementations are shared now).
This should get us to the point where we can use the merged test runners everywhere.