From b4051a8faedea17d5de4b4ef37bb6c391ed5b593 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Feb 2026 22:49:10 +0000 Subject: [PATCH 1/2] Initial plan From 3652e486c308f8d4650c3bbd3bd3f5bae1c266d6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Feb 2026 22:54:27 +0000 Subject: [PATCH 2/2] Disable Iri_UnicodePlane3_13 test on 32-bit platforms to prevent OOM Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com> --- .../System.Private.Uri/tests/FunctionalTests/IriTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Private.Uri/tests/FunctionalTests/IriTest.cs b/src/libraries/System.Private.Uri/tests/FunctionalTests/IriTest.cs index d018c93750739d..c2dcd58228498c 100644 --- a/src/libraries/System.Private.Uri/tests/FunctionalTests/IriTest.cs +++ b/src/libraries/System.Private.Uri/tests/FunctionalTests/IriTest.cs @@ -238,7 +238,7 @@ public void Iri_UnicodePlane2() EscapeUnescapeTestUnicodePlane(0x20000, 0x2FFFF); } - [Fact] + [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.Is64BitProcess))] public void Iri_UnicodePlane3_13() { EscapeUnescapeTestUnicodePlane(0x30000, 0xDFFFF);