| /xnu-12377.81.4/tests/ |
| H A D | prioritize_process_launch.c | 346 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); in workloop_cb_test_intransit() 347 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost did not work correctly with knotes"); in workloop_cb_test_intransit() 380 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); in workloop_cb_test_knote_kill() 381 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "Temp owner boost did not work correctly with knotes"); in workloop_cb_test_knote_kill() 426 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); in workloop_cb_test_sync_bootstrap() 427 T_EXPECT_EQ(WEXITSTATUS(stat), 31, "Temp owner boost did not work correctly with knotes"); in workloop_cb_test_sync_bootstrap() 485 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); 486 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "spawn did not properly boost main thread"); 508 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); 509 T_EXPECT_EQ(WEXITSTATUS(stat), 47, "spawn/exec did not properly boost main thread"); [all …]
|
| 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 | 50 T_ASSERT_EQ(WEXITSTATUS(wait_ret), 0, "running natively should return 0"); 62 T_ASSERT_EQ(WEXITSTATUS(wait_ret), 1, "running in rosetta should return 1"); 74 T_ASSERT_EQ(WEXITSTATUS(wait_ret), 2, "running with alternative rosetta runtime should return 2");
|
| H A D | arm_mte_utilities.c | 134 pid, WEXITSTATUS(status), status); in wait_for_child() 135 } else if (WIFEXITED(status) && !WEXITSTATUS(status)) { in wait_for_child() 257 T_EXPECT_EQ(WEXITSTATUS(status), 0, "%s: exited with status 0", msg); 278 T_ASSERT_EQ(WEXITSTATUS(status), 0, "%s: exited with status 0", msg); 385 T_EXPECT_TRUE(WEXITSTATUS(status) == 0, "exited with status %d", WEXITSTATUS(status)); in posix_spawn_with_flags_and_assert_successful_exit()
|
| H A D | vm_set_max_addr_test.c | 41 code = WEXITSTATUS(status); 53 code = WEXITSTATUS(status);
|
| H A D | perf_spawn_fork.c | 29 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { \ 60 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { \
|
| H A D | bingrade.c | 61 T_ASSERT_EQ(WEXITSTATUS(status), ILP32_POINTER_BYTES, "32-bit process should succeed."); 79 T_ASSERT_EQ(WEXITSTATUS(status), ILP32_POINTER_BYTES,
|
| H A D | posix_spawn_file_actions.c | 61 T_ASSERT_EQ(WEXITSTATUS(status), EX_OK, "child should have exited with success"); 130 T_ASSERT_EQ(WEXITSTATUS(status), EX_OK, "child should have exited with success");
|
| H A D | subsystem_root_path.h | 25 if (WIFEXITED(status) && (WEXITSTATUS(status) == 0)) { in _spawn_and_wait()
|
| H A D | pipe_read_infloop_55437634.c | 52 T_ASSERT_EQ(WEXITSTATUS(status), 0, NULL);
|
| H A D | posix_spawn_launch_type.c | 62 T_ASSERT_EQ(WEXITSTATUS(status), EX_OK, "child should have exited with success");
|
| H A D | shared_cache_tests.c | 37 T_LOG("waitpid for %d returned with status %d", child1, WEXITSTATUS(status));
|
| H A D | exec_set_proc_name.c | 49 T_ASSERT_EQ(WEXITSTATUS(status), 0, "child exit code");
|
| H A D | arm_mte_stress.c | 286 T_EXPECT_TRUE(WEXITSTATUS(status) == 0, "exited with status %d", WEXITSTATUS(status)); in launch_helper()
|
| H A D | subsystem_root_path_helper.c | 38 if (!(WIFEXITED(status) && (WEXITSTATUS(status) == 0))) { in main()
|
| H A D | task_filter_msg.c | 65 const int exit_code = WEXITSTATUS(status);
|
| H A D | arm_mte_preflight.c | 98 T_ASSERT_EQ(WEXITSTATUS(status), EX_OK, "child should have exited with success"); in do_preflight_spawn_test()
|
| H A D | posix_spawn_file_actions_add_fileportdup2_np.c | 67 T_ASSERT_EQ(WEXITSTATUS(status), EX_OK, "child should have exited with success");
|
| H A D | suspended_spawn_26184412.c | 86 T_ASSERT_EQ(WEXITSTATUS(status), EX_OK, "child should have exited with success"); in spawn_and_signal()
|
| /xnu-12377.81.4/tools/tests/execperf/ |
| H A D | run.c | 85 if (WEXITSTATUS(ret) != 42) { in work() 86 errx(1, "process exited with unexpected exit code %d", WEXITSTATUS(ret)); in work()
|
| /xnu-12377.81.4/tests/vm/ |
| H A D | zalloc.c | 76 pid, WEXITSTATUS(status)); 82 T_ASSERT_TRUE(WIFEXITED(status) && WEXITSTATUS(status) == 0,
|
| /xnu-12377.81.4/tests/vfs/ |
| H A D | sandbox_type_error.c | 128 if (WEXITSTATUS(status)) { in test_path() 129 …with '%s', got '%s'", stat_path, deny_path, strerror(expected_err), strerror(WEXITSTATUS(status))); in test_path()
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | wait.h | 144 #define WEXITSTATUS(x) ((_W_INT(x) >> 8) & 0x000000ff) macro 146 #define WEXITSTATUS(x) (_W_INT(x) >> 8) macro
|
| /xnu-12377.81.4/tests/skywalk/ |
| H A D | skywalk_mptest_driver.c | 335 if (WEXITSTATUS(child_status)) { in skywalk_mptest_driver_run() 337 child, childpid, WEXITSTATUS(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 | 315 T_LOG("Child exited with status %d", WEXITSTATUS(child_status)); in skywalk_test_driver_run() 333 if ((WIFEXITED(child_status) && WEXITSTATUS(child_status)) || in skywalk_test_driver_run()
|