Home
last modified time | relevance | path

Searched refs:T_PASS (Results 1 – 25 of 118) sorted by relevance

12345

/xnu-11215.81.4/tests/
H A Drip_v4v6_input.c123 T_PASS("%s", __func__);
134 T_PASS("%s", __func__);
145 T_PASS("%s", __func__);
158 T_PASS("%s", __func__);
171 T_PASS("%s", __func__);
184 T_PASS("%s", __func__);
199 T_PASS("%s", __func__);
214 T_PASS("%s", __func__);
231 T_PASS("%s", __func__);
H A Dicmp_basic.c68 T_PASS("Initial ping to %s passed, continuing test", test_ip); in require_internet()
84 T_PASS("ping completed");
101 T_PASS("ping completed");
114 T_PASS("ping completed");
126 T_PASS("ping completed");
H A Dnet_bounds_safety.c8 T_PASS("bounds_safety enabled");
10 T_PASS("bounds_safety disabled");
H A Dsendmsg_x_test.c98 T_PASS("sendmsg_x() result: %zd == 1\n", sendmsg_x_result);
110 T_PASS("recv() result: %zd == DATAGRAM_SIZE\n", recv_result);
118 T_PASS("First datagram successfully received.\n");
H A Dkqueue_timer_tests.c139 T_PASS("%s time:%d, scale:0x%x", __func__, time, scale); in test_absolute_kevent()
194 T_PASS("%s time:%d, scale:0x%x", __func__, time, scale); in test_oneshot_kevent()
265 T_PASS("%s() usec:%d (saw %lld pops)", __func__, usec, pops); in test_interval_kevent()
318 T_PASS("%s() usec:%d (saw %lld pops)", __func__, usec, pops); in test_repeating_kevent()
362 T_PASS("%s() %d, %d", __func__, first, second); in test_updated_kevent()
H A Dproc_pidpath_audittoken.c91 T_PASS("%5d %s\n", pid, buffer); in show_pidpaths()
103 T_PASS("Successfully tested prod_pidpath_audittoken()");
H A Dvm_test_mach_map.c1252 T_PASS("vm_remap() did not bypass copy-on-write");
1257 T_PASS("vm_remap() read-only");
1261 T_PASS("vm_remap_new() is not present");
1296 T_PASS("vm_remap_new() did not bypass copy-on-write");
1321 T_PASS("vm_remap_new() read-only");
1366 T_PASS("mem_entry(VM_SHARE) did not bypass copy-on-write");
1417 T_PASS("mem_entry(VM_SHARE) read-only");
1456 T_PASS("mem_entry() read-only");
1548 T_PASS("mem_entry(READ | WRITE | IS_MASK) read-only");
1620 T_PASS("vm_remap() did not bypass copy-on-write");
[all …]
H A Dulock.c46 T_PASS("Waiter woke"); in test_waiter()
79 T_PASS("Waiter woke"); in test_waiter_with_timeout()
H A Drestartable_ranges.c124 T_PASS("was successfully restarted\n"); in task_restartable_ranges_thread()
278 T_PASS("survived without crashing");
H A Dbounded_ptr_03.cpp15 T_PASS("bounded_ptr_cxx03.fwd_decl compiled successfully");
H A Dosptr_compat.cpp17 T_PASS("OSPtr compatibility test passed"); in CONCAT()
H A Dstack_chk_tests.c21 T_PASS("kern.run_stack_chk_tests not on this platform/configuration");
/xnu-11215.81.4/tests/sched/
H A Dclutch_runqueue.c39 T_PASS("Processor-bound threads win priority tie-breaker");
52T_PASS("Clutch root represented against processor-bound threads by highest pri thread in the highe…
73 T_PASS("Aboveui vs. foreground ordered according to priority");
100 T_PASS("Basic EDF root bucket order respected");
119 T_PASS("Warping and Warp Windows respected");
131 T_PASS("Starvation Avoidance Mode respected");
159 T_PASS("Interactivity scores between Clutch buckets respected");
175 T_PASS("Priority correctly combined with interactivity scores to order Clutch buckets");
189 T_PASS("Clutch bucket FIFO order respected, for Clutch buckets with the same priority");
212 T_PASS("sched_pri order respected, for threads in the same Clutch bucket");
[all …]
/xnu-11215.81.4/tests/nvram_tests/
H A Dnvram_ve_mod.c32 T_PASS("NVram reset not invoked");
37 T_PASS("Test not supported");
61 T_PASS("NVram reset not invoked");
H A Dnvram_system.c26 T_PASS("Test not supported");
106 T_PASS("NVram reset not invoked");
133 T_PASS("NVram reset not invoked");
177 T_PASS("NVram obliterate not invoked");
H A Dnvram_ve_reset.c31 T_PASS("NVram reset not invoked");
36 T_PASS("Test not supported");
H A Dnvram_ve_delete.c25 T_PASS("Test not supported");
H A Dnvram_nonentitled.c251 T_PASS("NVram reset not invoked");
307 T_PASS("NVram reset not invoked");
335 T_PASS("NVram obliterate not invoked");
H A Dnvram_ve_read.c26 T_PASS("Test not supported");
/xnu-11215.81.4/tests/vm/
H A Dvm_test_102067976.c65 T_PASS("mach_vm_map(size=-1) no longer succeeds");
81 T_PASS("no panic!");
H A Dmmap_resilient_media.c125 T_PASS("rest of resilient mapping is accessible");
159 T_PASS("mmap(MAP_RESILIENT_MEDIA)");
H A Dvm_tainted_executable.c114 T_PASS("enforced process launched from modified binary got SIGKILL");
119 T_PASS("non-enforced process launched from modified binary exited with 0");
H A Dpage_size_globals.c42 T_PASS("Test process spawned");
/xnu-11215.81.4/tests/safe_allocation_src/
H A Dassign.copy.cpp15 T_PASS("safe_allocation.assign.copy passed");
H A Dctor.copy.cpp17 T_PASS("safe_allocation.ctor.copy passed");

12345