@@ -784,6 +784,7 @@ public static void CreateSaturatingFromCharTest()
784
784
}
785
785
786
786
[ Fact ]
787
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/61920" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
787
788
public static void CreateSaturatingFromInt16Test ( )
788
789
{
789
790
Assert . Equal ( ( nint ) 0x00000000 , NumberHelper < nint > . CreateSaturating < short > ( 0x0000 ) ) ;
@@ -846,6 +847,7 @@ public static void CreateSaturatingFromIntPtrTest()
846
847
}
847
848
848
849
[ Fact ]
850
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/61920" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
849
851
public static void CreateSaturatingFromSByteTest ( )
850
852
{
851
853
Assert . Equal ( ( nint ) 0x00000000 , NumberHelper < nint > . CreateSaturating < sbyte > ( 0x00 ) ) ;
@@ -949,6 +951,7 @@ public static void CreateTruncatingFromCharTest()
949
951
}
950
952
951
953
[ Fact ]
954
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/61920" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
952
955
public static void CreateTruncatingFromInt16Test ( )
953
956
{
954
957
if ( Environment . Is64BitProcess )
@@ -1022,6 +1025,7 @@ public static void CreateTruncatingFromIntPtrTest()
1022
1025
}
1023
1026
1024
1027
[ Fact ]
1028
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/61920" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
1025
1029
public static void CreateTruncatingFromSByteTest ( )
1026
1030
{
1027
1031
if ( Environment . Is64BitProcess )
@@ -1231,6 +1235,7 @@ public static void TryCreateFromCharTest()
1231
1235
}
1232
1236
1233
1237
[ Fact ]
1238
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/61920" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
1234
1239
public static void TryCreateFromInt16Test ( )
1235
1240
{
1236
1241
nint result ;
@@ -1355,6 +1360,7 @@ public static void TryCreateFromIntPtrTest()
1355
1360
}
1356
1361
1357
1362
[ Fact ]
1363
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/61920" , TestPlatforms . iOS | TestPlatforms . tvOS ) ]
1358
1364
public static void TryCreateFromSByteTest ( )
1359
1365
{
1360
1366
nint result ;
0 commit comments