From f8c9cca18839f5fa25704a8cc48f01944828083e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 18:18:01 +0000 Subject: [PATCH 1/2] Initial plan From 2fe6f4c4aec1a91702f060898b6fed59a60b272c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 18:23:37 +0000 Subject: [PATCH 2/2] Expand Android NativeAOT testing to run all runtime tests Change testBuildArgs from 'nativeaot tree nativeaot/SmokeTests' to 'nativeaot tree nativeaot' to run the entire set of default runtime tests instead of just smoke tests. This aligns Android testing with Linux/Windows NativeAOT test configurations. Co-authored-by: sbomer <787361+sbomer@users.noreply.github.com> --- .../extra-platforms/runtime-extra-platforms-androidemulator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/extra-platforms/runtime-extra-platforms-androidemulator.yml b/eng/pipelines/extra-platforms/runtime-extra-platforms-androidemulator.yml index e93a51a4cea1ed..d736348425601e 100644 --- a/eng/pipelines/extra-platforms/runtime-extra-platforms-androidemulator.yml +++ b/eng/pipelines/extra-platforms/runtime-extra-platforms-androidemulator.yml @@ -122,7 +122,7 @@ jobs: - template: /eng/pipelines/common/templates/runtimes/build-runtime-tests-and-send-to-helix.yml parameters: creator: dotnet-bot - testBuildArgs: nativeaot tree nativeaot/SmokeTests /p:BuildNativeAOTRuntimePack=true + testBuildArgs: nativeaot tree nativeaot /p:BuildNativeAOTRuntimePack=true testRunNamePrefixSuffix: NativeAOT_$(_BuildConfig) extraVariablesTemplates: - template: /eng/pipelines/common/templates/runtimes/test-variables.yml