| /xnu-12377.61.12/tests/ |
| H A D | arm_mte_utilities.c | 53 T_ASSERT_EQ(WTERMSIG(status), SIGKILL, "killed with SIGKILL"); in kill_child() 231 T_EXPECT_EQ(WTERMSIG(status), signal, "%s: exited with %s", msg, signal_name); 254 T_FAIL("%s: exited with signal %d", msg, WTERMSIG(status)); 275 T_ASSERT_FAIL("%s: exited with signal %d", msg, WTERMSIG(status));
|
| H A D | unrecoverable_trap_test.c | 106 T_EXPECT_EQ(SIGKILL, WTERMSIG(status), "child terminated due to SIGKILL"); 150 T_EXPECT_EQ(SIGKILL, WTERMSIG(status), "child terminated due to SIGKILL");
|
| H A D | task_fatal_port.c | 53 T_EXPECT_EQ(WTERMSIG(status), SIGKILL, "child was sent SIGKILL");
|
| H A D | freebsd_waitpid_nohang.c | 63 T_EXPECT_EQ(WTERMSIG(status), SIGTERM, "child was sent SIGTERM");
|
| H A D | epoch_sync_tests.c | 101 T_ASSERT_EQ(WTERMSIG(status), SIGKILL, "killed with SIGKILL");
|
| H A D | pac_exception_entitlement.c | 156 T_EXPECT_EQ(SIGKILL, WTERMSIG(status), "child terminated due to SIGKILL"); in run_pac_exception_test()
|
| H A D | memorystatus_vm_map_fork.c | 432 if (WTERMSIG(child_status) == SIGKILL) { in memorystatus_vm_map_fork_parent() 435 T_SKIP("Child terminated by signal %d test result invalid", WTERMSIG(child_status)); in memorystatus_vm_map_fork_parent()
|
| H A D | exc_guard_helper_test_unexpected.c | 79 T_ASSERT_EQ(WTERMSIG(status), SIGKILL, "child should have crashed with SIGKILL");
|
| H A D | suspended_spawn_26184412.c | 83 T_ASSERT_EQ(WTERMSIG(status), SIGKILL, "child should have exited due to SIGKILL"); in spawn_and_signal()
|
| H A D | spawn_exec_failure.c | 114 T_EXPECT_EQ(WTERMSIG(status), SIGKILL, "process was SIGKILLed"); in setup_child_and_wait_for_exit()
|
| H A D | exec-race-58566604.c | 122 … kill_mode, exec_mode, getpid(), waitedpid, errno, strerror(errno), WTERMSIG(status), killcount); in run_test()
|
| H A D | pfz.c | 128 T_LOG("Signal number = %d\n", WTERMSIG(status));
|
| H A D | kqworkloop_limits.c | 85 T_FAIL("Child exited with signal = %d", WTERMSIG(child_status));
|
| H A D | fd_table_limits.c | 69 T_FAIL("Child exited with signal = %d", WTERMSIG(child_status));
|
| /xnu-12377.61.12/tests/ipc/ |
| H A D | mach_port_construct_errors.c | 32 T_EXPECT_EQ(WTERMSIG(status), SIGKILL, 33 "%s exited with %d, expect SIGKILL", description, WTERMSIG(status));
|
| H A D | port_type_policy.c | 73 T_EXPECT_EQ(WTERMSIG(status), SIGKILL, 74 "%s exited with %d, expect SIGKILL", description, WTERMSIG(status));
|
| /xnu-12377.61.12/tools/tests/execperf/ |
| H A D | run.c | 81 errx(1, "process exited with signal %d", WTERMSIG(ret)); in work()
|
| /xnu-12377.61.12/tests/vm/ |
| H A D | zalloc.c | 78 int sig = WTERMSIG(status);
|
| H A D | vm_tainted_executable.c | 115 T_QUIET; T_ASSERT_TRUE(WTERMSIG(child_status) == SIGKILL, NULL);
|
| H A D | memorystatus_jetsam_zprint_snapshot.c | 217 T_LOG("child %d killed, status %d", child_pid, WTERMSIG(status)); in run_jzs_test()
|
| H A D | vm_reclaim.c | 279 T_QUIET; T_ASSERT_EQ(WTERMSIG(status), SIGSEGV, "Test process crashed with segmentation fault."); 549 T_QUIET; T_ASSERT_EQ(WTERMSIG(status), SIGKILL, "Test process crashed with SIGKILL."); 583 T_QUIET; T_ASSERT_EQ(WTERMSIG(status), SIGKILL, "Test process crashed with SIGKILL.");
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | wait.h | 154 #define WTERMSIG(x) (_WSTATUS(x)) macro
|
| /xnu-12377.61.12/tests/rm/ |
| H A D | coalition_info_pid_list.c | 233 T_QUIET; T_ASSERT_EQ(WTERMSIG(status), SIGTERM, "with SIGTERM");
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skywalk_mptest_driver.c | 342 child, childpid, WTERMSIG(child_status), WCOREDUMP(child_status)); in skywalk_mptest_driver_run()
|
| H A D | skywalk_test_driver.c | 318 …T_LOG("Child signaled with signal %d coredump %d", WTERMSIG(child_status), WCOREDUMP(child_status)… in skywalk_test_driver_run()
|