@@ -111,7 +111,10 @@ await RunTestAsync(async (form, listView) =>
111
111
} ) ;
112
112
}
113
113
114
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
114
115
[ WinFormsTheory ]
116
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
117
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
115
118
[ InlineData ( 2 , 2 , 150 , 150 , 0 , 1 , ( int ) NavigateDirection . NavigateDirection_FirstChild ) ]
116
119
[ InlineData ( 4 , 3 , 150 , 150 , 0 , 3 , ( int ) NavigateDirection . NavigateDirection_LastChild ) ]
117
120
[ InlineData ( 4 , 1 , 150 , 150 , 0 , 1 , ( int ) NavigateDirection . NavigateDirection_LastChild ) ]
@@ -134,7 +137,10 @@ await RunTestAsync((form, listView) =>
134
137
} ) ;
135
138
}
136
139
140
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
137
141
[ WinFormsTheory ]
142
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
143
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
138
144
[ InlineData ( 1 , 0 , 150 , 150 , ( int ) NavigateDirection . NavigateDirection_FirstChild ) ]
139
145
[ InlineData ( 1 , 2 , 150 , 150 , ( int ) NavigateDirection . NavigateDirection_FirstChild ) ]
140
146
[ InlineData ( 2 , 1 , 10 , 10 , ( int ) NavigateDirection . NavigateDirection_FirstChild ) ]
@@ -155,7 +161,10 @@ await RunTestAsync((form, listView) =>
155
161
} ) ;
156
162
}
157
163
164
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
158
165
[ WinFormsTheory ]
166
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
167
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
159
168
[ InlineData ( 4 , 1 ) ]
160
169
[ InlineData ( 2 , 3 ) ]
161
170
public async Task ListView_Tile_SubItem_FragmentNavigate_Sibling_ReturnsNullAsync ( int columnCount , int subItemsCount )
@@ -175,7 +184,10 @@ await RunTestAsync((form, listView) =>
175
184
} ) ;
176
185
}
177
186
187
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
178
188
[ WinFormsTheory ]
189
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
190
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
179
191
[ InlineData ( 4 , 3 , 150 , 150 , 3 ) ]
180
192
[ InlineData ( 4 , 0 , 150 , 150 , 0 ) ]
181
193
[ InlineData ( 4 , 1 , 150 , 150 , 1 ) ]
@@ -197,7 +209,10 @@ await RunTestAsync((form, listView) =>
197
209
} ) ;
198
210
}
199
211
212
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
200
213
[ WinFormsTheory ]
214
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
215
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
201
216
[ InlineData ( 4 , 1 ) ]
202
217
[ InlineData ( 2 , 5 ) ]
203
218
public async Task ListView_Tile_GetChildAsync ( int columnCount , int subItemsCount )
@@ -217,7 +232,10 @@ await RunTestAsync((form, listView) =>
217
232
} ) ;
218
233
}
219
234
235
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
220
236
[ WinFormsTheory ]
237
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
238
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
221
239
[ InlineData ( 4 , 0 , 150 , 150 ) ]
222
240
[ InlineData ( 1 , 2 , 150 , 150 ) ]
223
241
[ InlineData ( 2 , 1 , 10 , 10 ) ]
@@ -237,7 +255,10 @@ await RunTestAsync((form, listView) =>
237
255
} ) ;
238
256
}
239
257
258
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
240
259
[ WinFormsTheory ]
260
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
261
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
241
262
[ InlineData ( 4 , 1 , 150 , 150 , - 1 , 1 ) ]
242
263
[ InlineData ( 2 , 1 , 10 , 10 , - 1 , - 1 ) ]
243
264
public async Task ListView_Tile_GetChildIndex_ForDifferentSize_ReturnsExpectedAsync ( int columnCount , int subItemsCount , int width , int height , int expected1 , int expected2 )
@@ -256,7 +277,10 @@ await RunTestAsync((form, listView) =>
256
277
} ) ;
257
278
}
258
279
280
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
259
281
[ WinFormsFact ]
282
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
283
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
260
284
public async Task ListView_Tile_SubItem_FragmentNavigate_NextSibling_ReturnsExpectedAsync ( )
261
285
{
262
286
await RunTestAsync ( ( form , listView ) =>
@@ -277,7 +301,10 @@ await RunTestAsync((form, listView) =>
277
301
} ) ;
278
302
}
279
303
304
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
280
305
[ WinFormsFact ]
306
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
307
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
281
308
public async Task ListView_Tile_SubItem_HitTest_ReturnExpectedAsync ( )
282
309
{
283
310
await RunTestAsync ( ( form , listView ) =>
@@ -303,7 +330,10 @@ Point GetSubItemLocation(int itemIndex, int subItemIndex) =>
303
330
} ) ;
304
331
}
305
332
333
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
306
334
[ WinFormsFact ]
335
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
336
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
307
337
public async Task ListView_Tile_SubItem_FragmentNavigate_Sibling_ReturnsNull_For_SmallSizeAsync ( )
308
338
{
309
339
await RunTestAsync ( ( form , listView ) =>
@@ -321,7 +351,10 @@ await RunTestAsync((form, listView) =>
321
351
} ) ;
322
352
}
323
353
354
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
324
355
[ WinFormsFact ]
356
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
357
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
325
358
public async Task ListView_Tile_SubItem_FragmentNavigate_Child_ReturnsNullAsync ( )
326
359
{
327
360
await RunTestAsync ( ( form , listView ) =>
@@ -338,7 +371,10 @@ await RunTestAsync((form, listView) =>
338
371
} ) ;
339
372
}
340
373
374
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
341
375
[ WinFormsFact ]
376
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
377
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
342
378
public async Task ListView_Tile_GetChild_ReturnsExpectedAsync ( )
343
379
{
344
380
await RunTestAsync ( ( form , listView ) =>
@@ -358,7 +394,10 @@ await RunTestAsync((form, listView) =>
358
394
} ) ;
359
395
}
360
396
397
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
361
398
[ WinFormsFact ]
399
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
400
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
362
401
public async Task ListView_Tile_GetChild_ReturnsExpected_For_BigSizeAsync ( )
363
402
{
364
403
await RunTestAsync ( ( form , listView ) =>
@@ -380,7 +419,10 @@ await RunTestAsync((form, listView) =>
380
419
} ) ;
381
420
}
382
421
422
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
383
423
[ WinFormsFact ]
424
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
425
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
384
426
public async Task ListView_Tile_GetChildIndex_ReturnsExpectedAsync ( )
385
427
{
386
428
await RunTestAsync ( ( form , listView ) =>
@@ -399,7 +441,10 @@ await RunTestAsync((form, listView) =>
399
441
} ) ;
400
442
}
401
443
444
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
402
445
[ WinFormsFact ]
446
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
447
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
403
448
public async Task ListView_Tile_GetChildIndex_ReturnsExpected_SubItemsMoreThanColumnsAsync ( )
404
449
{
405
450
await RunTestAsync ( ( form , listView ) =>
@@ -419,7 +464,10 @@ await RunTestAsync((form, listView) =>
419
464
} ) ;
420
465
}
421
466
467
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
422
468
[ WinFormsFact ]
469
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
470
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
423
471
public async Task ListView_Tile_GetChildIndex_ReturnsMinusOne_For_Single_ColumnAsync ( )
424
472
{
425
473
await RunTestAsync ( ( form , listView ) =>
@@ -436,7 +484,10 @@ await RunTestAsync((form, listView) =>
436
484
} ) ;
437
485
}
438
486
487
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
439
488
[ WinFormsFact ]
489
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
490
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
440
491
public async Task ListView_Tile_GetChildIndex_ReturnsExpected_For_BigSizeAsync ( )
441
492
{
442
493
await RunTestAsync ( ( form , listView ) =>
@@ -462,7 +513,10 @@ await RunTestAsync((form, listView) =>
462
513
} ) ;
463
514
}
464
515
516
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13291" ) ]
465
517
[ WinFormsFact ]
518
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
519
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13291" ) ]
466
520
public async Task ListView_Tile_ColumnProperty_ReturnsMinusOneAsync ( )
467
521
{
468
522
await RunTestAsync ( ( form , listView ) =>
@@ -478,7 +532,10 @@ await RunTestAsync((form, listView) =>
478
532
} ) ;
479
533
}
480
534
535
+ [ ActiveIssue ( "https://github.com/dotnet/winforms/issues/13288" ) ]
481
536
[ WinFormsFact ]
537
+ [ SkipOnArchitecture ( TestArchitectures . X86 ,
538
+ "Flaky tests, see: https://github.com/dotnet/winforms/issues/13288" ) ]
482
539
public async Task ListView_Click_On_Second_Column_Does_Not_Alter_CheckBoxesAsync ( )
483
540
{
484
541
await RunTestAsync ( async ( form , listView ) =>
0 commit comments