From 397c68773e88b109f5939c3ce157ffade3f482cf Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Thu, 22 Feb 2018 22:43:37 +0530 Subject: kselftest: skipfiles for qemu_x86_64 and qemu_arm64 List of test case to be skipped on qemu_x86_64 and qemu_arm64 for following kernel versions - mainline/next - 4.15 - 4.14 - 4.9 - 4.4 (not needed for arm64) Change-Id: I4cb52f02e8b3ce849f0f36f54c6233232fd49899 Signed-off-by: Naresh Kamboju --- .../kselftest/skipfiles/skiplist_qemu_arm64_4.14 | 29 ++++++++++++++++++++++ .../kselftest/skipfiles/skiplist_qemu_arm64_4.15 | 29 ++++++++++++++++++++++ .../kselftest/skipfiles/skiplist_qemu_arm64_4.9 | 22 ++++++++++++++++ .../kselftest/skipfiles/skiplist_qemu_arm64_git | 26 +++++++++++++++++++ .../kselftest/skipfiles/skiplist_qemu_x86_64_4.14 | 26 +++++++++++++++++++ .../kselftest/skipfiles/skiplist_qemu_x86_64_4.15 | 26 +++++++++++++++++++ .../kselftest/skipfiles/skiplist_qemu_x86_64_4.4 | 29 ++++++++++++++++++++++ .../kselftest/skipfiles/skiplist_qemu_x86_64_4.9 | 21 ++++++++++++++++ .../kselftest/skipfiles/skiplist_qemu_x86_64_git | 22 ++++++++++++++++ 9 files changed, 230 insertions(+) create mode 100644 automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_4.14 create mode 100644 automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_4.15 create mode 100644 automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_4.9 create mode 100644 automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_git create mode 100644 automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.14 create mode 100644 automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.15 create mode 100644 automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.4 create mode 100644 automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.9 create mode 100644 automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_git diff --git a/automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_4.14 b/automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_4.14 new file mode 100644 index 0000000..18b1947 --- /dev/null +++ b/automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_4.14 @@ -0,0 +1,29 @@ +# skip on qemu arm64 running 4.14 kernel +test_verifier +test_maps +test_lpm_map +test_progs +test_kmod.sh +test_tcpbpf_user +test_offload.py +test_libbpf.sh +# LKFT: linux-next: x86: kselftest: pstore_tests failed +# https://bugs.linaro.org/show_bug.cgi?id=3222 +pstore_tests +# LKFT: linux-mainline: kselftest sync_test failed +# https://bugs.linaro.org/show_bug.cgi?id=3504 +sync_test +# LKFT: linux-mainline: x86, x15, juno-r2: kselftest fw_filesystem.sh failed +# https://bugs.linaro.org/show_bug.cgi?id=3503 +fw_filesystem.sh +# LKFT: linux-mainline: kselftest BPF test_dev_cgroup failed (new test case) on all devices +# https://bugs.linaro.org/show_bug.cgi?id=3500 +test_dev_cgroup +main.sh +breakpoint_test_arm64 +step_after_suspend_test +ftracetest +mq_open_tests +mq_perf_tests +run_vmtests +seccomp_bpf diff --git a/automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_4.15 b/automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_4.15 new file mode 100644 index 0000000..18b1947 --- /dev/null +++ b/automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_4.15 @@ -0,0 +1,29 @@ +# skip on qemu arm64 running 4.14 kernel +test_verifier +test_maps +test_lpm_map +test_progs +test_kmod.sh +test_tcpbpf_user +test_offload.py +test_libbpf.sh +# LKFT: linux-next: x86: kselftest: pstore_tests failed +# https://bugs.linaro.org/show_bug.cgi?id=3222 +pstore_tests +# LKFT: linux-mainline: kselftest sync_test failed +# https://bugs.linaro.org/show_bug.cgi?id=3504 +sync_test +# LKFT: linux-mainline: x86, x15, juno-r2: kselftest fw_filesystem.sh failed +# https://bugs.linaro.org/show_bug.cgi?id=3503 +fw_filesystem.sh +# LKFT: linux-mainline: kselftest BPF test_dev_cgroup failed (new test case) on all devices +# https://bugs.linaro.org/show_bug.cgi?id=3500 +test_dev_cgroup +main.sh +breakpoint_test_arm64 +step_after_suspend_test +ftracetest +mq_open_tests +mq_perf_tests +run_vmtests +seccomp_bpf diff --git a/automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_4.9 b/automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_4.9 new file mode 100644 index 0000000..756d9cb --- /dev/null +++ b/automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_4.9 @@ -0,0 +1,22 @@ +# skip on qemu arm64 running 4.9 kernel +main.sh +test_align +test_dev_cgroup +test_kmod.sh +test_lpm_map +test_lru_map +test_maps +test_progs +test_tag +test_verifier +breakpoint_test +ftracetest +step_after_suspend_test +mq_open_tests +mq_perf_tests +run_vmtests +pstore_tests +reuseport_bpf_numa +seccomp_bpf +sync_test +sysctl.sh diff --git a/automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_git b/automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_git new file mode 100644 index 0000000..f8a173c --- /dev/null +++ b/automated/linux/kselftest/skipfiles/skiplist_qemu_arm64_git @@ -0,0 +1,26 @@ +# skip on qemu arm64 running mainline and next kernel +bitmap.sh +fw_fallback.sh +fw_filesystem.sh +main.sh +printf.sh +pstore_tests +rtctest +seccomp_bpf +sync_test +sysctl.sh +test_bpf.sh +test_dev_cgroup +test_libbpf.sh +test_maps +test_offload.py +test_progs +test_static_keys.sh +test_tcpbpf_user +test_user_copy.sh +breakpoint_test +ftracetest +step_after_suspend_test +mq_open_tests +mq_perf_tests +run_vmtests diff --git a/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.14 b/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.14 new file mode 100644 index 0000000..b6c76ba --- /dev/null +++ b/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.14 @@ -0,0 +1,26 @@ +# skip on qemu x86_64 running 4.14 kernel +test_verifier +test_maps +test_lpm_map +test_progs +test_kmod.sh +test_tcpbpf_user +test_offload.py +test_libbpf.sh +# LKFT: linux-next: x86: kselftest: pstore_tests failed +# https://bugs.linaro.org/show_bug.cgi?id=3222 +pstore_tests +# LKFT: linux-mainline: kselftest sync_test failed +# https://bugs.linaro.org/show_bug.cgi?id=3504 +sync_test +# LKFT: linux-mainline: x86, x15, juno-r2: kselftest fw_filesystem.sh failed +# https://bugs.linaro.org/show_bug.cgi?id=3503 +fw_filesystem.sh +# LKFT: linux-mainline: kselftest BPF test_dev_cgroup failed (new test case) on all devices +# https://bugs.linaro.org/show_bug.cgi?id=3500 +test_dev_cgroup +main.sh +step_after_suspend_test +breakpoint_test +ftracetest +run_vmtests diff --git a/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.15 b/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.15 new file mode 100644 index 0000000..466ad8a --- /dev/null +++ b/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.15 @@ -0,0 +1,26 @@ +# skip on qemu x86_64 running 4.15 kernel +test_verifier +test_maps +test_lpm_map +test_progs +test_kmod.sh +test_tcpbpf_user +test_offload.py +test_libbpf.sh +# LKFT: linux-next: x86: kselftest: pstore_tests failed +# https://bugs.linaro.org/show_bug.cgi?id=3222 +pstore_tests +# LKFT: linux-mainline: kselftest sync_test failed +# https://bugs.linaro.org/show_bug.cgi?id=3504 +sync_test +# LKFT: linux-mainline: x86, x15, juno-r2: kselftest fw_filesystem.sh failed +# https://bugs.linaro.org/show_bug.cgi?id=3503 +fw_filesystem.sh +# LKFT: linux-mainline: kselftest BPF test_dev_cgroup failed (new test case) on all devices +# https://bugs.linaro.org/show_bug.cgi?id=3500 +test_dev_cgroup +main.sh +step_after_suspend_test +breakpoint_test +ftracetest +run_vmtests diff --git a/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.4 b/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.4 new file mode 100644 index 0000000..e721533 --- /dev/null +++ b/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.4 @@ -0,0 +1,29 @@ +# skip on qemu x86_64 running 4.4 kernel +bitmap.sh +fsgsbase_64 +gpio-mockup.sh +ldt_gdt_64 +main.sh +owner +pidns +pstore_tests +reuseport_bpf +reuseport_bpf_cpu +reuseport_bpf_numa +run_vmtests +seccomp_bpf +sigreturn_64 +sync_test +sysctl.sh +test_align +test_dev_cgroup +test_kmod.sh +test_lpm_map +test_lru_map +test_maps +test_progs +test_tag +test_verifier +breakpoint_test +ftracetest +step_after_suspend_test diff --git a/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.9 b/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.9 new file mode 100644 index 0000000..dedd746 --- /dev/null +++ b/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_4.9 @@ -0,0 +1,21 @@ +# skip on qemu x86_64 running 4.9 kernel +ldt_gdt_64 +main.sh +pstore_tests +reuseport_bpf_numa +run_vmtests +seccomp_bpf +sync_test +sysctl.sh +test_align +test_dev_cgroup +test_kmod.sh +test_lpm_map +test_lru_map +test_maps +test_progs +test_tag +test_verifier +breakpoint_test +ftracetest +step_after_suspend_test diff --git a/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_git b/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_git new file mode 100644 index 0000000..64a1edf --- /dev/null +++ b/automated/linux/kselftest/skipfiles/skiplist_qemu_x86_64_git @@ -0,0 +1,22 @@ +# skip on qemu x86_64 running mainline and next kernel +bitmap.sh +fw_fallback.sh +fw_filesystem.sh +main.sh +printf.sh +pstore_tests +run_vmtests +sync_test +sysctl.sh +test_bpf.sh +test_dev_cgroup +test_libbpf.sh +test_maps +test_offload.py +test_progs +test_static_keys.sh +test_tcpbpf_user +test_user_copy.sh +breakpoint_test +ftracetest +step_after_suspend_test -- cgit v1.2.3