From 2890aa7bf39261a657860de23333b8ea098438ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 01:48:53 +0000 Subject: [PATCH 1/2] Mute OverlappingExtensions_AllMatchTypes_Comprehensive (ActiveIssue #124210) The test fails intermittently across multiple platforms (linux_musl-x64, windows-x64, linux-arm) with Assert.DoesNotContain failure. The test creates files with overlapping extension patterns and the file system enumeration returns unexpected matches. Linked KBE: https://github.com/dotnet/runtime/issues/124210 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../System.IO.FileSystem.Tests/Enumeration/MatchTypesTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/Enumeration/MatchTypesTests.cs b/src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/Enumeration/MatchTypesTests.cs index e989b4f605f52f..d6d9085b74b2ee 100644 --- a/src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/Enumeration/MatchTypesTests.cs +++ b/src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/Enumeration/MatchTypesTests.cs @@ -533,6 +533,7 @@ public void OverlappingExtensions_Win32TwoQuestionMarks() } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/124210")] public void OverlappingExtensions_AllMatchTypes_Comprehensive() { // Comprehensive test ensuring no false positives or false negatives From 1410fa3a6e19d241ac24ece4ae09dd69883c7f87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 13 May 2026 01:48:57 +0000 Subject: [PATCH 2/2] ci: trigger checks