From e65f2241465d1136c5f633441fcb4f98b1d8243c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Thu, 11 Aug 2022 11:42:24 +0900 Subject: [PATCH] Expand NativeAOT testing platforms (#73546) --- eng/pipelines/runtime-extra-platforms-other.yml | 3 ++- .../System.Net.Quic.Functional.Tests.csproj | 3 +++ .../tests/FunctionalTests/default.rd.xml | 15 +++++++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 src/libraries/System.Net.Quic/tests/FunctionalTests/default.rd.xml diff --git a/eng/pipelines/runtime-extra-platforms-other.yml b/eng/pipelines/runtime-extra-platforms-other.yml index ba4f7ceaad6be1..28e2e1b6a83300 100644 --- a/eng/pipelines/runtime-extra-platforms-other.yml +++ b/eng/pipelines/runtime-extra-platforms-other.yml @@ -86,10 +86,11 @@ jobs: - windows_arm64 - Linux_x64 - Linux_arm64 + - Linux_musl_x64 jobParameters: testGroup: innerloop isSingleFile: true - nameSuffix: NativeAOT_Libs_Passing + nameSuffix: NativeAOT_Libs buildArgs: -s clr.aot+libs+libs.tests -c $(_BuildConfig) /p:TestNativeAot=true /p:ArchiveTests=true timeoutInMinutes: 240 # extra steps, run tests diff --git a/src/libraries/System.Net.Quic/tests/FunctionalTests/System.Net.Quic.Functional.Tests.csproj b/src/libraries/System.Net.Quic/tests/FunctionalTests/System.Net.Quic.Functional.Tests.csproj index cfb6c5c21e1a7f..7d0986b7d1be63 100644 --- a/src/libraries/System.Net.Quic/tests/FunctionalTests/System.Net.Quic.Functional.Tests.csproj +++ b/src/libraries/System.Net.Quic/tests/FunctionalTests/System.Net.Quic.Functional.Tests.csproj @@ -5,6 +5,9 @@ $(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent)-Unix true + + + diff --git a/src/libraries/System.Net.Quic/tests/FunctionalTests/default.rd.xml b/src/libraries/System.Net.Quic/tests/FunctionalTests/default.rd.xml new file mode 100644 index 00000000000000..708c08d9af5005 --- /dev/null +++ b/src/libraries/System.Net.Quic/tests/FunctionalTests/default.rd.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + +