From f88bccd6b40d5bcc2685150fb6ec42825ea56a8a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:15:33 +0000 Subject: [PATCH 1/2] Initial plan From a1c0c827d5871640c0b98dab3923a09a1a5bc245 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:19:43 +0000 Subject: [PATCH 2/2] Fix R2R test failures: update ActiveIssue attributes to reference #124031 Co-authored-by: jtschuster <36744439+jtschuster@users.noreply.github.com> --- .../tests/TypeDescriptorTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libraries/System.ComponentModel.TypeConverter/tests/TypeDescriptorTests.cs b/src/libraries/System.ComponentModel.TypeConverter/tests/TypeDescriptorTests.cs index 7cdbb893a00f1d..c2e3edb6a90f6c 100644 --- a/src/libraries/System.ComponentModel.TypeConverter/tests/TypeDescriptorTests.cs +++ b/src/libraries/System.ComponentModel.TypeConverter/tests/TypeDescriptorTests.cs @@ -1581,7 +1581,7 @@ private static void ExecuteAndUnload(string assemblyfile, Action assem // loaded in the default ALC, which causes problems for this test. [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsAssemblyLoadingSupported), nameof(PlatformDetection.IsNotMobile))] [ActiveIssue("34072", TestRuntimes.Mono)] - [ActiveIssue("https://github.com/dotnet/runtime/issues/95928", typeof(PlatformDetection), nameof(PlatformDetection.IsReadyToRunCompiled))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/124031", typeof(PlatformDetection), nameof(PlatformDetection.IsReadyToRunCompiled))] public static void TypeDescriptor_WithDefaultProvider_UnloadsUnloadableTypes() { ExecuteAndUnload("UnloadableTestTypes.dll", @@ -1625,6 +1625,7 @@ public static void TypeDescriptor_WithDefaultProvider_UnloadsUnloadableTypes() // loaded in the default ALC, which causes problems for this test. [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsAssemblyLoadingSupported), nameof(PlatformDetection.IsNotMobile))] [ActiveIssue("34072", TestRuntimes.Mono)] + [ActiveIssue("https://github.com/dotnet/runtime/issues/124031", typeof(PlatformDetection), nameof(PlatformDetection.IsReadyToRunCompiled))] public static void TypeDescriptor_WithCustomProvider_UnloadsUnloadableTypes() { ExecuteAndUnload("UnloadableTestTypes.dll",