summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-14 07:15:26 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-14 07:15:26 +0000
commitebbc10130eecfdd12af6610215e71bbf62d68f8a (patch)
treec278c984f1ce1d1aa1fbce9747de226a70fde15c
parent4eeea82562d034547772b5b235659223824e76af (diff)
parent737fd270f5b85f14e3ed28392fdc068d664b1501 (diff)
downloadkernel-ebbc10130eecfdd12af6610215e71bbf62d68f8a.tar.gz
release-request-951b3a8b-6c0c-4d2e-8af4-1c3f7e209f66-for-git_oc-release-4006899 snap-temp-L39600000063784275
Change-Id: I36b8ba504e193e3e0203eef3bd1cad89d2abda44
-rw-r--r--config/data/android-3.18/android-base.cfg1
-rw-r--r--config/data/android-4.4/android-base.cfg1
-rw-r--r--config/data/android-4.9/android-base.cfg1
-rw-r--r--ltp/ltp_configs.py341
4 files changed, 340 insertions, 4 deletions
diff --git a/config/data/android-3.18/android-base.cfg b/config/data/android-3.18/android-base.cfg
index 55135eca..0b586234 100644
--- a/config/data/android-3.18/android-base.cfg
+++ b/config/data/android-3.18/android-base.cfg
@@ -3,7 +3,6 @@
# CONFIG_DEVMEM is not set
# CONFIG_FHANDLE is not set
# CONFIG_INET_LRO is not set
-# CONFIG_MODULES is not set
# CONFIG_OABI_COMPAT is not set
# CONFIG_SYSVIPC is not set
# CONFIG_USELIB is not set
diff --git a/config/data/android-4.4/android-base.cfg b/config/data/android-4.4/android-base.cfg
index 23686fc1..b7b997fd 100644
--- a/config/data/android-4.4/android-base.cfg
+++ b/config/data/android-4.4/android-base.cfg
@@ -3,7 +3,6 @@
# CONFIG_DEVMEM is not set
# CONFIG_FHANDLE is not set
# CONFIG_INET_LRO is not set
-# CONFIG_MODULES is not set
# CONFIG_OABI_COMPAT is not set
# CONFIG_SYSVIPC is not set
# CONFIG_USELIB is not set
diff --git a/config/data/android-4.9/android-base.cfg b/config/data/android-4.9/android-base.cfg
index 23686fc1..b7b997fd 100644
--- a/config/data/android-4.9/android-base.cfg
+++ b/config/data/android-4.9/android-base.cfg
@@ -3,7 +3,6 @@
# CONFIG_DEVMEM is not set
# CONFIG_FHANDLE is not set
# CONFIG_INET_LRO is not set
-# CONFIG_MODULES is not set
# CONFIG_OABI_COMPAT is not set
# CONFIG_SYSVIPC is not set
# CONFIG_USELIB is not set
diff --git a/ltp/ltp_configs.py b/ltp/ltp_configs.py
index 29568c72..a13ff310 100644
--- a/ltp/ltp_configs.py
+++ b/ltp/ltp_configs.py
@@ -155,10 +155,11 @@ TEST_SUITES_REQUIRE_SINGLE_THREAD_MODE = [
# or testsuite.testname_**bit, or just testname. Using just testname
# is not recommended
STAGING_TESTS = [
+ # b/37861231
+ 'modules.delete_module02',
# Flaky on pixel
# b/32417988
'syscalls.waitpid02_64bit',
-
# Tests currently only failing on pixels,
# these will be inspected soon
'syscalls.open14',
@@ -175,6 +176,344 @@ STAGING_TESTS = [
'containers.userns03_64bit',
'securebits.check_keepcaps01_64bit',
'containers.userns02_64bit',
+
+ # Skipped tests on pixels are put in staging
+ 'admin_tools.acl_test01_32bit',
+ 'admin_tools.acl_test01_64bit',
+ 'admin_tools.at_allow01_32bit',
+ 'admin_tools.at_allow01_64bit',
+ 'admin_tools.at_deny01_32bit',
+ 'admin_tools.at_deny01_64bit',
+ 'can.can_filter_32bit',
+ 'can.can_filter_64bit',
+ 'can.can_rcv_own_msgs_32bit',
+ 'can.can_rcv_own_msgs_64bit',
+ 'commands.df01_exfat_32bit',
+ 'commands.df01_exfat_64bit',
+ 'commands.df01_ext2_32bit',
+ 'commands.df01_ext2_64bit',
+ 'commands.df01_ext3_32bit',
+ 'commands.df01_ext3_64bit',
+ 'commands.df01_ext4_32bit',
+ 'commands.df01_ext4_64bit',
+ 'commands.df01_ntfs_32bit',
+ 'commands.df01_ntfs_64bit',
+ 'commands.df01_vfat_32bit',
+ 'commands.df01_vfat_64bit',
+ 'commands.df01_xfs_32bit',
+ 'commands.df01_xfs_64bit',
+ 'commands.insmod01_32bit',
+ 'commands.insmod01_64bit',
+ 'commands.mkfs01_btrfs_32bit',
+ 'commands.mkfs01_btrfs_64bit',
+ 'commands.mkfs01_ext2_32bit',
+ 'commands.mkfs01_ext2_64bit',
+ 'commands.mkfs01_ext3_32bit',
+ 'commands.mkfs01_ext3_64bit',
+ 'commands.mkfs01_ext4_32bit',
+ 'commands.mkfs01_ext4_64bit',
+ 'commands.mkfs01_minix_32bit',
+ 'commands.mkfs01_minix_64bit',
+ 'commands.mkfs01_msdos_32bit',
+ 'commands.mkfs01_msdos_64bit',
+ 'commands.mkfs01_ntfs_32bit',
+ 'commands.mkfs01_ntfs_64bit',
+ 'commands.mkfs01_vfat_32bit',
+ 'commands.mkfs01_vfat_64bit',
+ 'commands.mkfs01_xfs_32bit',
+ 'commands.mkfs01_xfs_64bit',
+ 'commands.mkswap01_32bit',
+ 'commands.mkswap01_64bit',
+ 'connectors.Connectors_32bit',
+ 'connectors.Connectors_64bit',
+ 'containers.pidns01_32bit',
+ 'containers.pidns01_64bit',
+ 'containers.pidns02_32bit',
+ 'containers.pidns02_64bit',
+ 'containers.pidns03_32bit',
+ 'containers.pidns03_64bit',
+ 'containers.pidns04_32bit',
+ 'containers.pidns04_64bit',
+ 'containers.pidns05_32bit',
+ 'containers.pidns05_64bit',
+ 'containers.pidns06_32bit',
+ 'containers.pidns06_64bit',
+ 'containers.pidns13_32bit',
+ 'containers.pidns13_64bit',
+ 'containers.pidns16_32bit',
+ 'containers.pidns16_64bit',
+ 'containers.pidns32_32bit',
+ 'containers.pidns32_64bit',
+ 'containers.userns01_32bit',
+ 'containers.userns02_32bit',
+ 'containers.userns03_32bit',
+ 'containers.userns04_32bit',
+ 'containers.userns04_64bit',
+ 'containers.userns05_32bit',
+ 'containers.userns06_32bit',
+ 'containers.userns07_32bit',
+ 'containers.utstest_clone_1_32bit',
+ 'containers.utstest_clone_1_64bit',
+ 'containers.utstest_clone_2_32bit',
+ 'containers.utstest_clone_2_64bit',
+ 'containers.utstest_clone_3_32bit',
+ 'containers.utstest_clone_3_64bit',
+ 'containers.utstest_clone_4_32bit',
+ 'containers.utstest_clone_4_64bit',
+ 'containers.utstest_clone_5_32bit',
+ 'containers.utstest_clone_5_64bit',
+ 'containers.utstest_unshare_1_32bit',
+ 'containers.utstest_unshare_1_64bit',
+ 'containers.utstest_unshare_2_32bit',
+ 'containers.utstest_unshare_2_64bit',
+ 'containers.utstest_unshare_3_32bit',
+ 'containers.utstest_unshare_3_64bit',
+ 'containers.utstest_unshare_4_32bit',
+ 'containers.utstest_unshare_4_64bit',
+ 'containers.utstest_unshare_5_32bit',
+ 'containers.utstest_unshare_5_64bit',
+ 'cpuhotplug.cpuhotplug05_32bit',
+ 'cpuhotplug.cpuhotplug05_64bit',
+ 'cpuhotplug.cpuhotplug07_32bit',
+ 'cpuhotplug.cpuhotplug07_64bit',
+ 'fs_ext4.ext4-nsec-timestamps_32bit',
+ 'fs_ext4.ext4-nsec-timestamps_64bit',
+ 'fs_ext4.ext4-subdir-limit_32bit',
+ 'fs_ext4.ext4-subdir-limit_64bit',
+ 'hugetlb.hugemmap01_32bit',
+ 'hugetlb.hugemmap01_64bit',
+ 'hugetlb.hugemmap02_32bit',
+ 'hugetlb.hugemmap02_64bit',
+ 'hugetlb.hugemmap04_32bit',
+ 'hugetlb.hugemmap04_64bit',
+ 'hugetlb.hugemmap06_32bit',
+ 'hugetlb.hugemmap06_64bit',
+ 'hyperthreading.ht_interrupt_32bit',
+ 'hyperthreading.ht_interrupt_64bit',
+ 'kernel_misc.block_dev_32bit',
+ 'kernel_misc.block_dev_64bit',
+ 'kernel_misc.cpufreq_boost_32bit',
+ 'kernel_misc.cpufreq_boost_64bit',
+ 'kernel_misc.fw_load_32bit',
+ 'kernel_misc.fw_load_64bit',
+ 'kernel_misc.lock_torture_32bit',
+ 'kernel_misc.lock_torture_64bit',
+ 'kernel_misc.ltp_acpi_32bit',
+ 'kernel_misc.ltp_acpi_64bit',
+ 'kernel_misc.rcu_torture_32bit',
+ 'kernel_misc.rcu_torture_64bit',
+ 'kernel_misc.rtc01_32bit',
+ 'kernel_misc.rtc01_64bit',
+ 'kernel_misc.tbio_32bit',
+ 'kernel_misc.tbio_64bit',
+ 'kernel_misc.tpci_32bit',
+ 'kernel_misc.tpci_64bit',
+ 'kernel_misc.uaccess_32bit',
+ 'kernel_misc.uaccess_64bit',
+ 'kernel_misc.zram01_32bit',
+ 'kernel_misc.zram01_64bit',
+ 'kernel_misc.zram02_32bit',
+ 'kernel_misc.zram02_64bit',
+ 'mm.ksm01_1_32bit',
+ 'mm.ksm01_1_64bit',
+ 'mm.ksm01_32bit',
+ 'mm.ksm01_64bit',
+ 'mm.ksm02_1_32bit',
+ 'mm.ksm02_1_64bit',
+ 'mm.ksm02_32bit',
+ 'mm.ksm02_64bit',
+ 'mm.ksm03_1_32bit',
+ 'mm.ksm03_1_64bit',
+ 'mm.ksm03_32bit',
+ 'mm.ksm03_64bit',
+ 'mm.ksm04_1_32bit',
+ 'mm.ksm04_1_64bit',
+ 'mm.ksm04_32bit',
+ 'mm.ksm04_64bit',
+ 'mm.ksm06_1_32bit',
+ 'mm.ksm06_1_64bit',
+ 'mm.ksm06_2_32bit',
+ 'mm.ksm06_2_64bit',
+ 'mm.ksm06_32bit',
+ 'mm.ksm06_64bit',
+ 'mm.mmap10_2_32bit',
+ 'mm.mmap10_2_64bit',
+ 'mm.mmap10_3_32bit',
+ 'mm.mmap10_3_64bit',
+ 'mm.mmap10_4_32bit',
+ 'mm.mmap10_4_64bit',
+ 'mm.mmapstress08_32bit',
+ 'mm.mmapstress08_64bit',
+ 'mm.oom01_32bit',
+ 'mm.oom02_32bit',
+ 'mm.oom03_32bit',
+ 'mm.oom04_32bit',
+ 'mm.oom05_32bit',
+ 'mm.overcommit_memory01_32bit',
+ 'mm.overcommit_memory02_32bit',
+ 'mm.overcommit_memory03_32bit',
+ 'mm.overcommit_memory04_32bit',
+ 'mm.overcommit_memory05_32bit',
+ 'mm.overcommit_memory06_32bit',
+ 'mm.swapping01_32bit',
+ 'mm.thp02_32bit',
+ 'mm.thp03_32bit',
+ 'mm.vma02_32bit',
+ 'mm.vma02_64bit',
+ 'mm.vma04_32bit',
+ 'mm.vma04_64bit',
+ 'modules.delete_module01_32bit',
+ 'modules.delete_module01_64bit',
+ 'modules.delete_module03_32bit',
+ 'modules.delete_module03_64bit',
+ 'numa.move_pages01_32bit',
+ 'numa.move_pages01_64bit',
+ 'numa.move_pages02_32bit',
+ 'numa.move_pages02_64bit',
+ 'numa.move_pages04_32bit',
+ 'numa.move_pages04_64bit',
+ 'numa.move_pages05_32bit',
+ 'numa.move_pages05_64bit',
+ 'numa.move_pages06_32bit',
+ 'numa.move_pages06_64bit',
+ 'numa.move_pages07_32bit',
+ 'numa.move_pages07_64bit',
+ 'numa.move_pages08_32bit',
+ 'numa.move_pages08_64bit',
+ 'numa.move_pages09_32bit',
+ 'numa.move_pages09_64bit',
+ 'numa.move_pages10_32bit',
+ 'numa.move_pages10_64bit',
+ 'power_management_tests.runpwtests01_32bit',
+ 'power_management_tests.runpwtests01_64bit',
+ 'power_management_tests.runpwtests02_32bit',
+ 'power_management_tests.runpwtests02_64bit',
+ 'power_management_tests.runpwtests03_32bit',
+ 'power_management_tests.runpwtests03_64bit',
+ 'power_management_tests.runpwtests04_32bit',
+ 'power_management_tests.runpwtests04_64bit',
+ 'power_management_tests.runpwtests06_32bit',
+ 'power_management_tests.runpwtests06_64bit',
+ 'syscalls.acct01_32bit',
+ 'syscalls.acct01_64bit',
+ 'syscalls.cacheflush01_32bit',
+ 'syscalls.cacheflush01_64bit',
+ 'syscalls.fanotify01_32bit',
+ 'syscalls.fanotify01_64bit',
+ 'syscalls.fanotify02_32bit',
+ 'syscalls.fanotify02_64bit',
+ 'syscalls.fanotify03_32bit',
+ 'syscalls.fanotify03_64bit',
+ 'syscalls.fanotify04_32bit',
+ 'syscalls.fanotify04_64bit',
+ 'syscalls.fanotify05_32bit',
+ 'syscalls.fanotify05_64bit',
+ 'syscalls.fanotify06_32bit',
+ 'syscalls.fanotify06_64bit',
+ 'syscalls.fcntl06_32bit',
+ 'syscalls.fcntl06_64_32bit',
+ 'syscalls.fcntl06_64_64bit',
+ 'syscalls.fcntl06_64bit',
+ 'syscalls.fork14_32bit',
+ 'syscalls.fork14_64bit',
+ 'syscalls.futex_wake04_32bit',
+ 'syscalls.futex_wake04_64bit',
+ 'syscalls.get_mempolicy01_32bit',
+ 'syscalls.get_mempolicy01_64bit',
+ 'syscalls.getcpu01_32bit',
+ 'syscalls.getcpu01_64bit',
+ 'syscalls.getxattr01_32bit',
+ 'syscalls.getxattr01_64bit',
+ 'syscalls.getxattr02_32bit',
+ 'syscalls.getxattr02_64bit',
+ 'syscalls.getxattr03_32bit',
+ 'syscalls.getxattr03_64bit',
+ 'syscalls.kcmp01_32bit',
+ 'syscalls.kcmp01_64bit',
+ 'syscalls.kcmp02_32bit',
+ 'syscalls.kcmp02_64bit',
+ 'syscalls.keyctl01_32bit',
+ 'syscalls.keyctl01_64bit',
+ 'syscalls.mbind01_32bit',
+ 'syscalls.mbind01_64bit',
+ 'syscalls.migrate_pages01_32bit',
+ 'syscalls.migrate_pages01_64bit',
+ 'syscalls.migrate_pages02_32bit',
+ 'syscalls.migrate_pages02_64bit',
+ 'syscalls.mmap15_32bit',
+ 'syscalls.mmap15_64bit',
+ 'syscalls.move_pages01_32bit',
+ 'syscalls.move_pages01_64bit',
+ 'syscalls.move_pages02_32bit',
+ 'syscalls.move_pages02_64bit',
+ 'syscalls.move_pages04_32bit',
+ 'syscalls.move_pages04_64bit',
+ 'syscalls.move_pages05_32bit',
+ 'syscalls.move_pages05_64bit',
+ 'syscalls.move_pages06_32bit',
+ 'syscalls.move_pages06_64bit',
+ 'syscalls.move_pages07_32bit',
+ 'syscalls.move_pages07_64bit',
+ 'syscalls.move_pages08_32bit',
+ 'syscalls.move_pages08_64bit',
+ 'syscalls.move_pages09_32bit',
+ 'syscalls.move_pages09_64bit',
+ 'syscalls.move_pages10_32bit',
+ 'syscalls.move_pages10_64bit',
+ 'syscalls.munlockall02_32bit',
+ 'syscalls.munlockall02_64bit',
+ 'syscalls.ptrace04_32bit',
+ 'syscalls.ptrace04_64bit',
+ 'syscalls.quotactl02_32bit',
+ 'syscalls.quotactl02_64bit',
+ 'syscalls.readdir21_32bit',
+ 'syscalls.readdir21_64bit',
+ 'syscalls.removexattr01_32bit',
+ 'syscalls.removexattr01_64bit',
+ 'syscalls.removexattr02_32bit',
+ 'syscalls.removexattr02_64bit',
+ 'syscalls.sendfile09_32bit',
+ 'syscalls.sendfile09_64_32bit',
+ 'syscalls.sendfile09_64_64bit',
+ 'syscalls.sendfile09_64bit',
+ 'syscalls.setxattr01_32bit',
+ 'syscalls.setxattr01_64bit',
+ 'syscalls.setxattr02_32bit',
+ 'syscalls.setxattr02_64bit',
+ 'syscalls.setxattr03_32bit',
+ 'syscalls.setxattr03_64bit',
+ 'syscalls.sgetmask01_32bit',
+ 'syscalls.sgetmask01_64bit',
+ 'syscalls.signal06_32bit',
+ 'syscalls.signal06_64bit',
+ 'syscalls.sockioctl01_32bit',
+ 'syscalls.sockioctl01_64bit',
+ 'syscalls.ssetmask01_32bit',
+ 'syscalls.ssetmask01_64bit',
+ 'syscalls.switch01_32bit',
+ 'syscalls.switch01_64bit',
+ 'syscalls.sysctl01_32bit',
+ 'syscalls.sysctl01_64bit',
+ 'syscalls.sysctl03_32bit',
+ 'syscalls.sysctl03_64bit',
+ 'syscalls.sysctl04_32bit',
+ 'syscalls.sysctl04_64bit',
+ 'syscalls.sysctl05_32bit',
+ 'syscalls.sysctl05_64bit',
+ 'syscalls.sysfs01_32bit',
+ 'syscalls.sysfs01_64bit',
+ 'syscalls.sysfs02_32bit',
+ 'syscalls.sysfs02_64bit',
+ 'syscalls.sysfs03_32bit',
+ 'syscalls.sysfs03_64bit',
+ 'syscalls.sysfs04_32bit',
+ 'syscalls.sysfs04_64bit',
+ 'syscalls.sysfs05_32bit',
+ 'syscalls.sysfs05_64bit',
+ 'syscalls.sysfs06_32bit',
+ 'syscalls.sysfs06_64bit',
+ 'tracing.ftrace_regression01_32bit',
+ 'tracing.ftrace_regression01_64bit',
]
# Tests disabled