Searched refs:FAIL_IF_EXIT_MSG (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/ |
H A D | dexcr.c | 78 FAIL_IF_EXIT_MSG(true, "bad enum dexcr_source"); in get_dexcr() 86 FAIL_IF_EXIT_MSG(pid == -1, "fork failed"); in await_child_success() 87 FAIL_IF_EXIT_MSG(waitpid(pid, &wstatus, 0) == -1, "wait failed"); in await_child_success() 88 FAIL_IF_EXIT_MSG(!WIFEXITED(wstatus), "child did not exit cleanly"); in await_child_success() 89 FAIL_IF_EXIT_MSG(WEXITSTATUS(wstatus) != 0, "child exit error"); in await_child_success()
|
H A D | hashchk_test.c | 142 FAIL_IF_EXIT_MSG(hash_values[HASH_COUNT] != (unsigned long)&hash_values, in hashchk_exec_random_key_test()
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-perf-hwbreak.c | 200 FAIL_IF_EXIT_MSG(ptrace_traceme(), "PTRACE_TRACEME failed"); in ptrace_fork_child() 201 FAIL_IF_EXIT_MSG(raise(SIGSTOP), "Child failed to raise SIGSTOP"); in ptrace_fork_child()
|
/openbmc/linux/tools/testing/selftests/powerpc/ |
H A D | utils.c | 630 FAIL_IF_EXIT_MSG(sigaction(sig, &sa, &old_handler), in push_signal_handler() 640 FAIL_IF_EXIT_MSG(sigaction(sig, &old_handler, &popped), in pop_signal_handler()
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 147 #define FAIL_IF_EXIT_MSG(x, msg) \ macro
|