summaryrefslogtreecommitdiff
path: root/automated/linux/ltp/skipfile-lkft-hikey
blob: 2172b35a0162750dcaf097db0b71e21bbc1cb9ba (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
# Blacklist or skip tests list

# Linux-4.4: LTP: bind02: socket() failed: errno=EACCES(13): Permission denied
# https://bugs.linaro.org/show_bug.cgi?id=2962
bind02 bind02

# chdir01 is failed due to the way LAVA mounted /tmp file system
chdir01A symlink01 -T chdir01

# Fork test case overheats Hikey board and goes auto reboots.
# fork13 is also a peformance test case so skip it.
fork13 fork13 -i 1000000

# msgctl10 and msgct11 tests overheats HiKey board due to
# large number of fork() calls and message queues read/writes.
# [RPB] LTP: msgctl10 fork failed
# https://bugs.linaro.org/show_bug.cgi?id=2355
msgctl10 msgctl10
msgctl11 msgctl11
# LTP: readahead02: readahead failed to save any I/O
# https://bugs.linaro.org/show_bug.cgi?id=2961
readahead02 readahead02

sysfs01 sysfs01
sysfs02 sysfs02
sysfs03 sysfs03
sysfs04 sysfs04
sysfs05 sysfs05
sysfs06 sysfs06
# 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

syslog01 syslog01
syslog02 syslog02
syslog03 syslog03
syslog04 syslog04
syslog05 syslog05
syslog06 syslog06
syslog07 syslog07
syslog08 syslog08
syslog09 syslog09
syslog10 syslog10
# The syslog tests are not valuable for us

ustat01 ustat01
ustat02 ustat02
# 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

overcommit_memory02 overcommit_memory -R 0
# The testcase seems to be broken unless you have big enough swap so that
# CommitLimit (which depends on size of the swap) is greater than
# Commit_AS. In your case the swap size was not big enough to be greater
# than the amount of currently overcommited memory (Commit_AS).

# The test should be changed to skip the particular testcase and give a
# beteter message if there is no room to alloace any memory in this case.
# https://www.mail-archive.com/ltp-list@lists.sourceforge.net/msg19476.html
# https://www.mail-archive.com/ltp-list@lists.sourceforge.net/msg19551.html

cron02 cron02
cron_deny01 cron_deny01
cron_allow01 cron_allow01
cron_dirs_checks01 cron_dirs_checks01
# crontab: command not found
# External package cron not installed on rootfs.
# This test case comes under admin_tools, which is not critical for us

acl_test01 acl_test01
# acl test cases comes under admin_tools
# setfacl: /tmp/ltp-UH9jbROZVN/tacl/mount-ext3/test_file_link: Operation not supported