Lines Matching refs:ksft_test_result_fail
160 ksft_test_result_fail("vDSO gettimeofday() failed: %ld\n", ret_vdso); in test_gtod()
169 ksft_test_result_fail("vsys gettimeofday() failed: %ld\n", ret_vsys); in test_gtod()
197 ksft_test_result_fail("vDSO failed (ret:%ld output:%ld)\n", in test_time()
200 ksft_test_result_fail("vDSO returned the wrong time (%ld %ld %ld)\n", in test_time()
210 ksft_test_result_fail("vsyscall failed (ret:%ld output:%ld)\n", in test_time()
213 ksft_test_result_fail("vsyscall returned the wrong time (%ld %ld %ld)\n", in test_time()
259 ksft_test_result_fail("vDSO getcpu() failed\n"); in test_getcpu()
273 ksft_test_result_fail("Wrong values\n"); in test_getcpu()
284 ksft_test_result_fail("vsyscall getcpu() failed\n"); in test_getcpu()
298 ksft_test_result_fail("Wrong values\n"); in test_getcpu()
333 ksft_test_result_fail("We have read access, but we shouldn't\n"); in test_vsys_r()
335 ksft_test_result_fail("We don't have read access, but we should\n"); in test_vsys_r()
361 ksft_test_result_fail("Executing the vsyscall did not page fault\n"); in test_vsys_x()
366 ksft_test_result_fail("Execution failed with the wrong error: #PF(0x%lx)\n", in test_vsys_x()
407 …ksft_test_result_fail("process_rm_readv() succeeded, but it should have failed in this configurati… in test_process_vm_readv()