summaryrefslogtreecommitdiff
path: root/automated/linux/kselftest/skipfile-lkft.yaml
blob: cff62417779e5a8cab37297303026ef4f469732c (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
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
# 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: >
      Adding skiplist according to the below ticket
      mainline kernel tests baselining
    url: https://projects.linaro.org/projects/CTT/queues/issue/CTT-585
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - test_maps

  - reason: >
      LKFT: kselftest: test_progs: libbpf: failed to open ./test_pkt_access.o:
      No such file or directory
    url: https://bugs.linaro.org/show_bug.cgi?id=3120
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - test_progs

  - reason: "LKFT: linux-next: x86: kselftest: test_kmod.sh test failed"
    url: https://bugs.linaro.org/show_bug.cgi?id=3219
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - test_kmod.sh

  - reason: >
      LKFT: linux-next: x15: kselftest: ftracetest hangs forever
      LKFT: linux-mainline: kernel panic on X15 when running ftrace kseltest
      https://bugs.linaro.org/show_bug.cgi?id=3304
    url: https://bugs.linaro.org/show_bug.cgi?id=3297
    environments: production
    boards: all
    branches: all
    tests:
      - ftracetest

  - reason: "LKFT: linux-next: x86: kselftest: pstore_tests failed"
    url: https://bugs.linaro.org/show_bug.cgi?id=3222
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - pstore_tests

  - reason: "LKFT: selftests: seccomp TRACE_syscall.skip_after_RET_TRACE"
    url: https://bugs.linaro.org/show_bug.cgi?id=2980
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - seccomp_bpf

  - reason: "LKFT: linux-next: kselftest: breakpoint_test_arm64 build failed"
    url: https://bugs.linaro.org/show_bug.cgi?id=3208
    environments: all
    boards:
      - dragonboard-410c
      - hi6220-hikey
      - juno-r2
      - qemu_arm64
      - x15
    branches: all
    tests:
      - breakpoint_test_arm64

  - reason: "LKFT: linux-mainline: kselftest sync_test failed"
    url: https://bugs.linaro.org/show_bug.cgi?id=3504
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - sync_test

  - reason: >
      LKFT: linux-mainline: kselftest BPF test_dev_cgroup failed (new test
      case) on all devices
    url: https://bugs.linaro.org/show_bug.cgi?id=3500
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - test_dev_cgroup

  - reason: >
      Adding skiplist according to the below ticket
      mainline kernel tests baselining
    url: https://projects.linaro.org/projects/CTT/queues/issue/CTT-585
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - test_tag
      - test_lru_map
      - test_lpm_map
      - run.sh
      - run_fuse_test.sh
      - run_vmtests

  - reason: >
      LKFT: 4.4-rc 4.9-rc 4.13-rc 4.14-rc: x86: kselftest mpx-mini-test_64 - no
      MPX support - failed - 3869 Aborted (core dumped)
    url: https://bugs.linaro.org/show_bug.cgi?id=3497
    environments: production
    boards: x86
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - mpx-mini-test_64

  - reason: >
      LKFT: linux-mainline: x86, x15, juno-r2: kselftest fw_filesystem.sh
      failed
    url: https://bugs.linaro.org/show_bug.cgi?id=3503
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - fw_filesystem.sh

  - reason: >
      LKFT: mainline: x86: kselftests fsgsbase_64 failed - GS/BASE changed from
      0x1/0x0 to 0x0/0x0
      Fails intermittently
    url: https://bugs.linaro.org/show_bug.cgi?id=3596
    environments: production
    boards:
      - x86
      - qemu_x86_64
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - fsgsbase_64

  - reason: >
      LKFT: linux-mainline: x15: kselfteest NET reuseport_bpf_numa failed (new
      test)
    url: https://bugs.linaro.org/show_bug.cgi?id=3501
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
    tests:
      - reuseport_bpf_numa
  - reason: >
      LKFT: linux-mainline: x15: kselfteest NET reuseport_bpf_numa failed (new
      test)
    url: https://bugs.linaro.org/show_bug.cgi?id=3501
    environments: production
    boards:
      - x15
      - qemu_arm
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - reuseport_bpf_numa

  - reason: >
      LKFT: linux-next, 4.9 and 4.4: bpf: test_align and test_verifier: No such
      file or directory
    url: https://bugs.linaro.org/show_bug.cgi?id=3170
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.15
      - 4.16
    tests:
      - test_align
      - test_verifier

  - reason:
    url:
    environments: all
    boards:
      - x15
      - qemu_x86_64
      - qemu_arm64
      - qemu_arm
      - dragonboard-410c
      - juno-r2
    branches: all
    tests:
      - step_after_suspend_test

  - reason: >
      LKFT: 4.9 and 4.4: x86: breakpoint step_after_suspend_tests
    url: https://bugs.linaro.org/show_bug.cgi?id=3739
    environments: all
    boards:
      - x86
    branches:
      - 4.4
      - 4.9
    tests:
      - step_after_suspend_test

  - reason: >
      LKFT: linux-mainline: x15: printf.sh bitmap.sh netns_netlink - section 4
      reloc 2 sym 'memset': relocation 28 out of range (0xbf046044 ->
      0xc109f720)
    url: https://bugs.linaro.org/show_bug.cgi?id=3484
    environments: production
    boards: all
    branches: 4.4
    tests:
      - bitmap.sh
  - reason: >
      LKFT: linux-mainline: x15: printf.sh bitmap.sh netns_netlink - section 4
      reloc 2 sym 'memset': relocation 28 out of range (0xbf046044 ->
      0xc109f720)
    url: https://bugs.linaro.org/show_bug.cgi?id=3484
    environments: production
    boards:
      - x15
      - qemu_arm
    branches:
      - 4.15
      - 4.16
    tests:
      - bitmap.sh

  - reason: "skip all tests: memory hotplug is not supported"
    url:
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
    tests:
      - mem-on-off-test.sh

  - reason: "skip all tests: efivarfs is not mounted on /sys/firmware/efi/efivars"
    url:
    environments: production
    boards: all
    branches:
      - 4.9
    tests:
      - efivarfs.sh
  - reason: "skip all tests: efivarfs is not mounted on /sys/firmware/efi/efivars"
    url:
    environments: production
    boards:
      - dragonboard-410c
      - hi6220-hikey
    branches:
      - 4.4
    tests:
      - efivarfs.sh

  - reason: >
      LKFT: linux-next: gpio: gpio-mockup-chardev: No such file or directory -
      Build failed.
    url: https://bugs.linaro.org/show_bug.cgi?id=3122
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
    tests:
      - gpio-mockup.sh

  - reason: >
      LKFT: linux-mainline: x86, x15, juno-r2: kselftest fw_filesystem.sh
      failed
    url: https://bugs.linaro.org/show_bug.cgi?id=3503
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
    tests:
      - fw_fallback.sh

  - reason: "LKFT: 4.9-rc: Hikey: sysctl.sh need CONFIG_TEST_SYSCTL=y"
    url: https://bugs.linaro.org/show_bug.cgi?id=3251
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
    tests:
      - sysctl.sh

  - reason: "LKFT: timer: inconsistency-check failed on Hikey"
    url: https://bugs.linaro.org/show_bug.cgi?id=2950
    environments: production
    boards:
      - hi6220-hikey
      - dragonboard-410c
    branches:
      - 4.4
      - 4.9
    tests:
      - inconsistency-check

  - reason: "kselftests: ldt_gdt_64 fails on x86"
    url: https://bugs.linaro.org/show_bug.cgi?id=3564
    environments: production
    boards:
      - x86
      - qemu_x86_64
    branches:
      - 4.4
      - 4.9
    tests:
      - ldt_gdt_64

  - reason: >
      LKFT: linux-stable-rc-4.4: Juno: kselftest cpufreq test failed - No cpu
      is managed by cpufreq core, exiting
    url: https://bugs.linaro.org/show_bug.cgi?id=3489
    environments: production
    boards: juno-r2
    branches: 4.4
    tests:
      - main.sh
  - reason: >
      LKFT: linux-stable-rc-4.4: Juno: kselftest cpufreq test failed - No cpu
      is managed by cpufreq core, exiting
    url: https://bugs.linaro.org/show_bug.cgi?id=3489
    environments: production
    boards:
      - dragonboard-410c
      - qemu_arm
      - qemu_arm64
      - qemu_x86_64
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - main.sh

  - reason:
    url:
    environments: production
    boards: all
    branches: 4.4
    tests:
      - owner
      - pidns
      - pstore_post_reboot_tests
      - reuseport_bpf_cpu
      - run_afpackettests
      - sas

  - reason: >
      LKFT: linux-mainline, 4.9 and 4.4: x15: rtctest - PIE delta error:
      0.018197 should be close to 0.015625
    url: https://bugs.linaro.org/show_bug.cgi?id=3402
    environments: production
    boards:
      - hi6220-hikey
    branches: 4.4
    tests:
      - rtctest
  - reason: >
      LKFT: linux-mainline, 4.9 and 4.4: x15: rtctest - PIE delta error:
      0.018197 should be close to 0.015625
    url: https://bugs.linaro.org/show_bug.cgi?id=3402
    environments: production
    boards:
      - dragonboard-410c
      - x15
      - qemu_x86_64
      - qemu_arm64
      - qemu_arm
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - rtctest

  - reason:
    url:
    environments: production
    boards:
      - x86
      - qemu_x86_64
    branches: 4.4
    tests:
      - sigreturn_64

  - reason:
    url:
    environments: production
    boards:
      - dragonboard-410c
      - hi6220-hikey
    branches: 4.4
    tests:
      - test_bpf.sh

  - reason:
    url:
    environments: all
    boards: qemu_x86_64
    branches: all
    tests:
      - breakpoint_test
  - reason:
    url:
    environments: production
    boards:
      - qemu_arm
      - qemu_arm64
    branches:
      - 4.9
      - mainline
    tests:
      - breakpoint_test

  - reason:
    url:
    environments: production
    boards:
      - qemu_arm
      - qemu_arm64
    branches: all
    tests:
      - mq_open_tests
      - mq_perf_tests

  - reason: >
      LKFT: BPF: test_tcpbpf_user test_libbpf.sh failed - test_tcpbpf_kern.o
      open test_l4lb.o : No such file or directory
    url: https://bugs.linaro.org/show_bug.cgi?id=3636
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - test_libbpf.sh
      - test_offload.py
      - test_tcpbpf_user

  - reason:
    url:
    environments: production
    boards:
      - qemu_arm
      - qemu_arm64
      - qemu_x86_64
    branches:
      - mainline
    tests:
      - test_static_keys.sh
      - test_user_copy.sh
      - printf.sh

  - reason: >
      LKFT: linux-mainline: x15: printf.sh bitmap.sh zram.sh netns_netlink -
      section 4 reloc 2 sym 'memset': relocation 28 out of range (0xbf046044 ->
      0xc109f720)
    url: https://bugs.linaro.org/show_bug.cgi?id=3484
    environments: production
    boards:
      - x15
      - qemu_arm
      - qemu_arm64
      - qemu_x86_64
    branches:
      - 4.15
      - 4.16
      - mainline
    tests:
      - printf.sh

  - reason: >
      LKFT: 4.16.0-rc5-next-20180315: all device: dnotify_test hangs forever
    url: https://bugs.linaro.org/show_bug.cgi?id=3683
    environments: all
    boards: all
    branches:
      - mainline
      - next
    tests:
      - dnotify_test

  - reason: "LKFT: kselftest: sigreturn_64 intermittent failure on qemu_x86_64"
    url: https://bugs.linaro.org/show_bug.cgi?id=3684
    environments: production
    boards: qemu_x86_64
    branches: all
    tests: sigreturn_64

  - reason: >
      LKFT: mainline: BPF: test_xdp_redirect.sh and test_xdp_meta.sh skipped
      - Could not run test without the ip xdpgeneric support
    url: https://bugs.linaro.org/show_bug.cgi?id=3630
    environments: production
    boards: all
    branches:
      - 4.16
      - 4.14
      - 4.4
    tests:
      - test_xdp_meta.sh
      - test_xdp_redirect.sh

  - reason: >
      LKFT: linux-mainline: all: net fib-onlink-tests.sh and fib_tests.sh failed
    url: https://bugs.linaro.org/show_bug.cgi?id=3742
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests:
      - fib-onlink-tests.sh
      - fib_tests.sh

  - reason: >
      LKFT: linux-next: gpio: gpio-mockup-chardev: No such file or directory -
      Build failed.
    url: https://bugs.linaro.org/show_bug.cgi?id=3122
    environments: production
    boards:
      - x15
      - qemu_arm
    branches:
      - 4.16
    tests:
      - gpio-mockup.sh

  - reason: >
      LKFT: LKFT: 4.14 4.9 4.4 : membarrier_test test failed on all devices
      when kselftest upgrade to 4.16
    url: https://bugs.linaro.org/show_bug.cgi?id=3771
    environments: production
    boards: all
    branches:
      - 4.14
      - 4.9
      - 4.4
    tests:
      - membarrier_test

  - reason: >
      LKFT: LKFT: mainline: dragon board 410c: proc read failed - ICMPv6:
      process `read' is using deprecated sysctl
    url: https://bugs.linaro.org/show_bug.cgi?id=3744
    environments: production
    boards: dragonboard-410c
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - mainline
    tests: read

  - reason: >
      LKFT: next: selftests: bpf: test_tunnel.sh crash on x86
      BUG: unable to handle kernel NULL pointer dereference
    url: https://bugs.linaro.org/show_bug.cgi?id=3856
    environments: all
    boards: x86
    branches:
      - next
    tests: test_tunnel.sh