summaryrefslogtreecommitdiff
path: root/automated/linux/kselftest/skipfile-lkft.yaml
blob: 66e917465b90027fa1af95a0a64338fb3b1f8200 (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
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# 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.17
      - 4.18
      - 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.17
      - 4.18
      - 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.17
      - 4.18
      - 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.17
      - 4.18
      - 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.17
      - 4.18
      - 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.17
      - 4.18
      - 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.17
      - 4.18
      - 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.17
      - 4.18
      - 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.17
      - 4.18
      - mainline
    tests:
      - mpx-mini-test_64
      - x86_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:
      - dragonboard-410c
      - juno-r2
      - qemu_arm
      - x15
      - x86
      - qemu_x86_64
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
      - mainline
    tests:
      - fw_run_tests.sh
      - firmware_fw_run_tests.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.17
      - 4.18
      - 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
      - net_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.17
      - 4.18
      - mainline
    tests:
      - reuseport_bpf_numa
      - net_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.17
      - 4.18
    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: 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.17
      - 4.18
    tests:
      - bitmap.sh
      - lib_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
      - memory-hotplug_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
      - efivarfs_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
      - efivarfs_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
      - gpio_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
      - sysctl_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
      - timers_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.17
      - 4.18
      - mainline
    tests:
      - main.sh

  - reason:
    url:
    environments: production
    boards: all
    branches: 4.4
    tests:
      - owner
      - nsfs_owner
      - pidns
      - nsfs_pidns
      - pstore_post_reboot_tests
      - pstore_pstore_post_reboot_tests
      - run_afpackettests
      - net_run_afpackettests
      - sas
      - sigaltstack_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.17
      - 4.18
      - 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
      - net_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.17
      - 4.18
      - 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
      - static_keys_test_static_keys.sh
      - test_user_copy.sh
      - user_test_user_copy.sh
      - printf.sh
      - lib_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.17
      - 4.18
      - mainline
    tests:
      - printf.sh
      - lib_printf.sh

  - 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.4
      - 4.14
      - 4.17
      - 4.18
    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.17
      - 4.18
      - 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.17
      - 4.18
    tests:
      - gpio-mockup.sh
      - gpio_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.17
      - 4.18
      - mainline
    tests: read

  - reason: >
      LKFT: LTP: netns_sysfs and kselftests rtnetlink.sh 1 TBROK: failed to
      add a new (host) dummy device on Hikey and Juno
    url: https://bugs.linaro.org/show_bug.cgi?id=3834
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
      - mainline
    tests: rtnetlink.sh

  - reason: >
      LKFT: linux-mainline: devpts_pts failed on all devices
      Failed to perform TIOCGPTPEER ioctl
    url: https://bugs.linaro.org/show_bug.cgi?id=3732
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
      - mainline
    tests: devpts_pts

  - reason: >
      LKFT: all-dev: kselftest proc selftests: proc-self-map-files-002 failed
      on 4.16 to 4.4 kernels.
    url: https://bugs.linaro.org/show_bug.cgi?id=3782
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
    tests: proc-self-map-files-002

  - reason: >
      LKFT: arm32: kselftest proc selftests: proc-self-map-files-002 failed
      on 4.17 and above kernels.
    url: https://bugs.linaro.org/show_bug.cgi?id=3782
    environments: production
    boards:
      - qemu_arm
      - x15
    branches:
      - 4.17
      - 4.18
      - mainline
    tests: proc-self-map-files-002

  - reason: >
      LKFT: kselftest: proc-self-map-files-001 failed on all devices
    url: https://bugs.linaro.org/show_bug.cgi?id=3908
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
    tests: proc-self-map-files-001

  - reason: >
      LKFT: mainline: kselftest proc selftests: proc-self-syscall failed on arm32
    url: https://bugs.linaro.org/show_bug.cgi?id=3783
    environments: production
    boards:
      - qemu_arm
      - x15
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
      - mainline
    tests: proc-self-syscall

  - reason: >
      LKFT: 4.4: Juno: Hikey: x15: x86 reuseport_bpf reuseport_bpf_cpu failed
    url: https://bugs.linaro.org/show_bug.cgi?id=3520
    environments: production
    boards: all
    branches:
      - 4.4
    tests:
      - reuseport_bpf
      - net_reuseport_bpf
      - reuseport_bpf_cpu
      - net_reuseport_bpf_cpu

  - reason: >
      LKFT: mainline: hikey: kvm ./set_sregs_test: No such file or directory
    url: https://bugs.linaro.org/show_bug.cgi?id=3741
    environments: production
    boards:
      - dragonboard-410c
      - hi6220-hikey
      - juno-r2
      - qemu_arm64
      - qemu_arm
      - x15
    branches: all
    tests:
      - set_sregs_test
      - kvm_set_sregs_test
      - sync_regs_test
      - kvm_sync_regs_test
      - vmx_tsc_adjust_test
      - kvm_vmx_tsc_adjust_test

  - 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=3912
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
    tests:
      - test_sock_addr.sh
      - bpf_test_sock_addr.sh
      - test_sock
      - bpf_test_sock

  - reason: >
      LKFT: net: pmtu.sh: vti4 and vti6 not supported - RTNETLINK answers:
      Operation not supported
    url: https://bugs.linaro.org/show_bug.cgi?id=3830
    environments: production
    boards: all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
    tests:
      - pmtu.sh

  - reason: >
      db410c: rtcpie: /dev/rtc0: No such file - timers tests not unsupported
      Dragonboard 410c doesn't seem to have a functional hardware clock
    url: https://bugs.linaro.org/show_bug.cgi?id=3924
    environments: production
    boards:
      - dragonboard-410c
      - qemu_arm
      - qemu_arm64
      - qemu_x86_64
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
    tests:
      - rtcpie

  - reason: >
      LKFT: bpf: get_cgroup_id_user failed errno 2 on all devices
      Test expected file not found,
      "/sys/kernel/debug/tracing/events/syscalls/sys_enter_nanosleep/id"
    url: https://bugs.linaro.org/show_bug.cgi?id=3920
    environments: production
    boards:
      - all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
    tests:
      - get_cgroup_id_user

  - reason: >
      LKFT: BPF: test_lirc_mode2_user failed on all devices
      Usage: ./test_lirc_mode2_user /dev/lircN
    url: https://bugs.linaro.org/show_bug.cgi?id=3918
    environments: production
    boards:
      - all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
    tests:
      - test_lirc_mode2_user

  - reason: >
      LKFT: bpf: test_lwt_seg6local.sh CONFIG_LWTUNNEL is not enabled in this kernel
    url: https://bugs.linaro.org/show_bug.cgi?id=3919
    environments: production
    boards:
      - all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
    tests:
      - test_lwt_seg6local.sh

  - reason: >
      bpf: test_select_reuseport prepare_bpf_obj(100): FAIL: get first bpf_program
    url: https://bugs.linaro.org/show_bug.cgi?id=3974
    environments: production
    boards:
      - all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
    tests:
      - test_select_reuseport

  - reason: >
      bpf: test_skb_cgroup_id.sh Error fetching program/map
    url: https://bugs.linaro.org/show_bug.cgi?id=3975
    environments: production
    boards:
      - x86
      - qemu_x86_64
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
    tests:
      - test_skb_cgroup_id.sh

  - reason: >
      bpf: test_socket_cookie: Failed to load ./socket_cookie_prog.o
    url: https://bugs.linaro.org/show_bug.cgi?id=3976
    environments: production
    boards:
      - x86
      - qemu_x86_64
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
    tests:
      - test_socket_cookie

  - reason: >
      bpf: test_select_reuseport prepare_bpf_obj(100): FAIL: get first bpf_program
    url: https://bugs.linaro.org/show_bug.cgi?id=3974
    environments: production
    boards:
      - all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
    tests:
      - test_select_reuseport

  - reason: >
      LKFT: Kselftest: rseq: Warning: file basic_test is not executable
    url: https://bugs.linaro.org/show_bug.cgi?id=3923
    environments: production
    boards:
      - dragonboard-410c
      - hi6220-hikey
      - juno-r2
      - qemu_arm64
      - qemu_arm
      - x15
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
    tests:
      - basic_test
      - basic_percpu_ops_test
      - param_test
      - param_test_benchmark
      - param_test_compare_twice
      - run_param_test.sh

  - reason: >
      LKFT: BPF test_btf PASS on 4.18 and failed on 4.17 and below
    url: https://bugs.linaro.org/show_bug.cgi?id=3979
    environments: production
    boards:
      - all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
    tests:
      - test_btf

  - reason: >
      LKFT: net: udpgso.sh PASS on 4.18 and failed on 4.17 and below
    url: https://bugs.linaro.org/show_bug.cgi?id=3980
    environments: production
    boards:
      - all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
    tests:
      - udpgso.sh

  - reason: >
      LKFT: net: psock_snd: recv: Resource temporarily unavailable on all devices
    url: https://bugs.linaro.org/show_bug.cgi?id=3925
    environments: production
    boards:
      - all
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.17
      - 4.18
    tests:
      - psock_snd.sh