summaryrefslogtreecommitdiff
path: root/automated/linux/ltp/skipfiles
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/ltp/skipfiles')
-rw-r--r--automated/linux/ltp/skipfiles/skipfile-lkft-hikey134
l---------automated/linux/ltp/skipfiles/skipfile-lkft-juno1
-rw-r--r--automated/linux/ltp/skipfiles/skipfile-lkft-minimal5
-rw-r--r--automated/linux/ltp/skipfiles/skipfile-lkft-nfs-minimal10
-rw-r--r--automated/linux/ltp/skipfiles/skipfile-lkft-x15136
-rw-r--r--automated/linux/ltp/skipfiles/skipfile-lkft-x8662
-rw-r--r--automated/linux/ltp/skipfiles/skipfile-lsk-juno108
-rw-r--r--automated/linux/ltp/skipfiles/skipfile-rpk34
-rw-r--r--automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_4.14131
l---------automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_4.41
l---------automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_4.91
l---------automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_git1
-rw-r--r--automated/linux/ltp/skipfiles/skipfile_juno-r2_4.14105
l---------automated/linux/ltp/skipfiles/skipfile_juno-r2_4.41
l---------automated/linux/ltp/skipfiles/skipfile_juno-r2_4.91
-rw-r--r--automated/linux/ltp/skipfiles/skipfile_juno-r2_git105
l---------automated/linux/ltp/skipfiles/skipfile_x15_4.141
l---------automated/linux/ltp/skipfiles/skipfile_x15_4.41
l---------automated/linux/ltp/skipfiles/skipfile_x15_4.91
l---------automated/linux/ltp/skipfiles/skipfile_x15_git1
l---------automated/linux/ltp/skipfiles/skipfile_x86_4.141
l---------automated/linux/ltp/skipfiles/skipfile_x86_4.41
l---------automated/linux/ltp/skipfiles/skipfile_x86_4.91
l---------automated/linux/ltp/skipfiles/skipfile_x86_git1
24 files changed, 844 insertions, 0 deletions
diff --git a/automated/linux/ltp/skipfiles/skipfile-lkft-hikey b/automated/linux/ltp/skipfiles/skipfile-lkft-hikey
new file mode 100644
index 0000000..5983099
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile-lkft-hikey
@@ -0,0 +1,134 @@
+# 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
+
+# chdir01 is failed due to the way LAVA mounted /tmp file system
+chdir01A
+
+# Fork test case overheats Hikey board and goes auto reboots.
+# fork13 is also a peformance test case so skip it.
+fork13
+
+# LKFT: 4.4: Hikey: LTP : fcntl35.c:98: FAIL: an unprivileged user init the capacity of a pipe to 65536 unexpectedly, expected 4096
+# https://bugs.linaro.org/show_bug.cgi?id=3378
+fcntl35
+fcntl35_64
+
+# 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
+msgctl11
+
+# Skip pselect01 till next LTP release Sept-2017
+# LKFT: LTP: pselect01_64: slept for too long
+# https://bugs.linaro.org/show_bug.cgi?id=3089
+pselect01
+pselect01_64
+
+# mainline kernel tests baselining
+# https://projects.linaro.org/projects/CTT/queues/issue/CTT-585
+quotactl01
+
+sysfs01
+sysfs02
+sysfs03
+sysfs04
+sysfs05
+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
+syslog02
+syslog03
+syslog04
+syslog05
+syslog06
+syslog07
+syslog08
+syslog09
+syslog10
+# The syslog tests are not valuable for us
+
+ustat01
+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
+# 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
+cron_deny01
+cron_allow01
+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 test cases comes under admin_tools
+# setfacl: /tmp/ltp-UH9jbROZVN/tacl/mount-ext3/test_file_link: Operation not supported
+
+# fanotify07 was added to syscalls in 20170929 and fails approximately 50% of
+# the time. See
+# https://bugs.linaro.org/show_bug.cgi?id=3303 for details.
+fanotify07
+
+# fs:isofs Do not try to build iso's on embedded boards.
+isofs
+# ltp-fs-tests/quota_remount_test01
+# https://bugs.linaro.org/show_bug.cgi?id=3354
+quota_remount_test01
+
+# 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
+# https://bugs.linaro.org/show_bug.cgi?id=3327
+# containers
+netns_sysfs
+netns_comm_ns_exec_ipv6_netlink
+netns_comm_ns_exec_ipv6_ioctl
+netns_comm_ip_ipv6_ioctl
+netns_comm_ip_ipv6_netlink
+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_ns_exec_ipv4_ioctl
+netns_comm_ns_exec_ipv4_netlink
+
+# tests that fail because time syncing services are not turned off
+# https://bugs.linaro.org/show_bug.cgi?id=3335
+leapsec_timer
+
+# Test ends with SIGKILL on x15 (intermittent failure
+# https://bugs.linaro.org/show_bug.cgi?id=3401
+getrandom02
+
+# LKFT: linux-mainline: Hikey and x15: LTP ioctl03: TFAIL: ioctl03.c:114: (UNKNOWN 0x30)
+# https://bugs.linaro.org/show_bug.cgi?id=3470
+ioctl03
+
+# LKFT: 4.9-rc: x86: LTP: perf_event_open02.c:333: test failed (ratio was greater than ) - intermittent failure
+# https://bugs.linaro.org/show_bug.cgi?id=3382
+perf_event_open02
diff --git a/automated/linux/ltp/skipfiles/skipfile-lkft-juno b/automated/linux/ltp/skipfiles/skipfile-lkft-juno
new file mode 120000
index 0000000..b2c1a2a
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile-lkft-juno
@@ -0,0 +1 @@
+skipfile-lsk-juno \ No newline at end of file
diff --git a/automated/linux/ltp/skipfiles/skipfile-lkft-minimal b/automated/linux/ltp/skipfiles/skipfile-lkft-minimal
new file mode 100644
index 0000000..09f33e2
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile-lkft-minimal
@@ -0,0 +1,5 @@
+fork13
+msgctl10
+msgctl11
+overcommit_memory02
+fanotify07
diff --git a/automated/linux/ltp/skipfiles/skipfile-lkft-nfs-minimal b/automated/linux/ltp/skipfiles/skipfile-lkft-nfs-minimal
new file mode 100644
index 0000000..a2328d2
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile-lkft-nfs-minimal
@@ -0,0 +1,10 @@
+fork13
+msgctl10
+msgctl11
+overcommit_memory02
+fanotify07
+
+pth_str01 pth_str01
+pth_str02 pth_str02
+pth_str03 pth_str03
+time-schedule01
diff --git a/automated/linux/ltp/skipfiles/skipfile-lkft-x15 b/automated/linux/ltp/skipfiles/skipfile-lkft-x15
new file mode 100644
index 0000000..73a4088
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile-lkft-x15
@@ -0,0 +1,136 @@
+# 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
+
+# chdir01 is failed due to the way LAVA mounted /tmp file system
+chdir01A
+
+# Fork test case overheats Hikey board and goes auto reboots.
+# fork13 is also a peformance test case so skip it.
+fork13
+
+# 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
+msgctl11
+
+# mainline kernel tests baselining
+# https://projects.linaro.org/projects/CTT/queues/issue/CTT-585
+quotactl01
+
+# Skip pselect01 till next LTP release Sept-2017
+# LKFT: LTP: pselect01_64: slept for too long
+# https://bugs.linaro.org/show_bug.cgi?id=3089
+pselect01
+pselect01_64
+
+# 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
+sysfs01
+sysfs02
+sysfs03
+sysfs04
+sysfs05
+sysfs06
+
+# The syslog tests are not valuable for us
+syslog01
+syslog02
+syslog03
+syslog04
+syslog05
+syslog06
+syslog07
+syslog08
+syslog09
+syslog10
+
+# 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
+ustat01
+ustat02
+
+# 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
+overcommit_memory02
+
+# crontab: command not found
+# External package cron not installed on rootfs.
+# This test case comes under admin_tools, which is not critical for us
+cron02
+cron_deny01
+cron_allow01
+cron_dirs_checks01
+
+# acl test cases comes under admin_tools
+# setfacl: /tmp/ltp-UH9jbROZVN/tacl/mount-ext3/test_file_link: Operation not supported
+acl_test01
+
+# fanotify07 was added to syscalls in 20170929 and fails approximately 50% of
+# the time. See
+# https://bugs.linaro.org/show_bug.cgi?id=3303 for details.
+fanotify07 fanotify07
+
+# fs:isofs Do not try to build iso's on embedded boards.
+isofs
+
+# fs:gf18: Runs out of disk space when run on emmc. Re-enable once CTT-552 is
+# resolved and LTP is run on an SSD.
+gf18
+
+# mainline kernel tests baselining
+# https://projects.linaro.org/projects/CTT/queues/issue/CTT-585
+# containers
+netns_sysfs
+netns_comm_ns_exec_ipv6_netlink
+netns_comm_ns_exec_ipv6_ioctl
+netns_comm_ip_ipv6_ioctl
+netns_comm_ip_ipv6_netlink
+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_ns_exec_ipv4_ioctl
+netns_comm_ns_exec_ipv4_netlink
+
+# LKFT: 4.4: Hikey: LTP : fcntl35.c:98: FAIL: an unprivileged user init the capacity of a pipe to 65536 unexpectedly, expected 4096
+# https://bugs.linaro.org/show_bug.cgi?id=3378
+fcntl35
+fcntl35_64
+# Test is inconsistent on x15
+# https://bugs.linaro.org/show_bug.cgi?id=3339
+fcntl36
+
+# Test is inconsistent on x15
+# https://bugs.linaro.org/show_bug.cgi?id=3335
+leapsec_timer
+
+# Test ends with SIGKILL on x15 (intermittent failure
+# https://bugs.linaro.org/show_bug.cgi?id=3401
+getrandom02
+
+# LKFT: linux-mainline: Hikey and x15: LTP ioctl03: TFAIL: ioctl03.c:114: (UNKNOWN 0x30)
+# https://bugs.linaro.org/show_bug.cgi?id=3470
+ioctl03
+
+# LKFT: 4.9-rc: x86: LTP: perf_event_open02.c:333: test failed (ratio was greater than ) - intermittent failure
+# https://bugs.linaro.org/show_bug.cgi?id=3382
+perf_event_open02
diff --git a/automated/linux/ltp/skipfiles/skipfile-lkft-x86 b/automated/linux/ltp/skipfiles/skipfile-lkft-x86
new file mode 100644
index 0000000..d16d98d
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile-lkft-x86
@@ -0,0 +1,62 @@
+# pth_str02 hangs when using NFS filesystem.
+# LKFT: linux-mainline: x86 : ltp sched tests hang due to NFS not responding
+# https://bugs.linaro.org/show_bug.cgi?id=3338
+pth_str01
+pth_str02
+pth_str03
+time-schedule01
+
+# syscalls
+# mainline kernel tests baselining
+# https://projects.linaro.org/projects/CTT/queues/issue/CTT-585
+# LKFT: 4.4: Hikey: LTP : fcntl35.c:98: FAIL: an unprivileged user init the capacity of a pipe to 65536 unexpectedly, expected 4096
+# https://bugs.linaro.org/show_bug.cgi?id=3378
+fcntl35
+fcntl35_64
+linkat01
+open12
+openat02
+
+# LKFT: 4.4: LTP readahead02 fails on x86
+# https://bugs.linaro.org/show_bug.cgi?id=3457
+readahead02
+renameat201
+renameat202
+sendfile09
+sendfile09_64
+
+utime01
+utime02
+utime06
+utimes01
+
+# containers
+netns_sysfs
+netns_comm_ns_exec_ipv6_netlink
+netns_comm_ns_exec_ipv6_ioctl
+netns_comm_ip_ipv6_ioctl
+netns_comm_ip_ipv6_netlink
+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_ns_exec_ipv4_ioctl
+netns_comm_ns_exec_ipv4_netlink
+
+# tests that fail because time syncing services are not turned off
+# https://bugs.linaro.org/show_bug.cgi?id=3335
+leapsec_timer
+
+# Test ends with SIGKILL on x15 (intermittent failure
+# https://bugs.linaro.org/show_bug.cgi?id=3401
+getrandom02
+
+# LKFT: linux-mainline: Hikey and x15: LTP ioctl03: TFAIL: ioctl03.c:114: (UNKNOWN 0x30)
+# https://bugs.linaro.org/show_bug.cgi?id=3470
+ioctl03
diff --git a/automated/linux/ltp/skipfiles/skipfile-lsk-juno b/automated/linux/ltp/skipfiles/skipfile-lsk-juno
new file mode 100644
index 0000000..3caa43a
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile-lsk-juno
@@ -0,0 +1,108 @@
+# Blacklist or skip tests list
+
+chdir01A
+fork13
+msgctl10
+msgctl11
+
+# mainline kernel tests baselining
+# https://projects.linaro.org/projects/CTT/queues/issue/CTT-585
+quotactl01
+# chdir01 is failed due to the way LAVA mounted /tmp file system
+
+# 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
+sysfs01
+sysfs02
+sysfs03
+sysfs04
+sysfs05
+sysfs06
+
+# The syslog tests are not valuable for us
+syslog01
+syslog02
+syslog03
+syslog04
+syslog05
+syslog06
+syslog07
+syslog08
+syslog09
+syslog10
+
+# 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
+ustat01
+ustat02
+
+# 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
+overcommit_memory02
+
+# crontab: command not found
+# External package cron not installed on rootfs.
+# This test case comes under admin_tools, which is not critical for us
+cron02
+cron_deny01
+cron_allow01
+cron_dirs_checks01
+
+# acl test cases comes under admin_tools
+# setfacl: /tmp/ltp-UH9jbROZVN/tacl/mount-ext3/test_file_link: Operation not supported
+acl_test01
+
+# fanotify07 was added to syscalls in 20170929 and fails approximately 50% of
+# the time. See
+# https://bugs.linaro.org/show_bug.cgi?id=3303 for details.
+fanotify07
+
+# fs:isofs Do not try to build iso's on embedded boards.
+isofs
+# ltp-fs-tests/quota_remount_test01
+# https://bugs.linaro.org/show_bug.cgi?id=3354
+quota_remount_test01
+
+# 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
+# https://bugs.linaro.org/show_bug.cgi?id=3327
+# containers
+netns_sysfs
+netns_comm_ns_exec_ipv6_netlink
+netns_comm_ns_exec_ipv6_ioctl
+netns_comm_ip_ipv6_ioctl
+netns_comm_ip_ipv6_netlink
+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_ns_exec_ipv4_ioctl
+netns_comm_ns_exec_ipv4_netlink
+
+# tests that fail because time syncing services are not turned off
+# https://bugs.linaro.org/show_bug.cgi?id=3335
+leapsec_timer
+
+# Test ends with SIGKILL on x15 (intermittent failure
+# https://bugs.linaro.org/show_bug.cgi?id=3401
+getrandom02
+
+# LKFT: linux-mainline: Hikey and x15: LTP ioctl03: TFAIL: ioctl03.c:114: (UNKNOWN 0x30)
+# https://bugs.linaro.org/show_bug.cgi?id=3470
+ioctl03
diff --git a/automated/linux/ltp/skipfiles/skipfile-rpk b/automated/linux/ltp/skipfiles/skipfile-rpk
new file mode 100644
index 0000000..ba14e17
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile-rpk
@@ -0,0 +1,34 @@
+# oom01 tries to kill bash and python which are needed by our test script.
+# Prevent oom01 from doing the above causes 'Kernel panic - not syncing: Out of memory and no killable processes...'
+# The issue needs to be fixed from ltp. Refer to https://projects.linaro.org/browse/QA-1662
+oom01 oom01
+
+# By default, Debian installer will set the size of swap partition to the size
+# of memory capacity. min_free_kbytes needs to occupy both memory and swap
+# space. When memory size is large, this test takes hours to finish.
+# For example, on D05 that 128G memory installed, this test takes 191 minutes.
+# It can be finished, but just too long. It is possbile to customize
+# partitioning steps to reduce swap partition size for this single test, but
+# that is probably not wanted.
+min_free_kbytes min_free_kbytes
+
+# keyctl03 fails under automation but passes when run manually..
+# https://bugs.linaro.org/show_bug.cgi?id=3451
+keyctl03 keyctl03
+
+# Known timing issue in test
+# https://bugs.linaro.org/show_bug.cgi?id=3420
+netns_breakns_ns_exec_ipv6_netlink netns_breakns.sh ns_exec ipv6 netlink
+netns_breakns_ns_exec_ipv6_ioctl netns_breakns.sh ns_exec ipv6 ioctl
+netns_breakns_ip_ipv6_netlink netns_breakns.sh ip ipv6 netlink
+netns_breakns_ip_ipv6_ioctl netns_breakns.sh ip ipv6 ioctl
+netns_comm_ns_exec_ipv6_netlink netns_comm.sh ns_exec ipv6 netlink
+netns_comm_ns_exec_ipv6_ioctl netns_comm.sh ns_exec ipv6 ioctl
+netns_comm_ip_ipv6_netlink netns_comm.sh ip ipv6 netlink
+netns_comm_ip_ipv6_ioctl netns_comm.sh ip ipv6 ioctl
+
+# msgctl10 fails on qdf 2400. Not only does it fail, it also does not seem to
+# finish cleanly and cause other tests to fail inconsistently, and all of LTP
+# to exit early (as observed by the number of test results)
+# https://bugs.linaro.org/show_bug.cgi?id=3487
+msgctl10
diff --git a/automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_4.14 b/automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_4.14
new file mode 100644
index 0000000..d7b47e7
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_4.14
@@ -0,0 +1,131 @@
+# 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
+
+# chdir01 is failed due to the way LAVA mounted /tmp file system
+chdir01A
+
+# Fork test case overheats Hikey board and goes auto reboots.
+# fork13 is also a peformance test case so skip it.
+fork13
+
+# LKFT: 4.4: Hikey: LTP : fcntl35.c:98: FAIL: an unprivileged user init the capacity of a pipe to 65536 unexpectedly, expected 4096
+# https://bugs.linaro.org/show_bug.cgi?id=3378
+fcntl35
+fcntl35_64
+
+# 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
+msgctl11
+
+# Skip pselect01 till next LTP release Sept-2017
+# LKFT: LTP: pselect01_64: slept for too long
+# https://bugs.linaro.org/show_bug.cgi?id=3089
+pselect01
+pselect01_64
+
+# mainline kernel tests baselining
+# https://projects.linaro.org/projects/CTT/queues/issue/CTT-585
+quotactl01
+
+sysfs01
+sysfs02
+sysfs03
+sysfs04
+sysfs05
+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
+syslog02
+syslog03
+syslog04
+syslog05
+syslog06
+syslog07
+syslog08
+syslog09
+syslog10
+# The syslog tests are not valuable for us
+
+ustat01
+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
+# 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
+cron_deny01
+cron_allow01
+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 test cases comes under admin_tools
+# setfacl: /tmp/ltp-UH9jbROZVN/tacl/mount-ext3/test_file_link: Operation not supported
+
+# fanotify07 was added to syscalls in 20170929 and fails approximately 50% of
+# the time. See
+# https://bugs.linaro.org/show_bug.cgi?id=3303 for details.
+fanotify07
+
+# fs:isofs Do not try to build iso's on embedded boards.
+isofs
+# ltp-fs-tests/quota_remount_test01
+# https://bugs.linaro.org/show_bug.cgi?id=3354
+quota_remount_test01
+
+# sched
+# pth_str02 hangs when using NFS filesystem.
+# LKFT: linux-mainline: juno: x86: ltp sched tests hang due to NFS not responding
+# https://bugs.linaro.org/show_bug.cgi?id=3338
+pth_str01
+pth_str02
+pth_str03
+time-schedule01
+
+# 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
+# https://bugs.linaro.org/show_bug.cgi?id=3327
+# containers
+netns_sysfs
+netns_comm_ns_exec_ipv6_netlink
+netns_comm_ns_exec_ipv6_ioctl
+netns_comm_ip_ipv6_ioctl
+netns_comm_ip_ipv6_netlink
+
+# tests that fail because time syncing services are not turned off
+# https://bugs.linaro.org/show_bug.cgi?id=3335
+leapsec_timer
+
+# Test ends with SIGKILL on x15 (intermittent failure
+# https://bugs.linaro.org/show_bug.cgi?id=3401
+getrandom02
+
+# LKFT: linux-mainline: Hikey and x15: LTP ioctl03: TFAIL: ioctl03.c:114: (UNKNOWN 0x30)
+# https://bugs.linaro.org/show_bug.cgi?id=3470
+ioctl03
+
+# LKFT: 4.9-rc: x86: LTP: perf_event_open02.c:333: test failed (ratio was greater than ) - intermittent failure
+# https://bugs.linaro.org/show_bug.cgi?id=3382
+perf_event_open02
diff --git a/automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_4.4 b/automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_4.4
new file mode 120000
index 0000000..9072160
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_4.4
@@ -0,0 +1 @@
+skipfile-lkft-hikey \ No newline at end of file
diff --git a/automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_4.9 b/automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_4.9
new file mode 120000
index 0000000..9072160
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_4.9
@@ -0,0 +1 @@
+skipfile-lkft-hikey \ No newline at end of file
diff --git a/automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_git b/automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_git
new file mode 120000
index 0000000..71f78a2
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_hi6220-hikey_git
@@ -0,0 +1 @@
+skipfile_hi6220-hikey_4.14 \ No newline at end of file
diff --git a/automated/linux/ltp/skipfiles/skipfile_juno-r2_4.14 b/automated/linux/ltp/skipfiles/skipfile_juno-r2_4.14
new file mode 100644
index 0000000..c359b85
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_juno-r2_4.14
@@ -0,0 +1,105 @@
+# Blacklist or skip tests list
+
+chdir01A
+fork13
+msgctl10
+msgctl11
+
+# mainline kernel tests baselining
+# https://projects.linaro.org/projects/CTT/queues/issue/CTT-585
+quotactl01
+# chdir01 is failed due to the way LAVA mounted /tmp file system
+
+# 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
+sysfs01
+sysfs02
+sysfs03
+sysfs04
+sysfs05
+sysfs06
+
+# The syslog tests are not valuable for us
+syslog01
+syslog02
+syslog03
+syslog04
+syslog05
+syslog06
+syslog07
+syslog08
+syslog09
+syslog10
+
+# 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
+ustat01
+ustat02
+
+# 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
+overcommit_memory02
+
+# crontab: command not found
+# External package cron not installed on rootfs.
+# This test case comes under admin_tools, which is not critical for us
+cron02
+cron_deny01
+cron_allow01
+cron_dirs_checks01
+
+# acl test cases comes under admin_tools
+# setfacl: /tmp/ltp-UH9jbROZVN/tacl/mount-ext3/test_file_link: Operation not supported
+acl_test01
+
+# fanotify07 was added to syscalls in 20170929 and fails approximately 50% of
+# the time. See
+# https://bugs.linaro.org/show_bug.cgi?id=3303 for details.
+fanotify07
+
+# fs:isofs Do not try to build iso's on embedded boards.
+isofs
+# ltp-fs-tests/quota_remount_test01
+# https://bugs.linaro.org/show_bug.cgi?id=3354
+quota_remount_test01
+
+# sched
+# pth_str02 hangs when using NFS filesystem.
+# LKFT: linux-mainline: juno: x86: ltp sched tests hang due to NFS not responding
+# https://bugs.linaro.org/show_bug.cgi?id=3338
+pth_str01
+pth_str02
+pth_str03
+time-schedule01
+
+# 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
+# https://bugs.linaro.org/show_bug.cgi?id=3327
+# containers
+netns_sysfs
+netns_comm_ns_exec_ipv6_netlink
+netns_comm_ns_exec_ipv6_ioctl
+netns_comm_ip_ipv6_ioctl
+netns_comm_ip_ipv6_netlink
+
+# tests that fail because time syncing services are not turned off
+# https://bugs.linaro.org/show_bug.cgi?id=3335
+leapsec_timer
+
+# Test ends with SIGKILL on x15 (intermittent failure
+# https://bugs.linaro.org/show_bug.cgi?id=3401
+getrandom02
+
+# LKFT: linux-mainline: Hikey and x15: LTP ioctl03: TFAIL: ioctl03.c:114: (UNKNOWN 0x30)
+# https://bugs.linaro.org/show_bug.cgi?id=3470
+ioctl03
diff --git a/automated/linux/ltp/skipfiles/skipfile_juno-r2_4.4 b/automated/linux/ltp/skipfiles/skipfile_juno-r2_4.4
new file mode 120000
index 0000000..b2c1a2a
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_juno-r2_4.4
@@ -0,0 +1 @@
+skipfile-lsk-juno \ No newline at end of file
diff --git a/automated/linux/ltp/skipfiles/skipfile_juno-r2_4.9 b/automated/linux/ltp/skipfiles/skipfile_juno-r2_4.9
new file mode 120000
index 0000000..b2c1a2a
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_juno-r2_4.9
@@ -0,0 +1 @@
+skipfile-lsk-juno \ No newline at end of file
diff --git a/automated/linux/ltp/skipfiles/skipfile_juno-r2_git b/automated/linux/ltp/skipfiles/skipfile_juno-r2_git
new file mode 100644
index 0000000..c359b85
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_juno-r2_git
@@ -0,0 +1,105 @@
+# Blacklist or skip tests list
+
+chdir01A
+fork13
+msgctl10
+msgctl11
+
+# mainline kernel tests baselining
+# https://projects.linaro.org/projects/CTT/queues/issue/CTT-585
+quotactl01
+# chdir01 is failed due to the way LAVA mounted /tmp file system
+
+# 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
+sysfs01
+sysfs02
+sysfs03
+sysfs04
+sysfs05
+sysfs06
+
+# The syslog tests are not valuable for us
+syslog01
+syslog02
+syslog03
+syslog04
+syslog05
+syslog06
+syslog07
+syslog08
+syslog09
+syslog10
+
+# 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
+ustat01
+ustat02
+
+# 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
+overcommit_memory02
+
+# crontab: command not found
+# External package cron not installed on rootfs.
+# This test case comes under admin_tools, which is not critical for us
+cron02
+cron_deny01
+cron_allow01
+cron_dirs_checks01
+
+# acl test cases comes under admin_tools
+# setfacl: /tmp/ltp-UH9jbROZVN/tacl/mount-ext3/test_file_link: Operation not supported
+acl_test01
+
+# fanotify07 was added to syscalls in 20170929 and fails approximately 50% of
+# the time. See
+# https://bugs.linaro.org/show_bug.cgi?id=3303 for details.
+fanotify07
+
+# fs:isofs Do not try to build iso's on embedded boards.
+isofs
+# ltp-fs-tests/quota_remount_test01
+# https://bugs.linaro.org/show_bug.cgi?id=3354
+quota_remount_test01
+
+# sched
+# pth_str02 hangs when using NFS filesystem.
+# LKFT: linux-mainline: juno: x86: ltp sched tests hang due to NFS not responding
+# https://bugs.linaro.org/show_bug.cgi?id=3338
+pth_str01
+pth_str02
+pth_str03
+time-schedule01
+
+# 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
+# https://bugs.linaro.org/show_bug.cgi?id=3327
+# containers
+netns_sysfs
+netns_comm_ns_exec_ipv6_netlink
+netns_comm_ns_exec_ipv6_ioctl
+netns_comm_ip_ipv6_ioctl
+netns_comm_ip_ipv6_netlink
+
+# tests that fail because time syncing services are not turned off
+# https://bugs.linaro.org/show_bug.cgi?id=3335
+leapsec_timer
+
+# Test ends with SIGKILL on x15 (intermittent failure
+# https://bugs.linaro.org/show_bug.cgi?id=3401
+getrandom02
+
+# LKFT: linux-mainline: Hikey and x15: LTP ioctl03: TFAIL: ioctl03.c:114: (UNKNOWN 0x30)
+# https://bugs.linaro.org/show_bug.cgi?id=3470
+ioctl03
diff --git a/automated/linux/ltp/skipfiles/skipfile_x15_4.14 b/automated/linux/ltp/skipfiles/skipfile_x15_4.14
new file mode 120000
index 0000000..1bd1c15
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_x15_4.14
@@ -0,0 +1 @@
+skipfile-lkft-x15 \ No newline at end of file
diff --git a/automated/linux/ltp/skipfiles/skipfile_x15_4.4 b/automated/linux/ltp/skipfiles/skipfile_x15_4.4
new file mode 120000
index 0000000..1bd1c15
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_x15_4.4
@@ -0,0 +1 @@
+skipfile-lkft-x15 \ No newline at end of file
diff --git a/automated/linux/ltp/skipfiles/skipfile_x15_4.9 b/automated/linux/ltp/skipfiles/skipfile_x15_4.9
new file mode 120000
index 0000000..1bd1c15
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_x15_4.9
@@ -0,0 +1 @@
+skipfile-lkft-x15 \ No newline at end of file
diff --git a/automated/linux/ltp/skipfiles/skipfile_x15_git b/automated/linux/ltp/skipfiles/skipfile_x15_git
new file mode 120000
index 0000000..1bd1c15
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_x15_git
@@ -0,0 +1 @@
+skipfile-lkft-x15 \ No newline at end of file
diff --git a/automated/linux/ltp/skipfiles/skipfile_x86_4.14 b/automated/linux/ltp/skipfiles/skipfile_x86_4.14
new file mode 120000
index 0000000..b89e50f
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_x86_4.14
@@ -0,0 +1 @@
+skipfile-lkft-x86 \ No newline at end of file
diff --git a/automated/linux/ltp/skipfiles/skipfile_x86_4.4 b/automated/linux/ltp/skipfiles/skipfile_x86_4.4
new file mode 120000
index 0000000..b89e50f
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_x86_4.4
@@ -0,0 +1 @@
+skipfile-lkft-x86 \ No newline at end of file
diff --git a/automated/linux/ltp/skipfiles/skipfile_x86_4.9 b/automated/linux/ltp/skipfiles/skipfile_x86_4.9
new file mode 120000
index 0000000..b89e50f
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_x86_4.9
@@ -0,0 +1 @@
+skipfile-lkft-x86 \ No newline at end of file
diff --git a/automated/linux/ltp/skipfiles/skipfile_x86_git b/automated/linux/ltp/skipfiles/skipfile_x86_git
new file mode 120000
index 0000000..b89e50f
--- /dev/null
+++ b/automated/linux/ltp/skipfiles/skipfile_x86_git
@@ -0,0 +1 @@
+skipfile-lkft-x86 \ No newline at end of file