@@ -98,6 +98,7 @@ public static IEnumerable<object[]> FromHdc_TestData()
98
98
}
99
99
100
100
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/22221" , TestPlatforms . AnyUnix ) ]
101
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/51097" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArm64Process ) , nameof ( PlatformDetection . IsWindows10OrLater ) ) ]
101
102
[ ConditionalTheory ( Helpers . IsDrawingSupported ) ]
102
103
[ MemberData ( nameof ( FromHdc_TestData ) ) ]
103
104
public void FromHdc_ValidHdc_ReturnsExpected ( IntPtr hdc )
@@ -110,6 +111,7 @@ public void FromHdc_ValidHdc_ReturnsExpected(IntPtr hdc)
110
111
}
111
112
112
113
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/22221" , TestPlatforms . AnyUnix ) ]
114
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/51097" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArm64Process ) , nameof ( PlatformDetection . IsWindows10OrLater ) ) ]
113
115
[ ConditionalTheory ( Helpers . IsDrawingSupported ) ]
114
116
[ MemberData ( nameof ( FromHdc_TestData ) ) ]
115
117
public void FromHdc_ValidHdcWithContext_ReturnsExpected ( IntPtr hdc )
@@ -122,6 +124,7 @@ public void FromHdc_ValidHdcWithContext_ReturnsExpected(IntPtr hdc)
122
124
}
123
125
124
126
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/22221" , TestPlatforms . AnyUnix ) ]
127
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/51097" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArm64Process ) , nameof ( PlatformDetection . IsWindows10OrLater ) ) ]
125
128
[ ConditionalTheory ( Helpers . IsDrawingSupported ) ]
126
129
[ MemberData ( nameof ( FromHdc_TestData ) ) ]
127
130
public void FromHdcInternal_GetDC_ReturnsExpected ( IntPtr hdc )
@@ -258,6 +261,7 @@ public static IEnumerable<object[]> Hwnd_TestData()
258
261
}
259
262
260
263
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/22221" , TestPlatforms . AnyUnix ) ]
264
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/51097" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArm64Process ) , nameof ( PlatformDetection . IsWindows10OrLater ) ) ]
261
265
[ ConditionalTheory ( Helpers . IsDrawingSupported ) ]
262
266
[ MemberData ( nameof ( Hwnd_TestData ) ) ]
263
267
public void FromHwnd_ValidHwnd_ReturnsExpected ( IntPtr hWnd )
@@ -270,6 +274,7 @@ public void FromHwnd_ValidHwnd_ReturnsExpected(IntPtr hWnd)
270
274
}
271
275
272
276
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/22221" , TestPlatforms . AnyUnix ) ]
277
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/51097" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArm64Process ) , nameof ( PlatformDetection . IsWindows10OrLater ) ) ]
273
278
[ ConditionalTheory ( Helpers . IsDrawingSupported ) ]
274
279
[ MemberData ( nameof ( Hwnd_TestData ) ) ]
275
280
public void FromHwndInternal_ValidHwnd_ReturnsExpected ( IntPtr hWnd )
0 commit comments