Home
last modified time | relevance | path

Searched refs:T_FAIL (Results 1 – 25 of 123) sorted by relevance

12345

/xnu-11417.121.6/tests/
H A Dkqueue_timer_tests.c114 T_FAIL("Failure: scale 0x%x not recognized.\n", scale); in test_absolute_kevent()
142 T_FAIL("%s time:%d, scale:0x%x", __func__, time, scale); in test_absolute_kevent()
177 T_FAIL("Failure: scale 0x%x not recognized.\n", scale); in test_oneshot_kevent()
197 T_FAIL("%s time:%d, scale:0x%x", __func__, time, scale); in test_oneshot_kevent()
225 T_FAIL("%s() setup failure: kevent64 returned %d\n", __func__, ret); in test_interval_kevent()
242 T_FAIL("%s() failure: kevent64 returned %d\n", __func__, ret); in test_interval_kevent()
262 T_FAIL("%s() usec:%d (saw %lld of %lld expected pops)", __func__, usec, pops, expected_pops); in test_interval_kevent()
294 T_FAIL("%s() setup failure: kevent64 returned %d\n", __func__, ret); in test_repeating_kevent()
303 T_FAIL("%s() setup failure: kevent64 returned %d\n", __func__, ret); in test_repeating_kevent()
315 T_FAIL("%s() usec:%d (saw %lld of %lld expected pops)", __func__, usec, pops, expected_pops); in test_repeating_kevent()
[all …]
H A Dssbs.c66 T_FAIL("SSBS support sysctl contains garbage: %u!", ssbs_support);
71 T_FAIL("SSBS does not default to off (value seen: 0x%" PRIx64 ")!", ssbs_state);
78 T_FAIL("SSBS did not turn on (value seen: 0x%" PRIx64 ")!", ssbs_state);
85 T_FAIL("SSBS did not turn off (value seen: 0x%" PRIx64 ")!", ssbs_state);
H A Dhw_breakpoint_step_arm64.c45 T_FAIL("invalid exception type: %d", exception); in catch_mach_exception_raise()
62 T_FAIL("Unsupported catch_mach_exception_raise_state"); in catch_mach_exception_raise_state()
80 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise_state_identity()
93 T_FAIL("mach_port_allocate: %s (%d)", mach_error_string(kret), kret); in exc_handler()
98 T_FAIL("mach_port_insert_right: %s (%d)", mach_error_string(kret), kret); in exc_handler()
104 T_FAIL("task_set_exception_ports: %s (%d)", mach_error_string(kret), kret); in exc_handler()
111 T_FAIL("mach_msg_server: %s (%d)", mach_error_string(kret), kret); in exc_handler()
H A Dperf_spawn_fork.c26 T_FAIL("posix_spawn returned %d", err); \
30 T_FAIL("Child process of posix_spawn failed to run"); \
57 T_FAIL("fork returned -1"); \
61 T_FAIL("forked process failed to exit properly"); \
H A Dexc_resource_threads.c57 T_FAIL("Unsupported catch_mach_exception_raise_state"); in catch_mach_exception_raise_state()
75 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise_state_identity()
93 T_FAIL("mach_port_allocate: %s (%d)", mach_error_string(kret), kret); in exc_handler()
98 T_FAIL("mach_port_insert_right: %s (%d)", mach_error_string(kret), kret); in exc_handler()
104 T_FAIL("task_set_exception_ports: %s (%d)", mach_error_string(kret), kret); in exc_handler()
111 T_FAIL("mach_msg_server: %s (%d)", mach_error_string(kret), kret); in exc_handler()
H A Dicmp_basic.c86 T_FAIL("ping %s failed", test_ip);
103 T_FAIL("ping %s failed", test_ip);
116 T_FAIL("ping failed");
128 T_FAIL("ping failed");
H A Dsigchld_return.c72 T_FAIL("Signal was not SIGCHLD.");
76 T_FAIL("Unexpected exitcode");
96 T_FAIL("Signal was not SIGCHLD.");
100 T_FAIL("Unexpected exitcode");
134 T_FAIL("SIGCHLD is not delivered");
H A Dsendmsg_x_test.c93 T_FAIL("sendmsg_x() failed: %s", strerror(errno));
96 T_FAIL("sendmsg_x() failed: return %zd instead of 1", sendmsg_x_result);
108 T_FAIL("recv() failed: return %zd instead of DATAGRAM_SIZE", recv_result);
115 T_FAIL("receive_buffer1[%d] 0x%x == 0x12", i, receive_buffer1[i]);
H A Dreply_port_defense.c66 T_FAIL("Unsupported catch_mach_exception_raise_state"); in catch_mach_exception_raise_state()
84 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise_state_identity()
104 T_FAIL("Unsupported catch_mach_exception_raise_state_identity_protected"); in catch_mach_exception_raise_state_identity_protected()
126 T_FAIL("Unexpected exception"); in catch_mach_exception_raise_identity_protected()
140 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise()
215 T_FAIL("%s waitpid: child", strerror(errno)); in reply_port_defense()
218 T_FAIL("Child exited with status = 0x%x", child_status); in reply_port_defense()
H A Dproc_rlimit.c131 T_FAIL("Unknown action on soft limit: %d", action); in change_rlimits()
153 T_FAIL("Unknown action on hard limit: %d", action); in change_rlimits()
158 T_FAIL("Unknown limit type: %d", limit_type); in change_rlimits()
181T_FAIL("Mismatch limit values %s despite a successful setrlimit call (setrlimit'd soft 0x%16llx ha… in change_rlimits()
189T_FAIL("Mismatch limit values %s despite a successful setrlimit call (setrlimit'd soft 0x%16llx ha… in change_rlimits()
195T_FAIL("Mismatch limit values %s despite a successful setrlimit call (setrlimit'd soft 0x%16llx ha… in change_rlimits()
H A Dexc_helpers.c125 T_FAIL("Triggered catch_mach_exception_raise() which shouldn't happen..."); in catch_mach_exception_raise()
214 T_FAIL("Triggered catch_mach_exception_raise_state() which shouldn't happen..."); in catch_mach_exception_raise_state()
271 T_FAIL("catch_mach_exception_raise_state() not fully implemented on this architecture"); in catch_mach_exception_raise_state_identity()
306 T_FAIL("Passed behavior (%d) is not supported by exc_helpers.", behavior); in create_exception_port_behavior64()
392 T_FAIL("Unsupported behavior"); in _run_exception_handler()
422 T_FAIL("Passed behavior (%d) is not supported by exc_helpers.", behavior); in run_exception_handler_behavior64()
H A Dcorpse_backtrace.c46 T_FAIL("Does not expect backtrace for this test case"); in exc_handler_backtrace()
184 T_FAIL("Unexpected kcdata object type"); in exc_handler_backtrace()
204 T_FAIL("Expect backtrace for this test case"); in exc_handler_identity_protected()
248 T_FAIL("Did not receive exception within timeout");
273 T_FAIL("Should not reach here");
H A Dthread_test_context.c35 T_FAIL("error at osfmk/kern/thread.c:%lld from thread.c:%lld",
38 T_FAIL("error at osfmk/kern/thread.c:%lld",
H A Dtest_ptraceme.c54 T_FAIL("Fork failed with error: %d: %s", errno, strerror(errno));
63 T_FAIL("execl failed with error: %d: %s", errno, strerror(errno));
H A Dsignal_stack.c37 T_FAIL("error: sigaltstack failed\n");
49 T_FAIL("error: sigaction failed\n");
H A Dfp_exception.c93 T_FAIL("The floating point control register has a non-default value" "%" PRIx64, fpcr);
137 T_FAIL("The floating point divide-by-zero exception was not captured :(");
H A Dimm_pinned_control_port.c113 T_FAIL("Unsupported catch_mach_exception_raise_state"); in catch_mach_exception_raise_state()
144 T_FAIL("Unexpected exception"); in catch_mach_exception_raise_identity_protected()
163 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise_state_identity()
176 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise()
410 T_FAIL("waitpid: child mia"); in test_imm_pinned_control_port()
415 T_FAIL("Child exited with status = %x", child_status); T_END; in test_imm_pinned_control_port()
H A Dkqworkloop_limits.c81 T_FAIL("waitpid: child mia");
85 T_FAIL("Child exited with signal = %d", WTERMSIG(child_status));
103 T_FAIL("waitpid: child mia");
129 T_FAIL("waitpid: child mia");
H A Dmach_service_port.c138 T_FAIL("do_mach_notify_port_destroyed: MACH_PORT_NULL?"); in do_mach_notify_port_destroyed()
142 T_FAIL("do_mach_notify_port_destroyed: name 0x%x != service_port: 0x%x", name, service_port); in do_mach_notify_port_destroyed()
150 T_FAIL("Service port name = %s is incorrect", sp_info.mspi_string_name); in do_mach_notify_port_destroyed()
273 T_FAIL("mach_port_construct incorrect return value");
/xnu-11417.121.6/tests/ipc/
H A Dkernel_signed_pac_thread_state.c133 T_FAIL("Triggered catch_mach_exception_raise() which shouldn't happen..."); in catch_mach_exception_raise()
147 T_FAIL("Triggered catch_mach_exception_raise_identity_protected() which shouldn't happen..."); in catch_mach_exception_raise_identity_protected()
167 T_FAIL("Triggered catch_mach_exception_raise_state() which shouldn't happen..."); in catch_mach_exception_raise_state()
274 T_FAIL("Received more than 2 exceptions, failing the test"); in catch_mach_exception_raise_state_identity()
289 T_FAIL("Received more than 2 exceptions, failing the test"); in catch_mach_exception_raise_state_identity()
307T_FAIL("Currently only EXCEPTION_STATE_IDENTITY and EXCEPTION_IDENTITY_PROTECTED are implemented"); in create_exception_port_behavior64()
390 T_FAIL("Expected %d exceptions, received %d", expected_exception, exception_count);
416 T_FAIL("Child should have been terminated, but it did not");
422 T_FAIL("Expected %d exceptions, received %d", expected_exception, exception_count);
H A Dsys_perf_notify_test.c42 T_FAIL("Unsupported catch_mach_exception_raise_state"); in catch_mach_exception_raise_state()
60 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise_state_identity()
79 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise_state_identity_protected()
110 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise()
/xnu-11417.121.6/tests/vm/
H A Dvm_test_90774260.c30 T_FAIL("mach_memory_object_memory_entry() returned MIG_BAD_ID"); in test_90774260()
131 T_FAIL("first_layer_addr should not have changed"); in test_90774260()
135 T_FAIL("shared_addr should have changed"); in test_90774260()
139 T_FAIL("cow_addr should not have changed"); in test_90774260()
H A Dcorpse_owned_vmobjects.c80 T_FAIL("Unsupported catch_mach_exception_raise_state"); in catch_mach_exception_raise_state()
98 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise_state_identity()
117 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise_state_identity_protected()
131 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise_identity_protected()
179 T_FAIL("No arguments passed to memory eater");
H A Dmemorystatus_jetsam_zprint_snapshot.c192 T_FAIL("fork failed"); in run_jzs_test()
231 T_FAIL("run_jzs_loop timed out"); in run_jzs_test()
243T_FAIL("Failed to copy jetsam zprint snapshot after %u run%s", retries, (retries == 1) ? "" : "s"); in run_jzs_test()
/xnu-11417.121.6/tests/vfs/
H A Dgetattrlist_mountextflags.c76 T_FAIL("getmntinfo failure"); in get_mount_path()
109 T_FAIL("Cannot find mount path"); in get_mount_path()
126 T_FAIL("Failed to run command"); in do_exec()

12345