Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c197 FAIL_IF_MSG(1, "Failed to fork child"); in ptrace_fork_child()
205 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in ptrace_fork_child()
257 FAIL_IF_MSG(bp_id < 0, "Failed to set ptrace watchpoint"); in same_watch_addr_test()
263 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test()
278 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test()
296 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test()
306 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test()
321 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test()
339 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test()
354 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c66 FAIL_IF_MSG(hashchk_failure_msg, hashchk_failure_msg); in hashchk_detected_test()
126 FAIL_IF_MSG(pipe(pipefd), "failed to create pipe"); in hashchk_exec_random_key_test()
138 FAIL_IF_MSG(read(pipefd[0], hash_values, sizeof(hash_values)) != sizeof(hash_values), in hashchk_exec_random_key_test()
146 FAIL_IF_MSG(count_hash_values_matches() == HASH_COUNT, "shared key detected"); in hashchk_exec_random_key_test()
202 FAIL_IF_MSG(child_stack == MAP_FAILED, "failed to map child stack"); in hashchk_clone_share_key_test()
208 FAIL_IF_MSG(count_hash_values_matches() != HASH_COUNT, in hashchk_clone_share_key_test()
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h128 #define FAIL_IF_MSG(x, msg) \ macro