Uh oh!
There was an error while loading. Please reload this page.
Fix mobile build and test failures in extra-platforms pipeline - #124000
Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes a broken target dependency in the Apple mobile jobs that was introduced by PR #123110. That PR removed the PrepareMergedTestPayloadDirectories target and inlined its content into the PreparePayloadDirectories target, but left a reference to the old target name in the ZipMergedPayloadDirectory target.
Changes:
- Updated
ZipMergedPayloadDirectorytarget'sAfterTargetsdependency from the removedPrepareMergedTestPayloadDirectoriesto the existingPreparePayloadDirectoriestarget
kotlarmilos
commented
Feb 4, 2026
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kotlarmilos
commented
Feb 4, 2026
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kotlarmilos
commented
Feb 5, 2026
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
kotlarmilos
commented
Feb 6, 2026
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
kotlarmilos
commented
Feb 9, 2026
Extra platforms run with fixed tests: |
Uh oh!
There was an error while loading. Please reload this page.
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Uh oh!
There was an error while loading. Please reload this page.
…t#124000) ## Description This PR fixes several failures encountered in extra-platforms pipeline: - Updates `ZipMergedPayloadDirectory` target to use `PreparePayloadDirectories` instead of `PrepareMergedTestPayloadDirectories`, which was inlined in dotnet#123110. This should fix Apple mobile runtime tests - Includes StandaloneTestRunner markers used for Native AOT mobile tests - Excludes test markers for shared libraries on Android - Disables unreliable socket tests on Apple mobile Native AOT builds will be fixed in dotnet#124083 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Description
This PR fixes several failures encountered in extra-platforms pipeline:
ZipMergedPayloadDirectorytarget to usePreparePayloadDirectoriesinstead ofPrepareMergedTestPayloadDirectories, which was inlined in Remove legacy XUnitWrapper test tree infrastructure #123110. This should fix Apple mobile runtime testsNative AOT builds will be fixed in #124083