From 6cf7d3b8905c2fd959aa095a861ef0401953fed8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 9 Aug 2026 04:17:34 +0000 Subject: [PATCH 1/2] Initial plan From fe5494f07dfd1a18ad62dd4b00d1d954beccf1a2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 9 Aug 2026 04:21:49 +0000 Subject: [PATCH 2/2] Disable GC/Coverage/271010 test on NativeAOT via ActiveIssue Co-authored-by: jkoritzinsky <1571408+jkoritzinsky@users.noreply.github.com> --- src/tests/GC/Coverage/271010.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/GC/Coverage/271010.cs b/src/tests/GC/Coverage/271010.cs index 081887f2551460..b5a1955e2f5e74 100644 --- a/src/tests/GC/Coverage/271010.cs +++ b/src/tests/GC/Coverage/271010.cs @@ -17,6 +17,7 @@ public class Test_271010 { !TestLibrary.PlatformDetection.IsBrowser; [ActiveIssue("https://github.com/dotnet/runtime/issues/5933", typeof(Test_271010), nameof(IsCoreClrOnNonBrowser))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/131565", typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsNativeAot))] [Fact] public static int TestEntryPoint() {