Searched refs:ksft_test_result (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/vm/ |
| A D | madv_populate.c | 92 ksft_test_result(ret == -1 && errno == EINVAL, in test_prot_read() 110 ksft_test_result(ret == -1 && errno == EINVAL, in test_prot_write() 136 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes() 139 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes() 144 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes() 147 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes() 152 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes() 155 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes() 204 ksft_test_result(!ret, "MADV_POPULATE_READ\n"); in test_populate_read() 205 ksft_test_result(range_is_populated(addr, SIZE), in test_populate_read() [all …]
|
| /linux/tools/testing/selftests/resctrl/ |
| A D | resctrl_tests.c | 72 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/tools/testing/selftests/arm64/fp/ |
| A D | sve-ptrace.c | 136 ksft_test_result(new_sve->flags & SVE_PT_VL_INHERIT, in ptrace_set_get_inherit() 152 ksft_test_result(!(new_sve->flags & SVE_PT_VL_INHERIT), in ptrace_set_get_inherit() 196 ksft_test_result(new_sve->vl = prctl_vl, "Set VL %u\n", vl); in ptrace_set_get_vl() 231 ksft_test_result((sve->flags & SVE_PT_REGS_MASK) == SVE_PT_REGS_FPSIMD, in ptrace_sve_fpsimd() 352 ksft_test_result(errors == 0, "Set and get SVE data for VL %u\n", vl); in ptrace_set_sve_get_sve_data() 432 ksft_test_result(errors == 0, "Set and get FPSIMD data for VL %u\n", in ptrace_set_sve_get_fpsimd_data()
|
| A D | vec-syscfg.c | 332 ksft_test_result(cur_vl == data->rdvl(), in prctl_set_same() 615 ksft_test_result(errors == 0, "%s prctl() set all VLs, %d errors\n", in prctl_set_all_vqs()
|
| /linux/tools/testing/selftests/ |
| A D | kselftest.h | 160 #define ksft_test_result(condition, fmt, ...) do { \ macro
|
| A D | kselftest_harness.h | 1006 ksft_test_result(t->passed, "%s%s%s.%s\n", in __run_test()
|
Completed in 13 milliseconds