| /linux/tools/testing/selftests/safesetid/ |
| H A D | safesetid-test.c | 304 } else if (WIFSIGNALED(wstatus)) { in test_setuid() 316 } while (!WIFEXITED(wstatus) && !WIFSIGNALED(wstatus)); in test_setuid() 360 } else if (WIFSIGNALED(wstatus)) { in test_setgid() 372 } while (!WIFEXITED(wstatus) && !WIFSIGNALED(wstatus)); in test_setgid() 425 } else if (WIFSIGNALED(wstatus)) { in test_setgroups() 437 } while (!WIFEXITED(wstatus) && !WIFSIGNALED(wstatus)); in test_setgroups()
|
| /linux/tools/testing/selftests/rlimits/ |
| H A D | rlimits-per-userns.c | 122 if (!ret || (!WIFEXITED(wstatus[i]) && !WIFSIGNALED(wstatus[i]))) in main() 148 else if (WIFSIGNALED(wstatus[i])) in main() 152 if (WIFSIGNALED(wstatus[i]) && WTERMSIG(wstatus[i]) == SIGUSR1) in main()
|
| /linux/tools/testing/selftests/powerpc/signal/ |
| H A D | sigreturn_kernel.c | 52 FAIL_IF(!WIFSIGNALED(child_ret)); in expect_segv() 123 FAIL_IF(WIFSIGNALED(child_ret)); in test_sigreturn_kernel()
|
| /linux/tools/testing/selftests/coredump/ |
| H A D | coredump_socket_test.c | 196 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F() 334 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F() 357 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F() 427 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F() 567 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F() 713 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F()
|
| H A D | coredump_socket_protocol_test.c | 223 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F() 367 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F() 507 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F() 628 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F() 748 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F() 870 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F() 992 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F() 1124 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F() 1257 ASSERT_TRUE(WIFSIGNALED(status)); in TEST_F() 1414 ASSERT_TRUE(WIFSIGNALED(status[i])); [all …]
|
| H A D | stackdump_test.c | 145 ASSERT_TRUE(WIFSIGNALED(status));
|
| /linux/tools/testing/selftests/filesystems/ |
| H A D | file_stressor.c | 95 ASSERT_TRUE(!WIFEXITED(wstatus) || !WIFSIGNALED(wstatus)); in FIXTURE_TEARDOWN() 99 ASSERT_TRUE(!WIFEXITED(wstatus) || !WIFSIGNALED(wstatus)); in FIXTURE_TEARDOWN()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | scoped_abstract_unix_test.c | 160 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 266 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 376 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 576 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 730 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 977 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 1080 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST() 1144 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST()
|
| H A D | scoped_signal_test.c | 146 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 247 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 557 if (WIFSIGNALED(status) || !WIFEXITED(status) ||
|
| H A D | ptrace_test.c | 290 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F() 423 if (WIFSIGNALED(status) || !WIFEXITED(status) || in TEST_F()
|
| /linux/tools/testing/selftests/namespaces/ |
| H A D | listns_efault_test.c | 180 ASSERT_TRUE(WIFSIGNALED(status)); in TEST() 389 ASSERT_TRUE(WIFSIGNALED(status)); in TEST() 524 ASSERT_TRUE(WIFSIGNALED(status)); in TEST()
|
| /linux/tools/testing/selftests/riscv/vector/ |
| H A D | v_helpers.c | 62 WIFSIGNALED(status)) { in launch_test()
|
| H A D | vstate_exec_nolibc.c | 78 if (WIFSIGNALED(status)) { in main()
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_info_test.c | 160 ASSERT_TRUE(WIFSIGNALED(info.exit_code)); in TEST_F() 217 ASSERT_TRUE(WIFSIGNALED(info.exit_code)); in TEST_F() 367 ASSERT_TRUE(WIFSIGNALED(info.exit_code)); in TEST_F() 380 ASSERT_TRUE(WIFSIGNALED(info2.exit_code)); in TEST_F() 390 ASSERT_TRUE(WIFSIGNALED(info.exit_code)); in TEST_F()
|
| H A D | pidfd.h | 241 WIFSIGNALED(status), WTERMSIG(status)); in wait_for_pid()
|
| /linux/tools/testing/selftests/powerpc/ |
| H A D | harness.c | 79 if (WIFSIGNALED(status)) in run_test()
|
| /linux/tools/testing/selftests/powerpc/mm/ |
| H A D | large_vm_gpr_corruption.c | 147 FAIL_IF(WIFSIGNALED(status)); in test()
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 107 #define WIFSIGNALED(status) ((status) - 1 < 0xff) macro
|
| /linux/tools/perf/bench/ |
| H A D | sched-seccomp-notify.c | 139 if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGKILL) in bench_sched_seccomp_notify()
|
| /linux/tools/testing/selftests/tty/ |
| H A D | tty_tiocsti_test.c | 639 if (WIFSIGNALED(status)) { in TEST_F() 641 ASSERT_FALSE(WIFSIGNALED(status)) in TEST_F()
|
| /linux/tools/testing/selftests/x86/ |
| H A D | fsgsbase_restore.c | 226 if (WIFSIGNALED(status)) { in main()
|
| H A D | test_syscall_vdso.c | 362 if (WIFSIGNALED(status)) in ptrace_me()
|
| /linux/tools/testing/selftests/ptrace/ |
| H A D | get_syscall_info.c | 136 ASSERT_FALSE(WIFSIGNALED(status)) { in TEST()
|
| /linux/tools/testing/selftests/wireguard/qemu/ |
| H A D | init.c | 208 } else if (WIFSIGNALED(status)) { in launch_tests()
|
| /linux/tools/testing/selftests/arm64/abi/ |
| H A D | ptrace.c | 198 if (WIFEXITED(status) || WIFSIGNALED(status)) in do_parent()
|