blob: 611a7a9aa3dc2310b6802d532577673169b620c5 (
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
|
# 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: "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
- nxp-ls2088
- fx700
- bcm2711-rpi-4-b
- dragonboard-845c
branches: all
tests:
- breakpoints:breakpoint_test_arm64
- reason:
url:
environments: all
boards: all
branches: all
tests:
- breakpoints:step_after_suspend_test
- reason:
url:
environments: all
boards: all
branches: all
tests:
- breakpoints:breakpoint_test
- reason:
url:
environments: all
boards:
- qemu_arm
- qemu_arm64
branches: all
tests:
- mqueue:mq_open_tests
- mqueue:mq_perf_tests
- reason:
mq_perf_tests runs long so skipping
url:
environments: all
boards:
- dragonboard-410c
- hi6220-hikey
- juno-r2
- x15
- nxp-ls2088
- fx700
- bcm2711-rpi-4-b
- dragonboard-845c
branches: all
tests:
- mqueue:mq_perf_tests
- reason: >
LKFT: Kselftest: rseq: Warning: file basic_test is not executable
url: https://bugs.linaro.org/show_bug.cgi?id=3923
environments: all
boards:
- dragonboard-410c
- hi6220-hikey
- juno-r2
- qemu_arm64
- qemu_arm
- x15
- bcm2711-rpi-4-b
- dragonboard-845c
branches:
- all
tests:
- rseq:run_param_test.sh
- reason: >
LKFT: next: bpf: test_kmod.sh hangs on all devices
url: https://bugs.linaro.org/show_bug.cgi?id=4006
environments: all
boards: all
branches:
- mainline
tests:
- kmod:test_kmod.sh
- reason: >
net: udpgro.sh hangs on i386 running next
url: https://bugs.linaro.org/show_bug.cgi?id=4078
environments: all
boards:
- i386
branches:
- next
- mainline
tests:
- net:udpgro.sh
- reason: >
net: xfrm_policy.sh hangs on i386 running next
url: https://bugs.linaro.org/show_bug.cgi?id=5342
environments: all
boards:
- i386
branches: all
tests:
- net:xfrm_policy.sh
- reason: >
net: run_afpackettests hangs on hikey running 4.19 mainline
url: https://bugs.linaro.org/show_bug.cgi?id=4049
environments: all
boards: all
branches:
- mainline
tests:
- net:run_afpackettests
- reason: >
proc: proc-pid-vm hangs on x86_64 running next
url: https://bugs.linaro.org/show_bug.cgi?id=5332
environments: all
boards:
- qemu_x86_64
- x86
branches: all
tests:
- proc:proc-pid-vm
- reason: >
LKFT: arm64/arm: selftest sync_test hangs on 4.9
url: https://bugs.linaro.org/show_bug.cgi?id=4080
environments: production
boards:
- dragonboard-410c
- hi6220-hikey
- juno-r2
- qemu_arm64
- x15
- qemu_arm
branches:
- 4.9
- linux-4.9.y
- v4.9-rt
tests:
- sync:sync_test
- reason: >
LKFT: next: next: msg_zerocopy.sh hangs on all devices
url: TBD
environments: all
boards: all
branches:
- next
tests:
- net:msg_zerocopy.sh
- reason: >
LKFT: next: next: zram.sh hangs on all devices
url: TBD
environments: all
boards: all
branches:
- next
tests:
- zram:zram.sh
- reason: >
LKFT: next: test_btf hangs on all devices
url: TBD
environments: all
boards: all
branches:
- next
- mainline
- default
- master
tests:
- bpf:test_btf
- reason: >
LKFT: 4.19: test_progs hangs on all devices
url: TBD
environments: all
boards:
- dragonboard-410c
- hi6220-hikey
- juno-r2
- qemu_arm64
branches:
- 4.19
- linux-4.19.y
- v4.19-rt
tests:
- bpf:test_progs
- reason: >
Newly added selftests netfilter nft_nat.sh hangs on x86_64.
x86_64 is using NFS root file system the net and netfilter tests performing
network interfaces up and down causing network failure and system hang.
url: https://bugs.linaro.org/show_bug.cgi?id=5337
environments: all
boards:
- qemu_x86_64
- x86
- i386
branches:
- all
tests:
- netfilter:nft_nat.sh
- reason: >
Newly added test case selftests netfilter conntrack_icmp_related.sh hangs on qemu_x86_64.
url: https://bugs.linaro.org/show_bug.cgi?id=5338
environments: all
boards:
- qemu_x86_64
- x86
- i386
branches:
- all
tests:
- netfilter:conntrack_icmp_related.sh
- reason: >
next: i386: selftests net rtnetlink.sh test hangs intermittently
url: https://bugs.linaro.org/show_bug.cgi?id=5339
environments: all
boards:
- all
branches:
- all
tests:
- net:rtnetlink.sh
- reason: >
x86_64 is using NFS root file system the net and netfilter tests performing
network interfaces up and down causing network failure and system hang.
url: https://bugs.linaro.org/show_bug.cgi?id=5341
environments: all
boards:
- all
branches:
- all
tests:
- netfilter:nft_trans_stress.sh
- netfilter:bridge_brouter.sh
- netfilter:nft_flowtable.sh
- reason: >
pidfd: pidfd_wait hangs on linux next on all devices
pidfd_wait.c:208:wait_nonblock:Expected sys_waitid(P_PIDFD, pidfd, &info, WSTOPPED, NULL) (-1) == 0 (0)
wait_nonblock: Test terminated by assertion
url: https://bugs.linaro.org/show_bug.cgi?id=5680
environments: all
boards:
- all
branches:
- all
tests:
- pidfd:pidfd_wait
- reason: >
ptrace vmaccess hangs on all devices on stable rc 4.19 branch and lower
kernel versions
url: https://bugs.linaro.org/show_bug.cgi?id=5683
environments: all
boards:
- all
branches:
- 4.4
- 4.9
- 4.14
- 4.19
- linux-4.4.y
- linux-4.9.y
- linux-4.14.y
- linux-4.19.y
- v4.4-rt
- v4.9-rt
- v4.14-rt
- v4.19-rt
tests:
- ptrace:vmaccess
- reason: >
net fib_nexthops.sh test cases hangs on nfs mounted devices
url: https://bugs.linaro.org/show_bug.cgi?id=5725
environments: all
boards:
- i386
- x86
- juno-r2
branches:
- all
tests:
- net:fib_nexthops.sh
- reason: >
vm: run_vmtests hangs on arm64 juno-r2, db410c and hikey
url: https://bugs.linaro.org/show_bug.cgi?id=5728
environments: all
boards:
- dragonboard-410c
- hi6220-hikey
- juno-r2
branches:
- all
tests:
- vm:run_vmtests
- reason: >
kvm: kvm_create_max_vcpus hang on arm64 devices for stable rc 5.4 and below
url: https://bugs.linaro.org/show_bug.cgi?id=5729
environments: all
boards:
- dragonboard-410c
- hi6220-hikey
- juno-r2
branches:
- 5.4
- 4.19
- 4.14
- 4.9
- 4.4
- linux-5.4.y
- linux-4.19.y
- linux-4.14.y
- linux-4.9.y
- linux-4.4.y
- v5.4-rt
- v4.19-rt
- v4.14-rt
- v4.9-rt
- v4.4-rt
tests:
- kvm:kvm_create_max_vcpus
- reason: >
kvm: get-reg-list hang on arm64 devices for stable rc 5.12
url: https://bugs.linaro.org/show_bug.cgi?id=5767
environments: all
boards:
- dragonboard-410c
- hi6220-hikey
- juno-r2
branches:
- 5.12
- 5.4
- 4.19
- 4.14
- 4.9
- 4.4
- linux-5.12.y
- linux-5.4.y
- linux-4.19.y
- linux-4.14.y
- linux-4.9.y
- linux-4.4.y
- v5.4-rt
- v4.19-rt
- v4.14-rt
- v4.9-rt
- v4.4-rt
tests:
- kvm:get-reg-list
- reason: >
net tls hangs on all devices
url: https://lore.kernel.org/linux-next/CA+G9fYsntwPrwk39VfsAjRwoSNnb3nX8kCEUa=Gxit7_pfD6bg@mail.gmail.com/
environments: all
boards: all
branches: all
tests:
- net:tls
|