Home
last modified time | relevance | path

Searched refs:testcase_t (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-14.2/contrib/ntp/sntp/libevent/test/
H A Dregress.h37 extern struct testcase_t main_testcases[];
38 extern struct testcase_t evtag_testcases[];
43 extern struct testcase_t util_testcases[];
44 extern struct testcase_t signal_testcases[];
45 extern struct testcase_t http_testcases[];
47 extern struct testcase_t dns_testcases[];
48 extern struct testcase_t rpc_testcases[];
50 extern struct testcase_t minheap_testcases[];
51 extern struct testcase_t iocp_testcases[];
52 extern struct testcase_t ssl_testcases[];
[all …]
H A Dtinytest.h45 struct testcase_t;
50 void *(*setup_fn)(const struct testcase_t *);
52 int (*cleanup_fn)(const struct testcase_t *, void *);
56 struct testcase_t { struct
68 struct testcase_t *cases; /** Array, ending with END_OF_TESTCASES */ argument
95 int testcase_run_one(const struct testgroup_t *,const struct testcase_t *);
H A Dregress_main.c239 basic_test_setup(const struct testcase_t *testcase) in basic_test_setup()
323 basic_test_cleanup(const struct testcase_t *testcase, void *ptr) in basic_test_cleanup()
366 legacy_test_setup(const struct testcase_t *testcase) in legacy_test_setup()
404 legacy_test_cleanup(const struct testcase_t *testcase, void *ptr) in legacy_test_cleanup()
419 struct testcase_t thread_testcases[] = {
H A Dtinytest.c107 testcase_run_in_thread_(const struct testcase_t *testcase, void *env) in testcase_run_in_thread_()
154 testcase_run_bare_(const struct testcase_t *testcase) in testcase_run_bare_()
195 const struct testcase_t *testcase) in testcase_run_forked_()
313 const struct testcase_t *testcase)
374 struct testcase_t *testcase = &groups[i].cases[j];
527 struct testcase_t *testcase = &group->cases[j];
H A Dregress_minheap.c96 struct testcase_t minheap_testcases[] = {
H A Dregress_listener.c307 struct testcase_t listener_testcases[] = {
338 struct testcase_t listener_iocp_testcases[] = {
H A Dregress_et.c262 struct testcase_t edgetriggered_testcases[] = {
H A Dregress_ssl.c216 ssl_test_setup(const struct testcase_t *testcase) in ssl_test_setup()
231 ssl_test_cleanup(const struct testcase_t *testcase, void *ptr) in ssl_test_cleanup()
991 struct testcase_t ssl_testcases[] = {
H A Dregress_iocp.c343 struct testcase_t iocp_testcases[] = {
H A Dregress_finalize.c384 struct testcase_t finalize_testcases[] = {
H A Dregress_thread.c571 struct testcase_t thread_testcases[] = {
H A Dregress_bufferevent.c1357 struct testcase_t bufferevent_testcases[] = {
1438 struct testcase_t bufferevent_iocp_testcases[] = {
/freebsd-14.2/contrib/libevent/test/
H A Dregress.h37 extern struct testcase_t main_testcases[];
38 extern struct testcase_t evtag_testcases[];
43 extern struct testcase_t util_testcases[];
44 extern struct testcase_t signal_testcases[];
45 extern struct testcase_t http_testcases[];
47 extern struct testcase_t dns_testcases[];
48 extern struct testcase_t rpc_testcases[];
50 extern struct testcase_t minheap_testcases[];
51 extern struct testcase_t iocp_testcases[];
52 extern struct testcase_t ssl_testcases[];
[all …]
H A Dtinytest.h45 struct testcase_t;
50 void *(*setup_fn)(const struct testcase_t *);
52 int (*cleanup_fn)(const struct testcase_t *, void *);
56 struct testcase_t { struct
68 struct testcase_t *cases; /** Array, ending with END_OF_TESTCASES */ argument
95 int testcase_run_one(const struct testgroup_t *,const struct testcase_t *);
H A Dregress_main.c239 basic_test_setup(const struct testcase_t *testcase) in basic_test_setup()
323 basic_test_cleanup(const struct testcase_t *testcase, void *ptr) in basic_test_cleanup()
366 legacy_test_setup(const struct testcase_t *testcase) in legacy_test_setup()
404 legacy_test_cleanup(const struct testcase_t *testcase, void *ptr) in legacy_test_cleanup()
419 struct testcase_t thread_testcases[] = {
H A Dtinytest.c107 testcase_run_in_thread_(const struct testcase_t *testcase, void *env) in testcase_run_in_thread_()
154 testcase_run_bare_(const struct testcase_t *testcase) in testcase_run_bare_()
195 const struct testcase_t *testcase) in testcase_run_forked_()
313 const struct testcase_t *testcase)
374 struct testcase_t *testcase = &groups[i].cases[j];
527 struct testcase_t *testcase = &group->cases[j];
H A Dregress_minheap.c96 struct testcase_t minheap_testcases[] = {
H A Dregress_listener.c307 struct testcase_t listener_testcases[] = {
338 struct testcase_t listener_iocp_testcases[] = {
H A Dregress_et.c262 struct testcase_t edgetriggered_testcases[] = {
H A Dregress_ssl.c216 ssl_test_setup(const struct testcase_t *testcase) in ssl_test_setup()
231 ssl_test_cleanup(const struct testcase_t *testcase, void *ptr) in ssl_test_cleanup()
991 struct testcase_t ssl_testcases[] = {
H A Dregress_finalize.c384 struct testcase_t finalize_testcases[] = {
H A Dregress_iocp.c343 struct testcase_t iocp_testcases[] = {
H A Dregress_thread.c571 struct testcase_t thread_testcases[] = {
H A Dregress_bufferevent.c1357 struct testcase_t bufferevent_testcases[] = {
1438 struct testcase_t bufferevent_iocp_testcases[] = {
/freebsd-14.2/sys/dev/xen/netback/
H A Dnetback_unit_tests.c97 testcase_t *test;
118 static testcase_t xnb_ring2pkt_1req;
119 static testcase_t xnb_ring2pkt_2req;
120 static testcase_t xnb_ring2pkt_3req;
121 static testcase_t xnb_ring2pkt_extra;
123 static testcase_t xnb_ring2pkt_wraps;
160 static testcase_t xnb_sscanf_llu;
161 static testcase_t xnb_sscanf_lld;
162 static testcase_t xnb_sscanf_hhu;
163 static testcase_t xnb_sscanf_hhd;
[all …]

12