Searched refs:FAIL_IF_EXIT_MSG (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c78 FAIL_IF_EXIT_MSG(true, "bad enum dexcr_source");
86 FAIL_IF_EXIT_MSG(pid == -1, "fork failed");
87 FAIL_IF_EXIT_MSG(waitpid(pid, &wstatus, 0) == -1, "wait failed");
88 FAIL_IF_EXIT_MSG(!WIFEXITED(wstatus), "child did not exit cleanly");
89 FAIL_IF_EXIT_MSG(WEXITSTATUS(wstatus) != 0, "child exit error");
H A Dhashchk_test.c142 FAIL_IF_EXIT_MSG(hash_values[HASH_COUNT] != (unsigned long)&hash_values,
/linux-master/tools/testing/selftests/powerpc/include/
H A Dutils.h147 #define FAIL_IF_EXIT_MSG(x, msg) \ macro
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c200 FAIL_IF_EXIT_MSG(ptrace_traceme(), "PTRACE_TRACEME failed");
201 FAIL_IF_EXIT_MSG(raise(SIGSTOP), "Child failed to raise SIGSTOP");
/linux-master/tools/testing/selftests/powerpc/
H A Dutils.c630 FAIL_IF_EXIT_MSG(sigaction(sig, &sa, &old_handler),
640 FAIL_IF_EXIT_MSG(sigaction(sig, &old_handler, &popped),

Completed in 225 milliseconds