Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 – 25 of 36) sorted by relevance

12

/xnu-12377.61.12/tests/
H A Darm_mte_utilities.c52 T_ASSERT_TRUE(WIFSIGNALED(status), "exited due to signal"); in kill_child()
230 T_EXPECT_TRUE(WIFSIGNALED(status), "%s: exited with signal", msg);
253 if (WIFSIGNALED(status)) {
274 if (WIFSIGNALED(status)) {
H A Dkqworkloop_limits.c84 if (WIFSIGNALED(child_status)) {
108 if (WIFSIGNALED(child_status)) {
134 if (WIFSIGNALED(child_status)) {
H A Dfd_table_limits.c68 if (WIFSIGNALED(child_status)) {
111 if (WIFSIGNALED(child_status)) {
152 if (WIFSIGNALED(child_status)) {
H A Dunrecoverable_trap_test.c105 T_EXPECT_TRUE(WIFSIGNALED(status), "child terminated due to signal");
149 T_EXPECT_TRUE(WIFSIGNALED(status), "child terminated due to signal");
H A Dport_exhaustion.c48 if (WIFSIGNALED(child_status)) {
H A Dtask_fatal_port.c52 T_EXPECT_EQ(WIFSIGNALED(status), true, "child was signaled");
H A Dtry_read_write_test_unexpected.c77 T_EXPECT_TRUE(WIFSIGNALED(status), "parent: child process should crash");
H A Dfreebsd_waitpid_nohang.c62 T_EXPECT_EQ(WIFSIGNALED(status), true, "child was signaled");
H A Depoch_sync_tests.c100 T_ASSERT_TRUE(WIFSIGNALED(status), "exited due to signal");
H A Dpac_exception_entitlement.c155 T_EXPECT_TRUE(WIFSIGNALED(status), "child terminated due to signal"); in run_pac_exception_test()
H A Dexc_guard_helper_test_unexpected.c78 T_ASSERT_TRUE(WIFSIGNALED(status), "child should have crashed");
H A Dsuspended_spawn_26184412.c82 T_ASSERT_EQ(WIFSIGNALED(status), 1, "child should have exited due to signal"); in spawn_and_signal()
H A Dspawn_exec_failure.c113 T_QUIET; T_EXPECT_TRUE(WIFSIGNALED(status), "process was terminated because of a signal"); in setup_child_and_wait_for_exit()
H A Dpfz.c127 T_ASSERT_EQ(WIFSIGNALED(status), true, "Exited due to signal");
H A Dkevent_pty.c130 T_ASSERT_TRUE(WIFSIGNALED(status), "master PID was signaled");
H A Dmemorystatus_vm_map_fork.c430 if (WIFSIGNALED(child_status)) { in memorystatus_vm_map_fork_parent()
/xnu-12377.61.12/tools/tests/execperf/
H A Drun.c80 if (WIFSIGNALED(ret)) { in work()
/xnu-12377.61.12/bsd/sys/
H A Dwait.h153 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) macro
/xnu-12377.61.12/tests/vm/
H A Dvm_tainted_executable.c114 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(child_status), NULL);
H A Dmemorystatus_jetsam_zprint_snapshot.c216 } else if (WIFSIGNALED(status)) { in run_jzs_test()
H A Dvm_reclaim.c278 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed.");
548 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed.");
582 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "Test process crashed.");
/xnu-12377.61.12/tests/cxx_safe_buffers_src/
H A Dreinterpret_span_cast.cpp119 T_ASSERT_TRUE(WIFSIGNALED(signal), "Child process successfully triggered an execution trap"); in trapping_test()
/xnu-12377.61.12/tests/rm/
H A Dcoalition_info_pid_list.c232 T_QUIET; T_ASSERT_TRUE(WIFSIGNALED(status), "signaled");
/xnu-12377.61.12/tests/skywalk/
H A Dskywalk_mptest_driver.c340 if (WIFSIGNALED(child_status)) { in skywalk_mptest_driver_run()
H A Dskywalk_test_driver.c317 if (WIFSIGNALED(child_status)) { in skywalk_test_driver_run()

12