From 925da5979a0d0c6eeac8bd02b69ade68b746fb76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Tue, 7 Jul 2026 13:33:56 +0900 Subject: [PATCH] Remove ActiveIssue for dotnet/runtimelab#901 Resolves dotnet/runtimelab#901. --- .../tests/System.IO.FileSystem.Tests/Directory/Exists.cs | 1 - .../tests/System.IO.FileSystem.Tests/File/Exists.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/Directory/Exists.cs b/src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/Directory/Exists.cs index ba829ffd7fd87e..91c331dc2070aa 100644 --- a/src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/Directory/Exists.cs +++ b/src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/Directory/Exists.cs @@ -275,7 +275,6 @@ public void PathWithReservedDeviceNameAsPath_ReturnsFalse(string component) Assert.False(Exists(component)); } - [ActiveIssue("https://github.com/dotnet/runtimelab/issues/901", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))] [Theory, MemberData(nameof(UncPathsWithoutShareName))] public void UncPathWithoutShareNameAsPath_ReturnsFalse(string component) diff --git a/src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/File/Exists.cs b/src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/File/Exists.cs index 817b9289f515dd..c688765265685f 100644 --- a/src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/File/Exists.cs +++ b/src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/File/Exists.cs @@ -214,7 +214,6 @@ public void PathWithReservedDeviceNameAsPath_ReturnsFalse(string component) Assert.False(Exists(component)); } - [ActiveIssue("https://github.com/dotnet/runtimelab/issues/901", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))] [Theory, MemberData(nameof(UncPathsWithoutShareName))] public void UncPathWithoutShareNameAsPath_ReturnsFalse(string component)