From 538d2bb0eaa3b90e35e330950456123ca9ddbf96 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Wed, 17 Sep 2025 11:34:45 -0500 Subject: [PATCH 1/2] [tests] restore `SSL` category We think some of the recent changes in main, should fix .NET APIs related to crypto on both CoreCLR and NativeAOT. --- .../Mono.Android-Tests/Mono.Android.NET-Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj b/tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj index fec86f493fa..5ca95bb431f 100644 --- a/tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj +++ b/tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj @@ -31,9 +31,9 @@ NetworkInterfaces excluded: https://github.com/dotnet/runtime/issues/75155 --> - $(ExcludeCategories):CoreCLRIgnore:SSL:NTLM:RuntimeConfig + $(ExcludeCategories):CoreCLRIgnore:NTLM:RuntimeConfig - $(ExcludeCategories):NativeAOTIgnore:SSL:NTLM:GCBridge:AndroidClientHandler:Export:NativeTypeMap + $(ExcludeCategories):NativeAOTIgnore:NTLM:GCBridge:AndroidClientHandler:Export:NativeTypeMap $(ExcludeCategories):LLVMIgnore $(ExcludeCategories):InetAccess:NetworkInterfaces From ab907bdd2d28e2cc8b0a464e58025c9f027d9c4d Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 18 Sep 2025 14:33:55 -0500 Subject: [PATCH 2/2] Update Mono.Android.NET-Tests.csproj --- .../Mono.Android-Tests/Mono.Android.NET-Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj b/tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj index ba3a3e7e983..805a29510f8 100644 --- a/tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj +++ b/tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj @@ -33,7 +33,7 @@ $(ExcludeCategories):CoreCLRIgnore:NTLM:RuntimeConfig - $(ExcludeCategories):NativeAOTIgnore:NTLM:AndroidClientHandler:Export:NativeTypeMap + $(ExcludeCategories):NativeAOTIgnore:SSL:NTLM:AndroidClientHandler:Export:NativeTypeMap $(ExcludeCategories):LLVMIgnore $(ExcludeCategories):InetAccess:NetworkInterfaces