Home
last modified time | relevance | path

Searched refs:ksft_test_result (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/tools/testing/selftests/vm/
Dmadv_populate.c90 ksft_test_result(!ret, "MADV_POPULATE_READ with PROT_READ\n"); in test_prot_read()
93 ksft_test_result(ret == -1 && errno == EINVAL, in test_prot_read()
111 ksft_test_result(ret == -1 && errno == EINVAL, in test_prot_write()
115 ksft_test_result(!ret, "MADV_POPULATE_WRITE with PROT_WRITE\n"); in test_prot_write()
137 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
140 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
145 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
148 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
153 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
156 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
[all …]
/Linux-v5.15/tools/testing/selftests/resctrl/
Dresctrl_tests.c72 ksft_test_result(!res, "MBM: bw change\n"); in run_mbm_test()
91 ksft_test_result(!res, "MBA: schemata change\n"); in run_mba_test()
108 ksft_test_result(!res, "CMT: test\n"); in run_cmt_test()
124 ksft_test_result(!res, "CAT: test\n"); in run_cat_test()
/Linux-v5.15/tools/testing/selftests/arm64/fp/
Dsve-ptrace.c170 ksft_test_result(WIFSTOPPED(status), "WIFSTOPPED(%d)\n", in do_parent()
219 ksft_test_result((sve->flags & SVE_PT_REGS_MASK) == SVE_PT_REGS_FPSIMD, in do_parent()
281 ksft_test_result((new_sve->flags & SVE_PT_REGS_MASK) == SVE_PT_REGS_SVE, in do_parent()
295 ksft_test_result(p[i] == expected, "p[%d] == expected\n", i); in do_parent()
/Linux-v5.15/tools/testing/selftests/
Dkselftest.h160 #define ksft_test_result(condition, fmt, ...) do { \ macro
Dkselftest_harness.h1006 ksft_test_result(t->passed, "%s%s%s.%s\n", in __run_test()