Home
last modified time | relevance | path

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

1234

/xnu-8020.140.41/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.c44 T_FAIL("invalid exception type: %d", exception); in catch_mach_exception_raise()
61 T_FAIL("Unsupported catch_mach_exception_raise_state"); in catch_mach_exception_raise_state()
79 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise_state_identity()
92 T_FAIL("mach_port_allocate: %s (%d)", mach_error_string(kret), kret); in exc_handler()
97 T_FAIL("mach_port_insert_right: %s (%d)", mach_error_string(kret), kret); in exc_handler()
103 T_FAIL("task_set_exception_ports: %s (%d)", mach_error_string(kret), kret); in exc_handler()
110 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.c55 T_FAIL("Unsupported catch_mach_exception_raise_state"); in catch_mach_exception_raise_state()
73 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise_state_identity()
91 T_FAIL("mach_port_allocate: %s (%d)", mach_error_string(kret), kret); in exc_handler()
96 T_FAIL("mach_port_insert_right: %s (%d)", mach_error_string(kret), kret); in exc_handler()
102 T_FAIL("task_set_exception_ports: %s (%d)", mach_error_string(kret), kret); in exc_handler()
109 T_FAIL("mach_msg_server: %s (%d)", mach_error_string(kret), kret); in exc_handler()
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 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.c109 T_FAIL("Triggered catch_mach_exception_raise() which shouldn't happen..."); in catch_mach_exception_raise()
158 T_FAIL("Triggered catch_mach_exception_raise_state() which shouldn't happen..."); in catch_mach_exception_raise_state()
215 T_FAIL("catch_mach_exception_raise_state() not fully implemented on this architecture"); in catch_mach_exception_raise_state_identity()
238T_FAIL("Currently only EXCEPTION_STATE_IDENTITY and EXCEPTION_IDENTITY_PROTECTED are implemented"); in create_exception_port_behavior64()
312 T_FAIL("Unsupported behavior"); in _run_exception_handler()
339T_FAIL("Currently only EXCEPTION_STATE_IDENTITY and EXCEPTION_IDENTITY_PROTECTED are implemented"); in run_exception_handler_behavior64()
H A Dmach_service_port.c98 T_FAIL("do_mach_notify_port_destroyed: MACH_PORT_NULL?"); in do_mach_notify_port_destroyed()
102 T_FAIL("do_mach_notify_port_destroyed: name 0x%x != service_port: 0x%x", name, service_port); in do_mach_notify_port_destroyed()
110 T_FAIL("Service port name = %s is incorrect", sp_info.mspi_string_name); in do_mach_notify_port_destroyed()
233 T_FAIL("mach_port_construct incorrect return value");
H A Dcpucount.c97 T_FAIL("enable_skstb=1 boot-arg is missing");
110T_FAIL("kern.sched_thread_bind_cpu doesn't exist, must set enable_skstb=1 boot-arg on development …
113 T_FAIL("must run as root");
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 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 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 Dimm_pinned_control_port.c99 T_FAIL("Unsupported catch_mach_exception_raise_state"); in catch_mach_exception_raise_state()
117 T_FAIL("Unsupported catch_mach_exception_raise_state_identity"); in catch_mach_exception_raise_state_identity()
145 T_FAIL("Unexpected exception"); in catch_mach_exception_raise()
382 T_FAIL("waitpid: child mia");
386 T_FAIL("Child exited with status = %x", child_status);
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");
H A Dtty_hang.c245 T_FAIL("Test failed because child received signal %s\n", in run_test()
248 T_FAIL("Test failed because child exited with status %d\n", in run_test()
H A Dextract_right_soft_fail.c64 T_FAIL("Did not find task port in child's space"); in test_extract_immovable_task_port()
107 T_FAIL("fork failed()");
H A Drestartable_ranges.c223 T_FAIL("test crashed with signal %s after %d syncs", in task_restartable_ranges_race_fail()
267 T_FAIL("task_restartable_ranges_register failed");
/xnu-8020.140.41/tests/ipc/
H A Dkernel_signed_pac_thread_state.c124 T_FAIL("Triggered catch_mach_exception_raise() which shouldn't happen..."); in catch_mach_exception_raise()
138 T_FAIL("Triggered catch_mach_exception_raise_identity_protected() which shouldn't happen..."); in catch_mach_exception_raise_identity_protected()
158 T_FAIL("Triggered catch_mach_exception_raise_state() which shouldn't happen..."); in catch_mach_exception_raise_state()
264 T_FAIL("Received more than 2 exceptions, failing the test"); in catch_mach_exception_raise_state_identity()
277 T_FAIL("Received more than 2 exceptions, failing the test"); in catch_mach_exception_raise_state_identity()
293T_FAIL("Currently only EXCEPTION_STATE_IDENTITY and EXCEPTION_IDENTITY_PROTECTED are implemented"); in create_exception_port_behavior64()
376 T_FAIL("Expected %d exceptions, received %d", expected_exception, exception_count);
404 T_FAIL("Child should have been terminated, but it did not");
410 T_FAIL("Expected %d exceptions, received %d", expected_exception, exception_count);
/xnu-8020.140.41/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 Dzalloc_buddy.c14 #define panic(fmt, ...) ({ T_FAIL(fmt, __VA_ARGS__); abort(); })
33 T_FAIL("Trying to extend the storage"); in zba_populate_nope()
/xnu-8020.140.41/tests/vm_memory_tests_src/
H A Dvm_tests.c76 T_FAIL("CLIENT: mach_vm_remap FAILED"); in mach_vm_client()
102 T_FAIL("CLIENT: mach_vm_read_overwrite FAILED"); in mach_vm_client()
121 T_FAIL("CLIENT: mach_vm_read FAILED"); in mach_vm_client()
142 T_FAIL("CLIENT: mach_vm_write FAILED"); in mach_vm_client()
173 T_FAIL("CLIENT: mach_vm_map FAILED"); in mach_vm_client()
184 T_FAIL("CLIENT: mach_vm_deallocate FAILED"); in mach_vm_client()
202 T_FAIL("Revieved VM_OP_EXIT_ERROR"); in mach_vm_client()

1234