diff --git a/src/libraries/System.Runtime/tests/System/IntPtrTests.GenericMath.cs b/src/libraries/System.Runtime/tests/System/IntPtrTests.GenericMath.cs index ca25bfa464fc2..2d0bd7bd7bf43 100644 --- a/src/libraries/System.Runtime/tests/System/IntPtrTests.GenericMath.cs +++ b/src/libraries/System.Runtime/tests/System/IntPtrTests.GenericMath.cs @@ -783,7 +783,6 @@ public static void CreateSaturatingFromCharTest() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/61920", TestPlatforms.iOS | TestPlatforms.tvOS)] public static void CreateSaturatingFromInt16Test() { Assert.Equal((nint)0x00000000, NumberHelper.CreateSaturating(0x0000)); @@ -846,7 +845,6 @@ public static void CreateSaturatingFromIntPtrTest() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/61920", TestPlatforms.iOS | TestPlatforms.tvOS)] public static void CreateSaturatingFromSByteTest() { Assert.Equal((nint)0x00000000, NumberHelper.CreateSaturating(0x00)); @@ -950,7 +948,6 @@ public static void CreateTruncatingFromCharTest() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/61920", TestPlatforms.iOS | TestPlatforms.tvOS)] public static void CreateTruncatingFromInt16Test() { if (Environment.Is64BitProcess) @@ -1024,7 +1021,6 @@ public static void CreateTruncatingFromIntPtrTest() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/61920", TestPlatforms.iOS | TestPlatforms.tvOS)] public static void CreateTruncatingFromSByteTest() { if (Environment.Is64BitProcess) @@ -1234,7 +1230,6 @@ public static void TryCreateFromCharTest() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/61920", TestPlatforms.iOS | TestPlatforms.tvOS)] public static void TryCreateFromInt16Test() { nint result; @@ -1359,7 +1354,6 @@ public static void TryCreateFromIntPtrTest() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/61920", TestPlatforms.iOS | TestPlatforms.tvOS)] public static void TryCreateFromSByteTest() { nint result;