Add Android CoreCLR runtime tests - #130766
Merged
Merged
Conversation
Run the CoreCLR runtime innerloop on the Android x64 emulator in the extra-platforms pipeline. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4c3a31a8-4f37-4ee8-a3d3-eaeef79b1cab
Exclude native libraries already supplied by the Android CoreCLR shared framework while preserving them for NativeAOT runtime packs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4c3a31a8-4f37-4ee8-a3d3-eaeef79b1cab
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 10:23 — with
GitHub Actions
Inactive
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 10:23 — with
GitHub Actions
Inactive
|
Azure Pipelines: Successfully started running 5 pipeline(s). 10 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
kotlarmilos
had a problem deploying
to
copilot-pat-pool
July 15, 2026 10:24 — with
GitHub Actions
Failure
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 10:25 — with
GitHub Actions
Inactive
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 10:25 — with
GitHub Actions
Inactive
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 10:26 — with
GitHub Actions
Inactive
Contributor
There was a problem hiding this comment.
Pull request overview
This PR expands Android emulator CI coverage by adding a CoreCLR runtime-tests job to the runtime-androidemulator extra-platforms pipeline, and updates live build packaging to avoid duplicate native archive outputs when CoreCLR already provides the same archives via its shared framework on Android.
Changes:
- Add an
android_x64CoreCLR runtime tests innerloop job toruntime-extra-platforms-androidemulator. - Exclude a set of Android native static archives from
LibrariesRuntimeFilesfor Android + CoreCLR (non-NativeAOT runtime pack) to prevent duplicate publish outputs.
Show a summary per file
| File | Description |
|---|---|
| eng/pipelines/extra-platforms/runtime-extra-platforms-androidemulator.yml | Adds a new CoreCLR runtime-tests Helix submission job targeting the Android x64 emulator queue. |
| eng/liveBuilds.targets | Excludes Android CoreCLR native archives already present in the CoreCLR shared framework to avoid duplicate runtime publish outputs (while preserving NativeAOT runtime pack behavior). |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 0
Use one exclusion list for native archives shared by Apple and Android, with the Android crypto archive kept platform-specific. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4c3a31a8-4f37-4ee8-a3d3-eaeef79b1cab
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 10:29 — with
GitHub Actions
Inactive
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 10:30 — with
GitHub Actions
Inactive
kotlarmilos
had a problem deploying
to
copilot-pat-pool
July 15, 2026 10:31 — with
GitHub Actions
Failure
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 10:32 — with
GitHub Actions
Inactive
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 10:32 — with
GitHub Actions
Inactive
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 10:32 — with
GitHub Actions
Inactive
matouskozak
approved these changes
Jul 15, 2026
Delete the disabled Android ARM64 Mono runtime-test configuration now that mobile testing uses CoreCLR and NativeAOT. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4c3a31a8-4f37-4ee8-a3d3-eaeef79b1cab
kotlarmilos
had a problem deploying
to
copilot-pat-pool
July 15, 2026 10:44 — with
GitHub Actions
Failure
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 10:45 — with
GitHub Actions
Inactive
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 10:45 — with
GitHub Actions
Inactive
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 10:46 — with
GitHub Actions
Inactive
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 11:32 — with
GitHub Actions
Inactive
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 11:32 — with
GitHub Actions
Inactive
kotlarmilos
had a problem deploying
to
copilot-pat-pool
July 15, 2026 11:34 — with
GitHub Actions
Failure
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 11:35 — with
GitHub Actions
Inactive
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 11:35 — with
GitHub Actions
Inactive
kotlarmilos
temporarily deployed
to
copilot-pat-pool
July 15, 2026 11:36 — with
GitHub Actions
Inactive
This was referenced Jul 15, 2026
matouskozak
approved these changes
Jul 16, 2026
Member
|
/azp run runtime-androidemulator |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Member
Author
|
/ba-g Build succeeded, tests sent to Helix, and work items passed. Tests failed are due to DEVICE_NOT_FOUND |
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
Add CoreCLR runtime innerloop coverage on the Android x64 emulator in
runtime-androidemulator. The new job buildsclr+libs, packages the Android runtime tests, and submits them toUbuntu.2204.Amd64.Android.29.Open. Android CoreCLR live builds also exclude native archives already supplied by the CoreCLR shared framework, which avoids duplicate publish outputs while preserving the archives in NativeAOT runtime packs. The obsolete disabled Android ARM64 Mono runtime-test configuration is removed because .NET 11 mobile testing uses CoreCLR and NativeAOT.Validation ran in https://dev.azure.com/dnceng-public/public/_build/results?buildId=1509777. The
android-x64 Release AllSubsets_CoreCLR_RuntimeTestsjob passed with 75 completed Helix work items and zero failures.Fixes #60128