HomeSort by: relevance | last modified time | path
    Searched refs:ATF_TP_ADD_TC (Results 1 - 25 of 539) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/lib/semaphore/pthread/
t_sem_pth.c 7 ATF_TP_ADD_TC(tp, postwait);
8 ATF_TP_ADD_TC(tp, initvalue);
9 ATF_TP_ADD_TC(tp, destroy);
10 ATF_TP_ADD_TC(tp, busydestroy);
11 ATF_TP_ADD_TC(tp, blockwait);
12 ATF_TP_ADD_TC(tp, blocktimedwait);
13 ATF_TP_ADD_TC(tp, named);
14 ATF_TP_ADD_TC(tp, unlink);
  /src/tests/lib/libc/atomic/
t_atomic_dec.c 103 ATF_TP_ADD_TC(tp, atomic_dec_32);
104 ATF_TP_ADD_TC(tp, atomic_dec_uint);
105 ATF_TP_ADD_TC(tp, atomic_dec_ulong);
106 ATF_TP_ADD_TC(tp, atomic_dec_ptr);
108 ATF_TP_ADD_TC(tp, atomic_dec_64);
111 ATF_TP_ADD_TC(tp, atomic_dec_32_nv);
112 ATF_TP_ADD_TC(tp, atomic_dec_uint_nv);
113 ATF_TP_ADD_TC(tp, atomic_dec_ulong_nv);
114 ATF_TP_ADD_TC(tp, atomic_dec_ptr_nv);
116 ATF_TP_ADD_TC(tp, atomic_dec_64_nv)
    [all...]
t_atomic_inc.c 103 ATF_TP_ADD_TC(tp, atomic_inc_32);
104 ATF_TP_ADD_TC(tp, atomic_inc_uint);
105 ATF_TP_ADD_TC(tp, atomic_inc_ulong);
106 ATF_TP_ADD_TC(tp, atomic_inc_ptr);
108 ATF_TP_ADD_TC(tp, atomic_inc_64);
111 ATF_TP_ADD_TC(tp, atomic_inc_32_nv);
112 ATF_TP_ADD_TC(tp, atomic_inc_uint_nv);
113 ATF_TP_ADD_TC(tp, atomic_inc_ulong_nv);
114 ATF_TP_ADD_TC(tp, atomic_inc_ptr_nv);
116 ATF_TP_ADD_TC(tp, atomic_inc_64_nv)
    [all...]
t_atomic_and.c 106 ATF_TP_ADD_TC(tp, atomic_and_32);
107 ATF_TP_ADD_TC(tp, atomic_and_uint);
108 ATF_TP_ADD_TC(tp, atomic_and_ulong);
110 ATF_TP_ADD_TC(tp, atomic_and_64);
113 ATF_TP_ADD_TC(tp, atomic_and_32_nv);
114 ATF_TP_ADD_TC(tp, atomic_and_uint_nv);
115 ATF_TP_ADD_TC(tp, atomic_and_ulong_nv);
117 ATF_TP_ADD_TC(tp, atomic_and_64_nv);
t_atomic_or.c 106 ATF_TP_ADD_TC(tp, atomic_or_32);
107 ATF_TP_ADD_TC(tp, atomic_or_uint);
108 ATF_TP_ADD_TC(tp, atomic_or_ulong);
110 ATF_TP_ADD_TC(tp, atomic_or_64);
113 ATF_TP_ADD_TC(tp, atomic_or_32_nv);
114 ATF_TP_ADD_TC(tp, atomic_or_uint_nv);
115 ATF_TP_ADD_TC(tp, atomic_or_ulong_nv);
117 ATF_TP_ADD_TC(tp, atomic_or_64_nv);
t_atomic_add.c 108 ATF_TP_ADD_TC(tp, atomic_add_32);
109 ATF_TP_ADD_TC(tp, atomic_add_int);
110 ATF_TP_ADD_TC(tp, atomic_add_long);
111 ATF_TP_ADD_TC(tp, atomic_add_ptr);
113 ATF_TP_ADD_TC(tp, atomic_add_64);
116 ATF_TP_ADD_TC(tp, atomic_add_32_nv);
117 ATF_TP_ADD_TC(tp, atomic_add_int_nv);
118 ATF_TP_ADD_TC(tp, atomic_add_long_nv);
119 ATF_TP_ADD_TC(tp, atomic_add_ptr_nv);
121 ATF_TP_ADD_TC(tp, atomic_add_64_nv)
    [all...]
t_atomic_cas.c 101 ATF_TP_ADD_TC(tp, atomic_cas_32);
102 ATF_TP_ADD_TC(tp, atomic_cas_uint);
103 ATF_TP_ADD_TC(tp, atomic_cas_ulong);
104 ATF_TP_ADD_TC(tp, atomic_cas_ptr);
106 ATF_TP_ADD_TC(tp, atomic_cas_64);
109 ATF_TP_ADD_TC(tp, atomic_cas_32_ni);
110 ATF_TP_ADD_TC(tp, atomic_cas_uint_ni);
111 ATF_TP_ADD_TC(tp, atomic_cas_ulong_ni);
112 ATF_TP_ADD_TC(tp, atomic_cas_ptr_ni);
114 ATF_TP_ADD_TC(tp, atomic_cas_64_ni)
    [all...]
t___sync_lock.c 172 ATF_TP_ADD_TC(tp, __sync_lock_test_and_set_1);
173 ATF_TP_ADD_TC(tp, __sync_lock_test_and_set_2);
174 ATF_TP_ADD_TC(tp, __sync_lock_test_and_set_4);
176 ATF_TP_ADD_TC(tp, __sync_lock_test_and_set_8);
179 ATF_TP_ADD_TC(tp, __sync_lock_release_1);
180 ATF_TP_ADD_TC(tp, __sync_lock_release_2);
181 ATF_TP_ADD_TC(tp, __sync_lock_release_4);
183 ATF_TP_ADD_TC(tp, __sync_lock_release_8);
186 ATF_TP_ADD_TC(tp, __sync_synchronize);
t_atomic_swap.c 79 ATF_TP_ADD_TC(tp, atomic_swap_32);
80 ATF_TP_ADD_TC(tp, atomic_swap_uint);
81 ATF_TP_ADD_TC(tp, atomic_swap_ulong);
82 ATF_TP_ADD_TC(tp, atomic_swap_ptr);
84 ATF_TP_ADD_TC(tp, atomic_swap_64);
t___sync_add.c 113 ATF_TP_ADD_TC(tp, __sync_fetch_and_add_1);
114 ATF_TP_ADD_TC(tp, __sync_fetch_and_add_2);
115 ATF_TP_ADD_TC(tp, __sync_fetch_and_add_4);
117 ATF_TP_ADD_TC(tp, __sync_fetch_and_add_8);
120 ATF_TP_ADD_TC(tp, __sync_add_and_fetch_1);
121 ATF_TP_ADD_TC(tp, __sync_add_and_fetch_2);
122 ATF_TP_ADD_TC(tp, __sync_add_and_fetch_4);
124 ATF_TP_ADD_TC(tp, __sync_add_and_fetch_8);
t___sync_and.c 113 ATF_TP_ADD_TC(tp, __sync_fetch_and_and_1);
114 ATF_TP_ADD_TC(tp, __sync_fetch_and_and_2);
115 ATF_TP_ADD_TC(tp, __sync_fetch_and_and_4);
117 ATF_TP_ADD_TC(tp, __sync_fetch_and_and_8);
120 ATF_TP_ADD_TC(tp, __sync_and_and_fetch_1);
121 ATF_TP_ADD_TC(tp, __sync_and_and_fetch_2);
122 ATF_TP_ADD_TC(tp, __sync_and_and_fetch_4);
124 ATF_TP_ADD_TC(tp, __sync_and_and_fetch_8);
t___sync_nand.c 113 ATF_TP_ADD_TC(tp, __sync_fetch_and_nand_1);
114 ATF_TP_ADD_TC(tp, __sync_fetch_and_nand_2);
115 ATF_TP_ADD_TC(tp, __sync_fetch_and_nand_4);
117 ATF_TP_ADD_TC(tp, __sync_fetch_and_nand_8);
120 ATF_TP_ADD_TC(tp, __sync_nand_and_fetch_1);
121 ATF_TP_ADD_TC(tp, __sync_nand_and_fetch_2);
122 ATF_TP_ADD_TC(tp, __sync_nand_and_fetch_4);
124 ATF_TP_ADD_TC(tp, __sync_nand_and_fetch_8);
  /src/tests/lib/libm/
t_atan.c 95 ATF_TP_ADD_TC(tp, atan_nan);
96 ATF_TP_ADD_TC(tp, atan_inrange);
97 ATF_TP_ADD_TC(tp, atan_zero_neg);
98 ATF_TP_ADD_TC(tp, atan_zero_pos);
t_ceil.c 867 ATF_TP_ADD_TC(tp, ceil_basic);
868 ATF_TP_ADD_TC(tp, ceil_nan);
869 ATF_TP_ADD_TC(tp, ceil_inf_neg);
870 ATF_TP_ADD_TC(tp, ceil_inf_pos);
871 ATF_TP_ADD_TC(tp, ceil_zero_neg);
872 ATF_TP_ADD_TC(tp, ceil_zero_pos);
874 ATF_TP_ADD_TC(tp, ceilf_basic);
875 ATF_TP_ADD_TC(tp, ceilf_nan);
876 ATF_TP_ADD_TC(tp, ceilf_inf_neg);
877 ATF_TP_ADD_TC(tp, ceilf_inf_pos)
    [all...]
t_acos.c 100 ATF_TP_ADD_TC(tp, acos_inrange);
101 ATF_TP_ADD_TC(tp, acos_is_nan);
102 ATF_TP_ADD_TC(tp, acos_is_plus_zero);
t_cosh.c 253 ATF_TP_ADD_TC(tp, cosh_inrange);
254 ATF_TP_ADD_TC(tp, cosh_nan);
255 ATF_TP_ADD_TC(tp, cosh_inf_neg);
256 ATF_TP_ADD_TC(tp, cosh_inf_pos);
257 ATF_TP_ADD_TC(tp, cosh_zero_neg);
258 ATF_TP_ADD_TC(tp, cosh_zero_pos);
260 ATF_TP_ADD_TC(tp, coshf_inrange);
261 ATF_TP_ADD_TC(tp, coshf_nan);
262 ATF_TP_ADD_TC(tp, coshf_inf_neg);
263 ATF_TP_ADD_TC(tp, coshf_inf_pos)
    [all...]
  /src/tests/include/
t_stdint.c 53 ATF_TP_ADD_TC(tp, int8);
54 ATF_TP_ADD_TC(tp, int16);
  /src/tests/lib/libpthread/weak/
t_pthread_weak_nothread.c 60 ATF_TP_ADD_TC(tp, mutex);
61 ATF_TP_ADD_TC(tp, thread_creation_failure);
t_pthread_weak_threaded.c 60 ATF_TP_ADD_TC(tp, mutex);
61 ATF_TP_ADD_TC(tp, thread_creation);
  /src/tests/rump/rumpkern/
t_threadpool.c 149 ATF_TP_ADD_TC(tp, threadpool_unbound_lifecycle);
150 ATF_TP_ADD_TC(tp, threadpool_percpu_lifecycle);
151 ATF_TP_ADD_TC(tp, threadpool_unbound_schedule);
152 ATF_TP_ADD_TC(tp, threadpool_percpu_schedule);
153 ATF_TP_ADD_TC(tp, threadpool_job_cancel);
154 ATF_TP_ADD_TC(tp, threadpool_job_cancelthrash);
t_workqueue.c 102 ATF_TP_ADD_TC(tp, workqueue1);
103 ATF_TP_ADD_TC(tp, workqueue_wait);
104 ATF_TP_ADD_TC(tp, workqueue_wait_pause);
  /src/tests/fs/ffs/
t_quota2_1.c 103 ATF_TP_ADD_TC(tp, quota_40_O1_le);
104 ATF_TP_ADD_TC(tp, quota_40_O1_be);
105 ATF_TP_ADD_TC(tp, quota_40_O2_le);
106 ATF_TP_ADD_TC(tp, quota_40_O2_be);
107 ATF_TP_ADD_TC(tp, quota_40_O1_log);
108 ATF_TP_ADD_TC(tp, quota_40_O2_log);
109 ATF_TP_ADD_TC(tp, quota_1000_O1_le);
110 ATF_TP_ADD_TC(tp, quota_1000_O1_be);
111 ATF_TP_ADD_TC(tp, quota_1000_O2_le);
112 ATF_TP_ADD_TC(tp, quota_1000_O2_be)
    [all...]
  /src/tests/sys/crypto/aes/
t_aes.c 115 ATF_TP_ADD_TC(tp, aes_ct_selftest);
118 ATF_TP_ADD_TC(tp, aes_armv8_selftest);
122 ATF_TP_ADD_TC(tp, aes_neon_selftest);
126 ATF_TP_ADD_TC(tp, aes_ni_selftest);
130 ATF_TP_ADD_TC(tp, aes_sse2_selftest);
131 ATF_TP_ADD_TC(tp, aes_ssse3_selftest);
132 ATF_TP_ADD_TC(tp, aes_via_selftest);
  /src/tests/lib/libc/sys/
t_ptrace_eventmask_wait.h 105 ATF_TP_ADD_TC(tp, eventmask_preserved_empty); \
106 ATF_TP_ADD_TC(tp, eventmask_preserved_fork); \
107 ATF_TP_ADD_TC(tp, eventmask_preserved_vfork); \
108 ATF_TP_ADD_TC(tp, eventmask_preserved_vfork_done); \
109 ATF_TP_ADD_TC(tp, eventmask_preserved_lwp_create); \
110 ATF_TP_ADD_TC(tp, eventmask_preserved_lwp_exit); \
111 ATF_TP_ADD_TC(tp, eventmask_preserved_posix_spawn);
t_lwp_create.c 232 ATF_TP_ADD_TC(tp, lwp_create_works);
233 ATF_TP_ADD_TC(tp, lwp_create_bad_lid_ptr);
234 ATF_TP_ADD_TC(tp, lwp_create_generic_fail_no_uc_cpu);
236 ATF_TP_ADD_TC(tp, lwp_create_alpha_fail_pslset);
237 ATF_TP_ADD_TC(tp, lwp_create_alpha_fail_pslclr);
240 ATF_TP_ADD_TC(tp, lwp_create_amd64_fail_untouchable_rflags);
241 ATF_TP_ADD_TC(tp, lwp_create_amd64_fail_pc_too_high);
244 ATF_TP_ADD_TC(tp, lwp_create_arm_fail_invalid_mode);
247 ATF_TP_ADD_TC(tp, lwp_create_hppa_fail_invalid_1);
248 ATF_TP_ADD_TC(tp, lwp_create_hppa_fail_invalid_0)
    [all...]

Completed in 17 milliseconds

1 2 3 4 5 6 7 8 91011>>