Home
last modified time | relevance | path

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

12345

/xnu-10063.141.1/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 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 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 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.c92 T_FAIL("sendmsg_x() failed: %s", strerror(errno));
95 T_FAIL("sendmsg_x() failed: return %zd instead of 1", sendmsg_x_result);
107 T_FAIL("recv() failed: return %zd instead of DATAGRAM_SIZE", recv_result);
114 T_FAIL("receive_buffer1[%d] 0x%x == 0x12", i, receive_buffer1[i]);
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 Dreply_port_defense.c64 T_FAIL("Unsupported catch_mach_exception_raise_state"); in catch_mach_exception_raise_state()
82 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise_state_identity()
106 T_FAIL("Unexpected exception"); in catch_mach_exception_raise_identity_protected()
120 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise()
196 T_FAIL("%s waitpid: child", strerror(errno)); in reply_port_defense()
199 T_FAIL("Child exited with status = 0x%x", child_status); in reply_port_defense()
H A Dexc_helpers.c124 T_FAIL("Triggered catch_mach_exception_raise() which shouldn't happen..."); in catch_mach_exception_raise()
173 T_FAIL("Triggered catch_mach_exception_raise_state() which shouldn't happen..."); in catch_mach_exception_raise_state()
230 T_FAIL("catch_mach_exception_raise_state() not fully implemented on this architecture"); in catch_mach_exception_raise_state_identity()
265 T_FAIL("Passed behavior (%d) is not supported by exc_helpers.", behavior); in create_exception_port_behavior64()
348 T_FAIL("Unsupported behavior"); in _run_exception_handler()
377 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 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.c92 T_FAIL("The floating point control register has a non-default value" "%" PRIx64, fpcr);
136 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()
414 T_FAIL("Child exited with status = %x", child_status); in test_imm_pinned_control_port()
H A Dos_refcnt.c246 T_FAIL("unexpected panic from %s", func); in handle_panic()
277 T_FAIL("underflow not caught");
292 T_FAIL("overflow not caught");
310 T_FAIL("resurrection not caught");
326 T_FAIL("dealloc live not caught");
H A Dmach_service_port.c137 T_FAIL("do_mach_notify_port_destroyed: MACH_PORT_NULL?"); in do_mach_notify_port_destroyed()
141 T_FAIL("do_mach_notify_port_destroyed: name 0x%x != service_port: 0x%x", name, service_port); in do_mach_notify_port_destroyed()
149 T_FAIL("Service port name = %s is incorrect", sp_info.mspi_string_name); in do_mach_notify_port_destroyed()
272 T_FAIL("mach_port_construct incorrect return value");
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");
125 T_FAIL("waitpid: child mia");
H A Dtask_vm_info_decompressions.c57 T_FAIL("execve() failed"); in freeze_pid()
65 T_FAIL("Freezer took too long to freeze the test"); in freeze_pid()
71 T_FAIL("Freezer error'd out"); in freeze_pid()
H A Dpwrite_avoid_sigxfsz_28581610.c74 T_FAIL("%s unexpected SIGXFSZ with offset %lX",
87 T_FAIL("%s unexpected SIGXFSZ with negative offset %d",
H A Dfd_table_limits.c65 T_FAIL("waitpid: child mia");
69 T_FAIL("Child exited with signal = %d", WTERMSIG(child_status));
106 T_FAIL("waitpid: child mia");
147 T_FAIL("waitpid: child mia");
H A Dimmovable_send.c40 T_FAIL("Unsupported catch_mach_exception_raise_state"); in catch_mach_exception_raise_state()
58 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise_state_identity()
213 T_FAIL("wait4: child mia");
/xnu-10063.141.1/tests/ipc/
H A Dkernel_signed_pac_thread_state.c126 T_FAIL("Triggered catch_mach_exception_raise() which shouldn't happen..."); in catch_mach_exception_raise()
140 T_FAIL("Triggered catch_mach_exception_raise_identity_protected() which shouldn't happen..."); in catch_mach_exception_raise_identity_protected()
160 T_FAIL("Triggered catch_mach_exception_raise_state() which shouldn't happen..."); in catch_mach_exception_raise_state()
266 T_FAIL("Received more than 2 exceptions, failing the test"); in catch_mach_exception_raise_state_identity()
279 T_FAIL("Received more than 2 exceptions, failing the test"); in catch_mach_exception_raise_state_identity()
295T_FAIL("Currently only EXCEPTION_STATE_IDENTITY and EXCEPTION_IDENTITY_PROTECTED are implemented"); in create_exception_port_behavior64()
378 T_FAIL("Expected %d exceptions, received %d", expected_exception, exception_count);
406 T_FAIL("Child should have been terminated, but it did not");
412 T_FAIL("Expected %d exceptions, received %d", expected_exception, exception_count);
H A Dmach_exc_port_substitute.c68 T_FAIL("Triggered catch_mach_exception_raise_identity_protected() which shouldn't happen..."); in catch_mach_exception_raise_state_identity()
87 T_FAIL("Triggered catch_mach_exception_raise_state() which shouldn't happen..."); in catch_mach_exception_raise_state()
170 T_FAIL("should not reach here");
/xnu-10063.141.1/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()

12345