@@ -40,7 +40,10 @@ await InputSimulator.SendAsync(
40
40
} ) ;
41
41
}
42
42
43
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/11328" ) ]
43
44
[ WinFormsFact ]
45
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
46
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/11328" ) ]
44
47
public async Task ListView_Group_NavigateKeyboard_SucceedsAsync ( )
45
48
{
46
49
await RunTestAsync ( async ( form , listView ) =>
@@ -109,7 +112,10 @@ await RunTestAsync(async (form, listView) =>
109
112
} ) ;
110
113
}
111
114
115
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
112
116
[ WinFormsTheory ]
117
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
118
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
113
119
[ InlineData ( 2 , 2 , 150 , 150 , 0 , 1 , ( int ) NavigateDirection . NavigateDirection_FirstChild ) ]
114
120
[ InlineData ( 4 , 3 , 150 , 150 , 0 , 3 , ( int ) NavigateDirection . NavigateDirection_LastChild ) ]
115
121
[ InlineData ( 4 , 1 , 150 , 150 , 0 , 1 , ( int ) NavigateDirection . NavigateDirection_LastChild ) ]
@@ -132,7 +138,10 @@ await RunTestAsync((form, listView) =>
132
138
} ) ;
133
139
}
134
140
141
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
135
142
[ WinFormsTheory ]
143
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
144
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
136
145
[ InlineData ( 1 , 0 , 150 , 150 , ( int ) NavigateDirection . NavigateDirection_FirstChild ) ]
137
146
[ InlineData ( 1 , 2 , 150 , 150 , ( int ) NavigateDirection . NavigateDirection_FirstChild ) ]
138
147
[ InlineData ( 2 , 1 , 10 , 10 , ( int ) NavigateDirection . NavigateDirection_FirstChild ) ]
@@ -153,7 +162,10 @@ await RunTestAsync((form, listView) =>
153
162
} ) ;
154
163
}
155
164
165
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
156
166
[ WinFormsTheory ]
167
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
168
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
157
169
[ InlineData ( 4 , 1 ) ]
158
170
[ InlineData ( 2 , 3 ) ]
159
171
public async Task ListView_Tile_SubItem_FragmentNavigate_Sibling_ReturnsNullAsync ( int columnCount , int subItemsCount )
@@ -173,7 +185,10 @@ await RunTestAsync((form, listView) =>
173
185
} ) ;
174
186
}
175
187
188
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
176
189
[ WinFormsTheory ]
190
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
191
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
177
192
[ InlineData ( 4 , 3 , 150 , 150 , 3 ) ]
178
193
[ InlineData ( 4 , 0 , 150 , 150 , 0 ) ]
179
194
[ InlineData ( 4 , 1 , 150 , 150 , 1 ) ]
@@ -195,7 +210,10 @@ await RunTestAsync((form, listView) =>
195
210
} ) ;
196
211
}
197
212
213
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
198
214
[ WinFormsTheory ]
215
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
216
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
199
217
[ InlineData ( 4 , 1 ) ]
200
218
[ InlineData ( 2 , 5 ) ]
201
219
public async Task ListView_Tile_GetChildAsync ( int columnCount , int subItemsCount )
@@ -215,7 +233,10 @@ await RunTestAsync((form, listView) =>
215
233
} ) ;
216
234
}
217
235
236
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
218
237
[ WinFormsTheory ]
238
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
239
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
219
240
[ InlineData ( 4 , 0 , 150 , 150 ) ]
220
241
[ InlineData ( 1 , 2 , 150 , 150 ) ]
221
242
[ InlineData ( 2 , 1 , 10 , 10 ) ]
@@ -235,7 +256,10 @@ await RunTestAsync((form, listView) =>
235
256
} ) ;
236
257
}
237
258
259
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
238
260
[ WinFormsTheory ]
261
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
262
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
239
263
[ InlineData ( 4 , 1 , 150 , 150 , - 1 , 1 ) ]
240
264
[ InlineData ( 2 , 1 , 10 , 10 , - 1 , - 1 ) ]
241
265
public async Task ListView_Tile_GetChildIndex_ForDifferentSize_ReturnsExpectedAsync ( int columnCount , int subItemsCount , int width , int height , int expected1 , int expected2 )
@@ -254,7 +278,10 @@ await RunTestAsync((form, listView) =>
254
278
} ) ;
255
279
}
256
280
281
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
257
282
[ WinFormsFact ]
283
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
284
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
258
285
public async Task ListView_Tile_SubItem_FragmentNavigate_NextSibling_ReturnsExpectedAsync ( )
259
286
{
260
287
await RunTestAsync ( ( form , listView ) =>
@@ -275,7 +302,10 @@ await RunTestAsync((form, listView) =>
275
302
} ) ;
276
303
}
277
304
305
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
278
306
[ WinFormsFact ]
307
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
308
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
279
309
public async Task ListView_Tile_SubItem_HitTest_ReturnExpectedAsync ( )
280
310
{
281
311
await RunTestAsync ( ( form , listView ) =>
@@ -301,7 +331,10 @@ Point GetSubItemLocation(int itemIndex, int subItemIndex) =>
301
331
} ) ;
302
332
}
303
333
334
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
304
335
[ WinFormsFact ]
336
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
337
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
305
338
public async Task ListView_Tile_SubItem_FragmentNavigate_Sibling_ReturnsNull_For_SmallSizeAsync ( )
306
339
{
307
340
await RunTestAsync ( ( form , listView ) =>
@@ -319,7 +352,10 @@ await RunTestAsync((form, listView) =>
319
352
} ) ;
320
353
}
321
354
355
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
322
356
[ WinFormsFact ]
357
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
358
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
323
359
public async Task ListView_Tile_SubItem_FragmentNavigate_Child_ReturnsNullAsync ( )
324
360
{
325
361
await RunTestAsync ( ( form , listView ) =>
@@ -336,7 +372,10 @@ await RunTestAsync((form, listView) =>
336
372
} ) ;
337
373
}
338
374
375
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
339
376
[ WinFormsFact ]
377
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
378
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
340
379
public async Task ListView_Tile_GetChild_ReturnsExpectedAsync ( )
341
380
{
342
381
await RunTestAsync ( ( form , listView ) =>
@@ -356,7 +395,10 @@ await RunTestAsync((form, listView) =>
356
395
} ) ;
357
396
}
358
397
398
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
359
399
[ WinFormsFact ]
400
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
401
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
360
402
public async Task ListView_Tile_GetChild_ReturnsExpected_For_BigSizeAsync ( )
361
403
{
362
404
await RunTestAsync ( ( form , listView ) =>
@@ -378,7 +420,10 @@ await RunTestAsync((form, listView) =>
378
420
} ) ;
379
421
}
380
422
423
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
381
424
[ WinFormsFact ]
425
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
426
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
382
427
public async Task ListView_Tile_GetChildIndex_ReturnsExpectedAsync ( )
383
428
{
384
429
await RunTestAsync ( ( form , listView ) =>
@@ -397,7 +442,10 @@ await RunTestAsync((form, listView) =>
397
442
} ) ;
398
443
}
399
444
445
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
400
446
[ WinFormsFact ]
447
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
448
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
401
449
public async Task ListView_Tile_GetChildIndex_ReturnsExpected_SubItemsMoreThanColumnsAsync ( )
402
450
{
403
451
await RunTestAsync ( ( form , listView ) =>
@@ -417,7 +465,10 @@ await RunTestAsync((form, listView) =>
417
465
} ) ;
418
466
}
419
467
468
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
420
469
[ WinFormsFact ]
470
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
471
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
421
472
public async Task ListView_Tile_GetChildIndex_ReturnsMinusOne_For_Single_ColumnAsync ( )
422
473
{
423
474
await RunTestAsync ( ( form , listView ) =>
@@ -434,7 +485,10 @@ await RunTestAsync((form, listView) =>
434
485
} ) ;
435
486
}
436
487
488
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
437
489
[ WinFormsFact ]
490
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
491
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
438
492
public async Task ListView_Tile_GetChildIndex_ReturnsExpected_For_BigSizeAsync ( )
439
493
{
440
494
await RunTestAsync ( ( form , listView ) =>
@@ -460,7 +514,10 @@ await RunTestAsync((form, listView) =>
460
514
} ) ;
461
515
}
462
516
517
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
463
518
[ WinFormsFact ]
519
+ [ SkipOnArchitecture ( TestArchitectures . X86 | TestArchitectures . X64 ,
520
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
464
521
public async Task ListView_Tile_ColumnProperty_ReturnsMinusOneAsync ( )
465
522
{
466
523
await RunTestAsync ( ( form , listView ) =>
0 commit comments