summaryrefslogtreecommitdiff
path: root/automated/linux/ltp/skipfile-lkft.yaml
blob: 6350c88853ce0d01ad4d989aa14a99a620cb3e63 (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
# 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
    branches: all
    tests:
      - fork13

  - reason: >
      msgctl10 and msgct11 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
    branches: all
    tests:
      - msgctl10
      - msgctl11

  - 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
    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

  - 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
    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
    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: all
    tests:
      - netns_breakns_ip_ipv4_ioctl
      - netns_breakns_ip_ipv4_netlink
      - netns_breakns_ip_ipv6_ioctl
      - netns_breakns_ip_ipv6_netlink
      - netns_breakns_ns_exec_ipv4_ioctl
      - netns_breakns_ns_exec_ipv4_netlink
      - netns_breakns_ns_exec_ipv6_ioctl
      - netns_breakns_ns_exec_ipv6_netlink
      - netns_comm_ip_ipv4_ioctl
      - netns_comm_ip_ipv4_netlink
      - netns_comm_ip_ipv6_ioctl
      - netns_comm_ip_ipv6_netlink
      - netns_comm_ns_exec_ipv4_ioctl
      - netns_comm_ns_exec_ipv4_netlink
      - netns_comm_ns_exec_ipv6_ioctl
      - netns_comm_ns_exec_ipv6_netlink
      - 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"
    url: https://bugs.linaro.org/show_bug.cgi?id=3339
    environments:
      - production
    boards:
      - x15
    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
    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
    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
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - 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
    branches:
      - 4.4
      - 4.9
      - 4.14
      - 4.16
      - 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.16
      - 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.16
      - mainline
    tests:
      - cve-2015-7550