| /xnu-12377.41.6/tests/ |
| H A D | icmp_basic.c | 67 if (ret == 0 || (WIFEXITED(ret) && !WEXITSTATUS(ret))) { in require_internet() 83 if (ret == 0 || (WIFEXITED(ret) && !WEXITSTATUS(ret))) { 99 if (ret == 0 || (WIFEXITED(ret) && !WEXITSTATUS(ret))) { 112 if (ret == 0 || (WIFEXITED(ret) && !WEXITSTATUS(ret))) { 125 if (ret == 0 || (WIFEXITED(ret) && !WEXITSTATUS(ret))) {
|
| H A D | posix_spawn_alt_rosetta.c | 49 T_QUIET; T_ASSERT_EQ(WIFEXITED(wait_ret), 1, "child process should have called exit()"); 61 T_QUIET; T_ASSERT_EQ(WIFEXITED(wait_ret), 1, "child process should have called exit()"); 73 T_QUIET; T_ASSERT_EQ(WIFEXITED(wait_ret), 1, "child process should have called exit()");
|
| H A D | perf_spawn_fork.c | 29 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { \ 60 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { \
|
| H A D | suspended_spawn_26184412.c | 65 T_ASSERT_EQ(WIFEXITED(status), 0, "before SIGCONT: must not have exited"); in spawn_and_signal() 85 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally"); in spawn_and_signal()
|
| H A D | bingrade.c | 60 T_QUIET; T_ASSERT_TRUE(WIFEXITED(status), NULL); 78 T_QUIET; T_ASSERT_TRUE(WIFEXITED(status), NULL);
|
| H A D | posix_spawn_file_actions.c | 60 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally"); 129 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally");
|
| H A D | kqworkloop_limits.c | 88 …T_ASSERT_EQ(WIFEXITED(child_status), 1, "Child exited normally with exit value %d", WEXITSTATUS(ch… 106 T_ASSERT_EQ(WIFEXITED(child_status), 0, "Child did not exit normally"); 132 T_ASSERT_EQ(WIFEXITED(child_status), 0, "Child did not exit normally");
|
| H A D | fd_table_limits.c | 72 …T_ASSERT_EQ(WIFEXITED(child_status), 1, "Child exited normally with exit value %d", WEXITSTATUS(ch… 109 T_ASSERT_EQ(WIFEXITED(child_status), 0, "Child did not exit normally"); 150 T_ASSERT_EQ(WIFEXITED(child_status), 0, "Child did not exit normally");
|
| H A D | subsystem_root_path.h | 25 if (WIFEXITED(status) && (WEXITSTATUS(status) == 0)) { in _spawn_and_wait()
|
| H A D | nox86exec.c | 21 T_ASSERT_FALSE(WIFEXITED(wait_ret), "x86_64 helper should not run");
|
| H A D | port_exhaustion.c | 46 T_ASSERT_EQ(WIFEXITED(child_status), 0, "Child did not exit normally");
|
| H A D | pipe_read_infloop_55437634.c | 51 T_ASSERT_TRUE(WIFEXITED(status), NULL);
|
| H A D | posix_spawn_launch_type.c | 61 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally");
|
| H A D | exec_set_proc_name.c | 48 T_ASSERT_TRUE(WIFEXITED(status), "child exited");
|
| H A D | subsystem_root_path_helper.c | 38 if (!(WIFEXITED(status) && (WEXITSTATUS(status) == 0))) { in main()
|
| H A D | task_filter_msg.c | 64 if (WIFEXITED(status)) {
|
| H A D | posix_spawn_file_actions_add_fileportdup2_np.c | 66 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally");
|
| H A D | posix_spawn_posix_cred.c | 89 T_ASSERT_EQ(WIFEXITED(status), 1, "child should have exited normally");
|
| H A D | posix_spawn_archpref.c | 35 T_QUIET; T_ASSERT_EQ(WIFEXITED(wait_ret), 1, "%s: child process should have called exit()", name); in run_test()
|
| H A D | xnu_quick_test.c | 99 T_ASSERT_TRUE((WIFEXITED( my_status ) && WEXITSTATUS( my_status ) == 44),
|
| /xnu-12377.41.6/tests/vm/ |
| H A D | zalloc.c | 74 if (WIFEXITED(status)) { 82 T_ASSERT_TRUE(WIFEXITED(status) && WEXITSTATUS(status) == 0,
|
| /xnu-12377.41.6/tests/skywalk/ |
| H A D | skywalk_mptest_driver.c | 334 if (WIFEXITED(child_status)) { in skywalk_mptest_driver_run() 345 if (!WIFEXITED(child_status) || WEXITSTATUS(child_status)) { in skywalk_mptest_driver_run()
|
| H A D | skywalk_test_driver.c | 314 if (WIFEXITED(child_status)) { in skywalk_test_driver_run() 333 if ((WIFEXITED(child_status) && WEXITSTATUS(child_status)) || in skywalk_test_driver_run()
|
| /xnu-12377.41.6/tools/tests/execperf/ |
| H A D | run.c | 84 } else if (WIFEXITED(ret)) { in work()
|
| /xnu-12377.41.6/tests/vfs/ |
| H A D | sandbox_type_error.c | 123 if (!WIFEXITED(status)) { in test_path()
|