Home
last modified time | relevance | path

Searched refs:ksft_test_result_skip (Results 1 – 25 of 77) sorted by relevance

1234

/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c162 ksft_test_result_skip("vdso_gtod isn't set\n"); in test_gtod()
171 ksft_test_result_skip("vsyscall_map_x isn't set\n"); in test_gtod()
190 ksft_test_result_skip("vdso_time\n"); in test_time()
191 ksft_test_result_skip("vdso_time\n"); in test_time()
205 ksft_test_result_skip("vdso_time isn't set\n"); in test_time()
218 ksft_test_result_skip("vsyscall_map_x isn't set\n"); in test_time()
236 ksft_test_result_skip("vdso_getcpu\n"); in test_getcpu()
237 ksft_test_result_skip("vsyscall_map_x\n"); in test_getcpu()
279 ksft_test_result_skip("vdso_getcpu isn't set\n"); in test_getcpu()
304 ksft_test_result_skip("vsyscall_map_x isn't set\n"); in test_getcpu()
[all …]
H A Dtest_mremap_vdso.c94 ksft_test_result_skip( in main()
102 ksft_test_result_skip("vdso is sealed\n"); in main()
/linux/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c238 ksft_test_result_skip("default_value\n"); in main()
239 ksft_test_result_skip("write_read\n"); in main()
240 ksft_test_result_skip("write_sleep_read\n"); in main()
241 ksft_test_result_skip("write_fork_read\n"); in main()
242 ksft_test_result_skip("write_clone_read\n"); in main()
H A Dptrace.c129 ksft_test_result_skip("tpidr2_write\n"); in test_tpidr()
130 ksft_test_result_skip("tpidr2_read\n"); in test_tpidr()
131 ksft_test_result_skip("write_tpidr_only\n"); in test_tpidr()
159 ksft_test_result_skip("%s_arch_set\n", type_name); in test_hw_debug()
/linux/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c433 ksft_test_result_skip("Verify FPSIMD write via SVE\n"); in ptrace_sve_fpsimd_no_sve()
439 ksft_test_result_skip("Verify FPSIMD write via SVE\n"); in ptrace_sve_fpsimd_no_sve()
561 ksft_test_result_skip("Big endian not supported\n"); in ptrace_set_sve_get_fpsimd_data()
646 ksft_test_result_skip("Big endian not supported\n"); in ptrace_set_fpsimd_get_sve_data()
813 ksft_test_result_skip("%s unsupported read fails\n", in do_parent()
815 ksft_test_result_skip("%s unsupported write fails\n", in do_parent()
823 ksft_test_result_skip("%s FPSIMD set via SVE\n", in do_parent()
825 ksft_test_result_skip("%s FPSIMD read\n", in do_parent()
833 ksft_test_result_skip("%s SVE_PT_VL_INHERIT set\n", in do_parent()
835 ksft_test_result_skip("%s SVE_PT_VL_INHERIT cleared\n", in do_parent()
[all …]
H A Dvec-syscfg.c246 ksft_test_result_skip("Need to be root to write to /proc\n"); in proc_write_min()
281 ksft_test_result_skip("Need to be root to write to /proc\n"); in proc_write_max()
359 ksft_test_result_skip("%s only one VL supported\n", in prctl_set()
423 ksft_test_result_skip("%s only one VL supported\n", in prctl_set_no_child()
461 ksft_test_result_skip("%s only one VL supported\n", in prctl_set_for_child()
512 ksft_test_result_skip("%s only one VL supported\n", in prctl_set_onexec()
567 ksft_test_result_skip("%s Failed to enumerate VLs, not testing VL setting\n", in prctl_set_all_vqs()
705 ksft_test_result_skip("change_sve_while_sme\n"); in change_sve_with_za()
783 ksft_test_result_skip("%s not supported\n", in main()
792 ksft_test_result_skip("%s\n", all_types_tests[i].name); in main()
/linux/tools/testing/selftests/mm/
H A Dksm_functional_tests.c168 ksft_test_result_skip("Merging memory skipped"); in mmap_and_merge_range()
208 ksft_test_result_skip("accessing \"/proc/self/ksm_stat\" failed\n"); in test_unmerge_zero_pages()
213 ksft_test_result_skip("write \"/sys/kernel/mm/ksm/use_zero_pages\" failed\n"); in test_unmerge_zero_pages()
307 ksft_test_result_skip("__NR_userfaultfd failed\n"); in test_unmerge_uffd_wp()
316 ksft_test_result_skip("The API version requested is not supported\n"); in test_unmerge_uffd_wp()
323 ksft_test_result_skip("UFFD_FEATURE_PAGEFAULT_FLAG_WP not available\n"); in test_unmerge_uffd_wp()
386 ksft_test_result_skip("PR_SET_MEMORY_MERGE not supported\n"); in test_prctl()
448 ksft_test_result_skip("Merge in child skipped\n"); in test_child_ksm_err()
463 ksft_test_result_skip("PR_SET_MEMORY_MERGE not supported\n"); in test_prctl_fork()
550 ksft_test_result_skip("PR_SET_MEMORY_MERGE not supported\n"); in test_prctl_fork_exec()
[all …]
H A Dmkdirty.c76 ksft_test_result_skip("MADV_HUGEPAGE failed\n"); in mmap_thp_range()
149 ksft_test_result_skip("Did not get a THP populated\n"); in test_ptrace_write_thp()
181 ksft_test_result_skip("mbind() failed\n"); in test_page_migration()
213 ksft_test_result_skip("Did not get a THP populated\n"); in test_page_migration_thp()
220 ksft_test_result_skip("mbind() failed\n"); in test_page_migration_thp()
252 ksft_test_result_skip("Did not get a THP populated\n"); in test_pte_mapped_thp()
290 ksft_test_result_skip("__NR_userfaultfd failed\n"); in test_uffdio_copy()
H A Dsoft-dirty.c74 ksft_test_result_skip("Test %s dirty bit of reused address page\n", __func__); in test_vma_reuse()
85 ksft_test_result_skip("Transparent Hugepages not available\n"); in test_hugepage()
128 ksft_test_result_skip("Test %s huge page allocation\n", __func__); in test_hugepage()
129 ksft_test_result_skip("Test %s huge page dirty bit\n", __func__); in test_hugepage()
149 ksft_test_result_skip("Test %s open() file failed\n", __func__); in test_mprotect()
H A Dvirtual_address_range.c106 ksft_test_result_skip("prctl(PR_SET_VMA_ANON_NAME) not supported\n"); in mark_range()
143 ksft_test_result_skip("cannot create or open dump file\n"); in validate_complete_va_space()
229 ksft_test_result_skip("Memory constraint not fulfilled\n"); in main()
H A Dpagemap_ioctl.c687 ksft_test_result_skip("%s all new pages must not be written (dirty)\n", prefix); in base_tests()
688 ksft_test_result_skip("%s all pages must be written (dirty)\n", prefix); in base_tests()
689 ksft_test_result_skip("%s all pages dirty other than first and the last one\n", in base_tests()
691 ksft_test_result_skip("%s PM_SCAN_WP_MATCHING | PM_SCAN_CHECK_WPASYNC\n", prefix); in base_tests()
692 ksft_test_result_skip("%s only middle page dirty\n", prefix); in base_tests()
693 ksft_test_result_skip("%s only two middle pages dirty\n", prefix); in base_tests()
869 ksft_test_result_skip("%s all new huge page must be written\n", __func__); in hpage_unit_tests()
870 ksft_test_result_skip("%s all the huge page must not be written\n", __func__); in hpage_unit_tests()
871 ksft_test_result_skip("%s all the huge page must be written and clear\n", __func__); in hpage_unit_tests()
872 ksft_test_result_skip("%s only middle page written\n", __func__); in hpage_unit_tests()
[all …]
H A Dmseal_helpers.h15 ksft_test_result_skip("%s: line:%d\n", \
/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_abi.c64 ksft_test_result_skip("%s\n", name[0]); in vdso_test_gettimeofday()
88 ksft_test_result_skip("%s %s\n", name[5], in vdso_test_clock_gettime64()
115 ksft_test_result_skip("%s %s\n", name[1], in vdso_test_clock_gettime()
142 ksft_test_result_skip("%s\n", name[2]); in vdso_test_time()
167 ksft_test_result_skip("%s %s\n", name[3], in vdso_test_clock_getres()
/linux/tools/testing/selftests/riscv/abi/
H A Dpointer_masking.c68 ksft_test_result_skip("PMLEN=%d PR_GET_TAGGED_ADDR_CTRL\n", request); in test_pmlen()
70 ksft_test_result_skip("PMLEN=%d constraint\n", request); in test_pmlen()
71 ksft_test_result_skip("PMLEN=%d validity\n", request); in test_pmlen()
209 ksft_test_result_skip("failed to open sysctl file\n"); in test_tagged_addr_abi_sysctl()
210 ksft_test_result_skip("failed to open sysctl file\n"); in test_tagged_addr_abi_sysctl()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_test.c95 ksft_test_result_skip( in test_pidfd_send_signal_simple_success()
152 ksft_test_result_skip( in test_pidfd_send_signal_exited_fail()
211 ksft_test_result_skip( in test_pidfd_send_signal_recycled_pid_fail()
220 ksft_test_result_skip("%s test: Unsharing pid namespace not permitted\n", in test_pidfd_send_signal_recycled_pid_fail()
231 ksft_test_result_skip("%s test: Unsharing mount namespace not permitted\n", in test_pidfd_send_signal_recycled_pid_fail()
386 ksft_test_result_skip("%s test: Skipping test\n", test_name); in test_pidfd_send_signal_recycled_pid_fail()
417 ksft_test_result_skip( in test_pidfd_send_signal_syscall_support()
/linux/tools/testing/selftests/timens/
H A Dtimens.h33 ksft_test_result_skip("CLOCK_BOOTTIME_ALARM isn't supported\n"); in check_skip()
47 ksft_test_result_skip("Posix Clocks & timers are not supported\n"); in check_skip()
/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c412 ksft_test_result_skip("get_value.%s.%d\n", in test_ctl_get_value()
420 ksft_test_result_skip("get_value.%s.%d\n", in test_ctl_get_value()
718 ksft_test_result_skip("write_default.%s.%d\n", in test_ctl_write_default()
725 ksft_test_result_skip("write_default.%s.%d\n", in test_ctl_write_default()
733 ksft_test_result_skip("write_default.%s.%d\n", in test_ctl_write_default()
851 ksft_test_result_skip("write_valid.%s.%d\n", in test_ctl_write_valid()
858 ksft_test_result_skip("write_valid.%s.%d\n", in test_ctl_write_valid()
882 ksft_test_result_skip("write_valid.%s.%d\n", in test_ctl_write_valid()
1063 ksft_test_result_skip("write_invalid.%s.%d\n", in test_ctl_write_invalid()
1070 ksft_test_result_skip("write_invalid.%s.%d\n", in test_ctl_write_invalid()
[all …]
/linux/tools/testing/selftests/clone3/
H A Dclone3_set_tid.c232 ksft_test_result_skip("Clone3() with set_tid requires root\n"); in main()
240 ksft_test_result_skip("Clone3() with set_tid requires root\n"); in main()
247 ksft_test_result_skip("Clone3() with set_tid requires root\n"); in main()
258 ksft_test_result_skip("Clone3() with set_tid requires root\n"); in main()
/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_prctl.c72 ksft_test_result_skip("%s\n", name); in set_mode_test()
77 ksft_test_result_skip("%s\n", name); in set_mode_test()
/linux/tools/testing/selftests/filesystems/overlayfs/
H A Ddev_in_maps.c138 ksft_test_result_skip("unable to create overlay mount\n"); in main()
145 ksft_test_result_skip("unable to create a new mount namespace\n"); in main()
/linux/tools/testing/selftests/kvm/arm64/
H A Dset_id_regs.c462 ksft_test_result_skip("%s on AARCH64 only system\n", in test_vm_ftr_id_regs()
503 ksft_test_result_skip("ID_AA64PFR0_EL1.MPAM is officially writable, nothing to test\n"); in test_user_set_mpam_reg()
524 ksft_test_result_skip("ID_AA64PFR0_EL1.MPAM is not writable, nothing to test\n"); in test_user_set_mpam_reg()
540 ksft_test_result_skip("ID_AA64PFR1_EL1.MPAM_frac is officially writable, nothing to test\n"); in test_user_set_mpam_reg()
561 ksft_test_result_skip("ID_AA64PFR1_EL1.MPAM_frac is not writable, nothing to test\n"); in test_user_set_mpam_reg()
590 ksft_test_result_skip("MTE capability not supported, nothing to test\n"); in test_user_set_mte_reg()
600 ksft_test_result_skip("ID_AA64PFR1_EL1.MTE_frac is officially writable, nothing to test\n"); in test_user_set_mte_reg()
617 ksft_test_result_skip("MTE_ASYNC or MTE_ASYMM are supported, nothing to test\n"); in test_user_set_mte_reg()
H A Dsea_to_user.c102 ksft_test_result_skip("EINJ table no available in firmware"); in inject_uer()
105 ksft_test_result_skip("EINJ module probably not loaded?"); in inject_uer()
127 ksft_test_result_skip("SEA is claimed by host APEI\n"); in sigbus_signal_handler()
/linux/tools/testing/selftests/timers/
H A Dnanosleep.c184 ksft_test_result_skip("%-31s\n", clockstring(clockid)); in main()
194 ksft_test_result_skip("%-31s\n", clockstring(clockid)); in main()
/linux/tools/testing/selftests/cgroup/
H A Dtest_hugetlb_memcg.c213 ksft_test_result_skip("test_hugetlb_memcg\n"); in main()
225 ksft_test_result_skip("test_hugetlb_memcg\n"); in main()
/linux/tools/testing/selftests/openat2/
H A Dopenat2_test.c103 resultfn = ksft_test_result_skip; in test_openat2_struct()
255 resultfn = ksft_test_result_skip; in test_openat2_flags()
268 ksft_test_result_skip("openat2 with %s fails with %d (%s)\n", in test_openat2_flags()

1234