Home
last modified time | relevance | path

Searched refs:KSFT_SKIP (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/linux/tools/testing/selftests/mm/
H A Dmrelease_test.c61 res = (errno == ENOSYS ? KSFT_SKIP : KSFT_FAIL); in run_negative_tests()
70 res = (errno == ENOSYS ? KSFT_SKIP : KSFT_FAIL); in run_negative_tests()
98 res = (errno == ENOSYS ? KSFT_SKIP : KSFT_FAIL); in main()
155 res = (errno == ENOSYS ? KSFT_SKIP : KSFT_FAIL); in main()
172 res = (errno == ENOSYS ? KSFT_SKIP : KSFT_FAIL); in main()
H A Dmlock2-tests.c206 _exit(KSFT_SKIP); in test_mlock_lock()
269 _exit(KSFT_SKIP); in test_mlock_onfault()
282 _exit(KSFT_SKIP); in test_mlock_onfault()
313 _exit(KSFT_SKIP); in test_lock_onfault_of_present()
428 _exit(KSFT_SKIP); in test_vma_management()
H A Dmemfd_secret.c103 exit(KSFT_SKIP); in try_process_vm_read()
147 if (WIFEXITED(status) && WEXITSTATUS(status) == KSFT_SKIP) { in check_child_status()
296 return KSFT_SKIP; in main()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh6 readonly KSFT_SKIP=4
96 exit ${KSFT_SKIP}
103 exit ${KSFT_SKIP}
200 "${KSFT_SKIP}")
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso_bench.sh14 readonly KSFT_SKIP=4
25 elif [[ ${exitcode} -eq ${KSFT_SKIP} ]]; then
42 exit ${KSFT_SKIP}
H A Ddevlink_port_split.py22 KSFT_SKIP=4 variable
243 sys.exit(KSFT_SKIP)
305 sys.exit(KSFT_SKIP)
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_getcpu.c38 return KSFT_SKIP; in main()
46 return KSFT_SKIP; in main()
H A Dvdso_test_gettimeofday.c43 return KSFT_SKIP; in main()
54 return KSFT_SKIP; in main()
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dfake_sigreturn_sme_change_vl.c27 if (res == KSFT_SKIP) in sme_get_vls()
28 td->result = KSFT_SKIP; in sme_get_vls()
H A Dfake_sigreturn_sve_change_vl.c27 if (res == KSFT_SKIP) in sve_get_vls()
28 td->result = KSFT_SKIP; in sve_get_vls()
H A Dsve_regs.c30 if (res == KSFT_SKIP) in sve_get_vls()
31 td->result = KSFT_SKIP; in sve_get_vls()
H A Dza_no_regs.c30 if (res == KSFT_SKIP) in sme_get_vls()
31 td->result = KSFT_SKIP; in sme_get_vls()
H A Dssve_regs.c30 if (res == KSFT_SKIP) in sme_get_vls()
31 td->result = KSFT_SKIP; in sme_get_vls()
H A Dza_regs.c30 if (res == KSFT_SKIP) in sme_get_vls()
31 td->result = KSFT_SKIP; in sme_get_vls()
H A Dssve_za_regs.c30 if (res == KSFT_SKIP) in sme_get_vls()
31 td->result = KSFT_SKIP; in sme_get_vls()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_xdp_vlan.sh6 readonly KSFT_SKIP=4
102 exit $KSFT_SKIP
125 exit $KSFT_SKIP
H A Dtest_xdp_meta.sh5 readonly KSFT_SKIP=4
26 exit $KSFT_SKIP
/openbmc/linux/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c83 return KSFT_SKIP; in run_test()
215 case KSFT_SKIP: in main()
/openbmc/linux/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c68 if (td->result == KSFT_SKIP) { in default_result()
356 td->result = KSFT_SKIP; in test_init()
400 if (td->initialized && td->result != KSFT_SKIP && td->check_result) in test_result()
H A Dsve_helpers.c52 return KSFT_SKIP; in sve_fill_vls()
/openbmc/linux/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c129 fret = KSFT_SKIP; in do_tiocgptpeer()
287 exit(KSFT_SKIP); in main()
/openbmc/linux/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c170 ret = KSFT_SKIP; in test_cachestat()
306 case KSFT_SKIP: in main()
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_zswap.c165 return KSFT_SKIP; in test_no_kmem_bypass()
275 case KSFT_SKIP: in main()
/openbmc/linux/tools/testing/selftests/
H A Dkselftest.h80 #define KSFT_SKIP 4 macro
342 exit(KSFT_SKIP); in ksft_exit_skip()
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dassert.c93 exit(KSFT_SKIP); in test_assert()

123