Searched refs:FAIL_IF_MSG (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c179 FAIL_IF_MSG(ppc_ptrace_gethwdbginfo(pid, &dbginfo), "PPC_PTRACE_GETHWDBGINFO failed");
197 FAIL_IF_MSG(1, "Failed to fork child");
204 FAIL_IF_MSG(waitpid(*pid, &status, 0) == -1, "Failed to wait for child");
205 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped");
252 FAIL_IF_MSG(perf_fd < 0, "Failed to open perf performance counter");
257 FAIL_IF_MSG(bp_id < 0, "Failed to set ptrace watchpoint");
260 FAIL_IF_MSG(ptrace_cont(pid, 0), "Failed to continue child");
262 FAIL_IF_MSG(waitpid(pid, &status, 0) == -1, "Failed to wait for child");
263 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped");
264 FAIL_IF_MSG(ptrace_getreg_p
[all...]
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c66 FAIL_IF_MSG(hashchk_failure_msg, hashchk_failure_msg);
126 FAIL_IF_MSG(pipe(pipefd), "failed to create pipe");
138 FAIL_IF_MSG(read(pipefd[0], hash_values, sizeof(hash_values)) != sizeof(hash_values),
146 FAIL_IF_MSG(count_hash_values_matches() == HASH_COUNT, "shared key detected");
202 FAIL_IF_MSG(child_stack == MAP_FAILED, "failed to map child stack");
208 FAIL_IF_MSG(count_hash_values_matches() != HASH_COUNT,
/linux-master/tools/testing/selftests/powerpc/include/
H A Dutils.h128 #define FAIL_IF_MSG(x, msg) \ macro

Completed in 104 milliseconds