Searched refs:atf_tc_set_md_var (Results 1 - 25 of 41) sorted by relevance

12

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dseveral_tcs_helper.c35 atf_tc_set_md_var(tc, "descr", "Description 1");
44 atf_tc_set_md_var(tc, "descr", "Description 2");
45 atf_tc_set_md_var(tc, "timeout", "500");
46 atf_tc_set_md_var(tc, "X-property", "Custom property");
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dunused_test.c35 atf_tc_set_md_var(tc, "descr", "A test case that is not referenced");
44 atf_tc_set_md_var(tc, "descr", "A test case that is referenced");
H A Derror_test.c61 atf_tc_set_md_var(tc, "descr", "Checks the construction of an error "
87 atf_tc_set_md_var(tc, "descr", "Checks that an unavailable memory error "
108 atf_tc_set_md_var(tc, "descr", "Checks that constructing a non-error "
122 atf_tc_set_md_var(tc, "descr", "Checks the is_error method to determine "
140 atf_tc_set_md_var(tc, "descr", "Checks the default formatting function "
170 atf_tc_set_md_var(tc, "descr", "Checks the construction of libc errors");
192 atf_tc_set_md_var(tc, "descr", "Checks the formatting of libc errors");
225 atf_tc_set_md_var(tc, "descr", "Checks the construction of no_memory "
241 atf_tc_set_md_var(tc, "descr", "Checks the formatting of no_memory "
258 atf_tc_set_md_var(t
[all...]
H A Dtc_test.c51 atf_tc_set_md_var(tc, "test-var", "Test text");
61 atf_tc_set_md_var(tc, "descr", "Tests the atf_tc_init function");
83 atf_tc_set_md_var(tc, "descr", "Tests the atf_tc_init_pack function");
115 atf_tc_set_md_var(tc, "descr", "Tests the atf_tc_get_md_var, "
116 "atf_tc_has_md_var and atf_tc_set_md_var functions");
125 RE(atf_tc_set_md_var(&tc, "test-var", "Test value"));
134 atf_tc_set_md_var(tc, "descr", "Tests the atf_tc_get_config_var, "
H A Dcheck_test.c106 atf_tc_set_md_var(tc, "descr", "Helper test case for build_c_o");
124 atf_tc_set_md_var(tc, "descr", "Helper test case for build_c_o");
142 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cpp");
168 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cpp");
186 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cxx_o");
204 atf_tc_set_md_var(tc, "descr", "Helper test case for build_cxx_o");
238 atf_tc_set_md_var(tc, "descr", "Checks the atf_check_build_c_o "
259 atf_tc_set_md_var(tc, "descr", "Checks the atf_check_build_cpp "
281 atf_tc_set_md_var(tc, "descr", "Checks the atf_check_build_cxx_o "
302 atf_tc_set_md_var(t
[all...]
H A Dbuild_test.c115 atf_tc_set_md_var(tc, "descr", "Tests the test case internal "
158 atf_tc_set_md_var(tc, "descr", "Tests the atf_build_c_o function");
188 atf_tc_set_md_var(tc, "descr", "Tests the atf_build_cpp function");
217 atf_tc_set_md_var(tc, "descr", "Tests the atf_build_cxx_o function");
H A Dtp_test.c40 atf_tc_set_md_var(tc, "descr", "Checks if getopt(3) global state is "
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dh_tp_basic_c.c37 atf_tc_set_md_var(tc, "descr", "An empty test case that always passes");
47 atf_tc_set_md_var(tc, "descr", "An empty test case that always fails");
57 atf_tc_set_md_var(tc, "descr", "An empty test case that is always "
68 atf_tc_set_md_var(tc, "descr", "A test case that passes without "
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Denv_test.c46 atf_tc_set_md_var(tc, "descr", "Tests the atf_env_has function");
57 atf_tc_set_md_var(tc, "descr", "Tests the atf_env_get function");
73 atf_tc_set_md_var(tc, "descr", "Tests the atf_env_set function");
95 atf_tc_set_md_var(tc, "descr", "Tests the atf_env_unset function");
H A Duser_test.c49 atf_tc_set_md_var(tc, "descr", "Tests the atf_user_euid function");
59 atf_tc_set_md_var(tc, "descr", "Tests the atf_user_is_member_of_group "
113 atf_tc_set_md_var(tc, "descr", "Tests the atf_user_is_root function");
126 atf_tc_set_md_var(tc, "descr", "Tests the atf_user_is_unprivileged "
H A Dtest_helpers.h50 atf_tc_set_md_var(tc, "descr", "Tests that the " hdrname " file can " \
62 atf_tc_set_md_var(tc, "descr", descr); \
73 atf_tc_set_md_var(tc, "descr", descr); \
H A Ddynstr_test.c52 atf_tc_set_md_var(tc, "descr", "Checks the empty constructor");
78 atf_tc_set_md_var(tc, "descr", "Checks the formatted constructor using "
108 atf_tc_set_md_var(tc, "descr", "Checks the formatted constructor using "
139 atf_tc_set_md_var(tc, "descr", "Checks the construction of a string "
174 atf_tc_set_md_var(tc, "descr", "Checks the construction of a string by "
220 atf_tc_set_md_var(tc, "descr", "Checks the construction of a string "
260 atf_tc_set_md_var(tc, "descr", "Checks the atf_dynstr_copy constructor");
282 atf_tc_set_md_var(tc, "descr", "Checks grabbing ownership of the "
306 atf_tc_set_md_var(tc, "descr", "Checks the method to obtain a plain C "
330 atf_tc_set_md_var(t
[all...]
H A Dfs_test.c98 atf_tc_set_md_var(tc, "descr", "Tests the path's normalization");
148 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_path_copy constructor");
170 atf_tc_set_md_var(tc, "descr", "Tests the path::is_absolute function");
210 atf_tc_set_md_var(tc, "descr", "Tests the path::is_root function");
250 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_path_branch_path "
288 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_path_leaf_name "
327 atf_tc_set_md_var(tc, "descr", "Tests the concatenation of multiple "
369 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_path_to_absolute "
410 atf_tc_set_md_var(tc, "descr", "Tests the equality operators for paths");
436 atf_tc_set_md_var(t
[all...]
H A Dsanity_test.c172 atf_tc_set_md_var(tc, "descr", "Tests the INV macro");
185 atf_tc_set_md_var(tc, "descr", "Tests the PRE macro");
198 atf_tc_set_md_var(tc, "descr", "Tests the POST macro");
211 atf_tc_set_md_var(tc, "descr", "Tests the UNREACHABLE macro");
H A Dlist_test.c51 atf_tc_set_md_var(tc, "descr", "Checks the atf_list_init function");
69 atf_tc_set_md_var(tc, "descr", "Checks the atf_list_index function");
93 atf_tc_set_md_var(tc, "descr", "Checks the atf_list_index_c function");
159 atf_tc_set_md_var(tc, "descr", "Checks the atf_list_append function");
178 atf_tc_set_md_var(tc, "descr", "Checks the atf_list_append_list "
269 atf_tc_set_md_var(tc, "descr", "Checks the atf_list_for_each macro");
308 atf_tc_set_md_var(tc, "descr", "Checks the atf_list_for_each_c macro");
H A Dtext_test.c138 atf_tc_set_md_var(tc, "descr", "Checks the atf_text_for_each_word"
190 atf_tc_set_md_var(tc, "descr", "Checks the construction of free-form "
221 atf_tc_set_md_var(tc, "descr", "Checks the construction of free-form "
236 atf_tc_set_md_var(tc, "descr", "Checks the split function");
299 atf_tc_set_md_var(tc, "descr", "Checks the split function using "
334 atf_tc_set_md_var(tc, "descr", "Checks the atf_text_to_bool function");
389 atf_tc_set_md_var(tc, "descr", "Checks the atf_text_to_long function");
/bind-9.6-ESV-R11/lib/dns/tests/
H A Ddbiterator_test.c119 atf_tc_set_md_var(tc, "descr", "create a database iterator");
120 atf_tc_set_md_var(tc, "X-filename", "testdata/dbiterator/zone1.data");
128 atf_tc_set_md_var(tc, "descr", "create a database iterator (NSEC3)");
129 atf_tc_set_md_var(tc, "X-filename", "testdata/dbiterator/zone2.data");
181 atf_tc_set_md_var(tc, "descr", "walk database");
182 atf_tc_set_md_var(tc, "X-filename", "testdata/dbiterator/zone1.data");
183 atf_tc_set_md_var(tc, "X-nodes", "12");
191 atf_tc_set_md_var(tc, "descr", "walk database");
192 atf_tc_set_md_var(tc, "X-filename", "testdata/dbiterator/zone2.data");
193 atf_tc_set_md_var(t
[all...]
H A Ddbversion_test.c125 atf_tc_set_md_var(tc, "descr", "check dns_db_attachversion passes with matching db/verison");
136 atf_tc_set_md_var(tc, "descr", "check dns_db_attachversion aborts with mis-matching db/verison");
166 atf_tc_set_md_var(tc, "descr", "check dns_db_closeversion passes with matching db/verison");
177 atf_tc_set_md_var(tc, "descr", "check dns_db_closeversion asserts with mis-matching db/verison");
214 atf_tc_set_md_var(tc, "descr", "check dns_db_find passes with matching db/version");
225 atf_tc_set_md_var(tc, "descr", "check dns_db_find asserts with mis-matching db/version");
268 atf_tc_set_md_var(tc, "descr", "check dns_db_allrdatasets passes with matching db/version");
279 atf_tc_set_md_var(tc, "descr", "check dns_db_allrdatasets aborts with mis-matching db/version");
323 atf_tc_set_md_var(tc, "descr", "check dns_db_findrdataset passes with matching db/version");
334 atf_tc_set_md_var(t
[all...]
H A Dmaster_test.c120 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() loads a "
141 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
163 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() accepts broken "
185 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
208 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
229 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
249 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() returns "
270 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands "
291 atf_tc_set_md_var(tc, "descr", "dns_master_loadfile() understands "
311 atf_tc_set_md_var(t
[all...]
H A Dnsec3_test.c64 atf_tc_set_md_var(tc, "descr", "check that appropriate max iterations "
H A Dtime_test.c40 atf_tc_set_md_var(tc, "descr", "0xffffffff <-> 19691231235959");
68 atf_tc_set_md_var(tc, "descr", "0x00000000 <-> 19700101000000");
96 atf_tc_set_md_var(tc, "descr", "0x7fffffff <-> 20380119031407");
124 atf_tc_set_md_var(tc, "descr", "0x80000000 <-> 20380119031408");
152 atf_tc_set_md_var(tc, "descr", "0xef68f5d0 <-> 19610307130000");
180 atf_tc_set_md_var(tc, "descr", "0x4d74d6d0 <-> 20110307130000");
/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dc_helpers.c79 atf_tc_set_md_var(tc, "descr", "Helper test case for the t_cleanup test "
95 atf_tc_set_md_var(tc, "descr", "Helper test case for the t_cleanup test "
112 atf_tc_set_md_var(tc, "descr", "Helper test case for the t_cleanup test "
129 atf_tc_set_md_var(tc, "descr", "Helper test case for the t_cleanup test "
160 atf_tc_set_md_var(tc, "descr", "Helper test case for the t_cleanup test "
187 atf_tc_set_md_var(tc, "descr", "Helper test case for the t_config test "
198 atf_tc_set_md_var(tc, "descr", "Helper test case for the t_config test "
210 atf_tc_set_md_var(tc, "descr", "Helper test case for the t_config test "
222 atf_tc_set_md_var(tc, "descr", "Helper test case for the t_config test "
354 atf_tc_set_md_var(t
[all...]
/bind-9.6-ESV-R11/lib/isc/tests/
H A Dsafe_test.c33 atf_tc_set_md_var(tc, "descr", "safe memcmp()");
H A Dparse_test.c39 atf_tc_set_md_var(tc, "descr", "Check for 32 bit overflow");
H A Dhash_test.c93 atf_tc_set_md_var(tc, "descr", "sha1 examples from RFC4634");
222 atf_tc_set_md_var(tc, "descr", "sha224 examples from RFC4634");
355 atf_tc_set_md_var(tc, "descr", "sha224 examples from RFC4634");
487 atf_tc_set_md_var(tc, "descr", "sha224 examples from RFC4634");
633 atf_tc_set_md_var(tc, "descr", "sha224 examples from RFC4634");
780 atf_tc_set_md_var(tc, "descr", "md5 example from RFC1321");
853 atf_tc_set_md_var(tc, "descr", "HMAC-SHA1 examples from RFC2104");
983 atf_tc_set_md_var(tc, "descr", "HMAC-SHA224 examples from RFC4634");
1146 atf_tc_set_md_var(tc, "descr", "HMAC-SHA256 examples from RFC4634");
1309 atf_tc_set_md_var(t
[all...]

Completed in 499 milliseconds

12