aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/ltp/skipfile-lkft.yaml
blob: 495a9d3b0458e2e77f5277cbc8da0e4bcb8f97d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
# This skipfile is consumable using skipgen
# (https://github.com/Linaro/skipgen), included in this repo in
# /automated/bin/<arch>/skipgen.
#
# reason:
#   Please provide a human readable explanation of the reason for the skip.
# url:
#   A url referencing the issue. Often a link to the bug. Only one url may be
#   specified.
# environments:
#   Should be 'production', 'staging', or 'all' for both. Our
#   staging environment contains a very minimal skiplist. Only tests which make
#   testing unstable should include staging.
# boards:
#   Should match a list of board names, or 'all' to include all boards.
# branches:
#   Should match a list of branch names, or 'all' to include all branches.
# tests:
#   List of tests to skip

skiplist:
  - reason: >
      Linux-4.4: LTP: bind02: socket() failed: errno=EACCES(13): Permission
      denied
    url: https://bugs.linaro.org/show_bug.cgi?id=2962
    environments:
      - production
    boards:
      - hi6220-hikey
    branches:
      - 4.4
    tests:
      - bind02

  - reason: >
      LKFT: LTP: fork13: runs long and hangs machine on branches
    url: https://bugs.linaro.org/show_bug.cgi?id=3719
    environments: all
    boards:
      - hi6220-hikey
      - juno-r2
      - x15
      - dragonboard-410c
      - qemu_x86_64
      - qemu_arm64
      - qemu_arm
      - qemu_i386
      - i386
    branches: all
    tests:
      - fork13

  - reason: >
      msgctl10/msgstress03 and msgct11/msgstress04 tests overheats HiKey board
      due to large number of fork() calls and message queues read/writes. [RPB]
      LTP: msgctl10 fork failed
    url: https://bugs.linaro.org/show_bug.cgi?id=2355
    environments: all
    boards:
      - hi6220-hikey
      - juno-r2
      - x15
      - dragonboard-410c
      - qemu_x86_64
      - qemu_arm64
      - qemu_arm
      - qemu_i386
      - i386
    branches: all
    tests:
      - msgctl10
      - msgctl11
      - msgstress03
      - msgstress04

  - reason: >
      LKFT: LTP: pselect01_64: slept for too long
    url: https://bugs.linaro.org/show_bug.cgi?id=3089
    environments:
      - production
    boards:
      - hi6220-hikey
      - x15
      - qemu_x86_64
      - qemu_arm64
      - qemu_arm
      - qemu_i386
    branches: all
    tests:
      - pselect01
      - pselect01_64

  - reason: "mainline kernel tests baselining"
    url: https://projects.linaro.org/projects/CTT/queues/issue/CTT-585
    environments:
      - production
    boards:
      - hi6220-hikey
      - juno-r2
      - x15
      - dragonboard-410c
      - qemu_arm64
      - qemu_arm
    branches: all
    tests:
      - quotactl01

  - reason: >
      sysfs01 sysfs02 sysfs03 sysfs04 sysfs05 and sysfs06 no more valid.
      sysfs system call is obsolete; don't use it.
      This test can only run on kernels that support the sysfs system call
    url: https://bugs.linaro.org/show_bug.cgi?id=3722
    environments:
      - production
    boards:
      - hi6220-hikey
      - juno-r2
      - dragonboard-410c
      - qemu_arm64
    branches: all
    tests:
      - sysfs01
      - sysfs02
      - sysfs03
      - sysfs04
      - sysfs05
      - sysfs06

  - reason: >
      ustat01 and ustat02 failed only on Juno, because this syscall not
      implemented on arm-64 architecture.
      ustat(2) failed and setthe errno to 38 : Function not implemented
    url: https://bugs.linaro.org/show_bug.cgi?id=3721
    environments:
      - production
    boards:
      - hi6220-hikey
      - juno-r2
      - dragonboard-410c
      - qemu_arm64
    branches: all
    tests:
      - ustat01
      - ustat02

  - reason: >
      fanotify07 was added to syscalls in 20170929 and fails approximately 50%
      of the time. See
    url: https://bugs.linaro.org/show_bug.cgi?id=3303
    environments: all
    boards:
      - hi6220-hikey
      - juno-r2
      - dragonboard-410c
      - qemu_arm64
    branches:
      - 4.4
      - 4.9
    tests:
      - fanotify07
      - fanotify08
      - fanotify09

  - reason: >
      LKFT: LTP: inotify07 FAIL: didn't get event: mask=40000004
      inotify07 is not supported on 4.4 and 4.9
    url: https://bugs.linaro.org/show_bug.cgi?id=3931
    environments: all
    boards: all
    branches:
      - 4.4
      - 4.9
    tests:
      - inotify07

  - reason: >
      LKFT: LTP: inotify08 FAIL: didn't get event: mask=4
      inotify08 is not supported on 4.14, 4.9 and 4.4
    url: https://bugs.linaro.org/show_bug.cgi?id=3881
    environments: all
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
    tests:
      - inotify08

  - reason: "fs:isofs Do not try to build iso's on embedded boards."
    url: https://bugs.linaro.org/show_bug.cgi?id=3318
    environments:
      - production
    boards: all
    branches: all
    tests:
      - isofs

  - reason: "ltp-fs-tests/quota_remount_test01"
    url: https://bugs.linaro.org/show_bug.cgi?id=3354
    environments:
      - production
    boards:
      - hi6220-hikey
      - juno-r2
      - qemu_x86_64
      - qemu_arm64
      - dragonboard-410c
      - qemu_i386
      - i386
    branches: all
    tests:
      - quota_remount_test01

  - reason: >
      pth_str02 hangs when using NFS filesystem. LKFT: linux-mainline: juno:
      x86: ltp sched tests hang due to NFS not responding
    url: https://bugs.linaro.org/show_bug.cgi?id=3338
    environments: all
    boards:
      - hi6220-hikey
      - juno-r2
      - x86
      - qemu_arm64
      - qemu_arm
      - i386
    branches: all
    tests:
      - pth_str01
      - pth_str02
      - pth_str03
      - time-schedule01

  - reason: >
      mainline kernel tests baselining
      https://projects.linaro.org/projects/CTT/queues/issue/CTT-585
      LKFT: linux-mainline: HiKey and Juno: ltp-containers Network Namespaces
      tests failed
    url: https://bugs.linaro.org/show_bug.cgi?id=3327
    environments:
      - production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.19
      - 4.20
    tests:
      - netns_sysfs

  - reason: "Test ends with SIGKILL on x15 (intermittent failure)"
    url: https://bugs.linaro.org/show_bug.cgi?id=3401
    environments:
      - production
    boards:
      - x15
    branches: all
    tests:
      - getrandom02

  - reason: >
      LKFT: 4.9-rc: x86: LTP: perf_event_open02.c:333: test failed (ratio
      was greater than ) - intermittent failure
    url: https://bugs.linaro.org/show_bug.cgi?id=3382
    environments:
      - production
    boards: all
    branches: all
    tests:
      - perf_event_open02

  - reason: >
      Test is inconsistent on x15
      Intermittent failures on qemu_arm
    url: https://bugs.linaro.org/show_bug.cgi?id=3339
    environments:
      - production
    boards:
      - x15
      - qemu_arm
      - qemu_i386
    branches: all
    tests:
      - fcntl36

  - reason: >
      fs:gf01:gf14:gf15:gf18: This test requires >4GB to run. Skip on devices
      that don't have that much space available.
    url: https://bugs.linaro.org/show_bug.cgi?id=3720
    environments:
      - production
    boards: all
    branches: all
    tests:
      - gf01
      - gf14
      - gf15
      - gf18

  - reason: "LKFT: 4.4: LTP readahead02 fails on x86"
    url: https://bugs.linaro.org/show_bug.cgi?id=3457
    environments:
      - production
    boards:
      - juno-r2
      - x86
      - qemu_x86_64
      - qemu_arm64
      - qemu_arm
      - qemu_i386
      - i386
    branches: all
    tests:
      - readahead02

  - reason: "LKFT: netns_netlink fails on x15 in mainline and 4.15"
    url: https://bugs.linaro.org/show_bug.cgi?id=3484
    environments:
      - production
    boards:
      - x15
      - qemu_arm
    branches: all
    tests:
      - netns_netlink

  - reason: "LKFT: qemu: LTP skip failed timing test cases"
    url: https://bugs.linaro.org/show_bug.cgi?id=3768
    environments: all
    boards:
      - qemu_x86_64
      - qemu_arm64
      - qemu_arm
      - qemu_i386
    branches: all
    tests:
      - clock_nanosleep02
      - epoll_wait02
      - futex_wait05
      - nanosleep01
      - poll02

  - reason: >
      LKFT: LTP skip hackbench01/02 on qemu_arm and qemu_arm64 causing kernel dump
    url: https://bugs.linaro.org/show_bug.cgi?id=3777
    environments: all
    boards:
      - qemu_arm64
      - qemu_arm
    branches: all
    tests:
      - hackbench01
      - hackbench02

  - reason: >
      LTP CVE cve-2014-0196 newly running test case have different results on
      different boards.
    url: https://bugs.linaro.org/show_bug.cgi?id=3858
    environments: production
    boards:
      - juno-r2
      - x15
      - x86
      - qemu_arm
      - qemu_arm64
      - dragonboard-410c
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.19
      - 4.20
      - mainline
    tests:
      - cve-2014-0196

  - reason: >
      LKFT: LTP: CVE cve-2011-2183 test failed on x86_64 and arm32 x15 devices
    url: https://bugs.linaro.org/show_bug.cgi?id=3857
    environments: production
    boards:
      - x15
      - x86
      - qemu_arm
      - qemu_x86_64
      - qemu_i386
      - i386
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.19
      - 4.20
      - mainline
    tests:
      - cve-2011-2183

  - reason: >
      LKFT: qemu_arm32/64: LTP cve-2016-7117 Test timeouted, sending SIGKILL!
    url: https://bugs.linaro.org/show_bug.cgi?id=3884
    environments: production
    boards:
      - qemu_arm64
      - qemu_arm
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.19
      - 4.20
      - mainline
    tests:
      - cve-2016-7117

  - reason: >
      LKFT: qemu_arm: LTP CVE cve-2015-7550 Test timeouted, sending SIGKILL!
    url: https://bugs.linaro.org/show_bug.cgi?id=3883
    environments: production
    boards:
      - qemu_arm
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.19
      - 4.20
      - mainline
    tests:
      - cve-2015-7550
      - keyctl02

  - reason: "qemu_arm32/64: LTP select04 is not returning 0 on timeout"
    url: https://bugs.linaro.org/show_bug.cgi?id=3852
    environments: production
    boards:
      - qemu_arm64
      - qemu_arm
      - qemu_i386
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.19
      - 4.20
      - mainline
    tests:
      - select04

  - reason: >
      LKFT: LTP: cve-2015-3290 failed intermittently on qemu_x86_64
    url: https://bugs.linaro.org/show_bug.cgi?id=3910
    environments: production
    boards:
      - qemu_x86_64
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.19
      - 4.20
      - mainline
    tests:
      - cve-2015-3290

  - reason: >
      LKFT: LTP creat08 and open10 failed
      testdir.B.3132/setgid: Incorrect modes, setgid bit should be set
      skip these tests until this bug fixes on upstream LTP
    url: https://bugs.linaro.org/show_bug.cgi?id=3940
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.19
      - 4.20
      - mainline
    tests:
      - open10
      - creat08

  - reason: >
      LKFT: linux-next: x86: LTP sendfile09 and sendfile09_64 failed: errno=EFBIG(27): File too large
      Test creates more than 3GB file which is time consuming so skipping.
    url: https://bugs.linaro.org/show_bug.cgi?id=3234
    environments: all
    boards:
      - hi6220-hikey
      - dragonboard-410c
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.19
      - 4.20
      - mainline
    tests:
      - sendfile09
      - sendfile09_64

  - reason: >
      LKFT: next: LTP open11 failed - Got:
      TEST_ERRNO=EACCES(13): Permission denied instead of errno 0
      morty to rocko (openembedded) caused this bug
    url: https://bugs.linaro.org/show_bug.cgi?id=3948
    environments: production
    boards:
      - qemu_x86_64
      - qemu_arm64
      - qemu_arm
      - qemu_i386
      - i386
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.19
      - 4.20
      - mainline
    tests:
      - open11

  - reason: >
      LTP: futex_wake04 never return on i386 and timedout
      Test HANGs on i386 so skip on staging and production runs
    url: https://bugs.linaro.org/show_bug.cgi?id=3984
    environments:
      - all
    boards:
      - i386
    branches:
      - all
    tests:
      - futex_wake04

  - reason: >
      LTP: hugemmap06 cant reserve full amount of hugepages
      needed by the test in environments with fragmented
      memory (specially ones having short memory)
    url: https://bugs.linaro.org/show_bug.cgi?id=4023
    environments: production
    boards:
      - dragonboard-410c
    branches:
      - all
    tests:
      - hugemmap06

  - reason: >
      LTP dio testing
    url: https://bugs.linaro.org/show_bug.cgi?id=3
    environments: production
    boards:
      - all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.19
      - 4.20
      - mainline
    tests:
      - dio29
      - dio30