Lines Matching refs:tc
59 ATF_TC_HEAD(error_new, tc)
61 atf_tc_set_md_var(tc, "descr", "Checks the construction of an error "
64 ATF_TC_BODY(error_new, tc)
85 ATF_TC_HEAD(error_new_wo_memory, tc)
87 atf_tc_set_md_var(tc, "descr", "Checks that an unavailable memory error "
92 ATF_TC_BODY(error_new_wo_memory, tc)
106 ATF_TC_HEAD(no_error, tc)
108 atf_tc_set_md_var(tc, "descr", "Checks that constructing a non-error "
111 ATF_TC_BODY(no_error, tc)
120 ATF_TC_HEAD(is_error, tc)
122 atf_tc_set_md_var(tc, "descr", "Checks the is_error method to determine "
125 ATF_TC_BODY(is_error, tc)
138 ATF_TC_HEAD(format, tc)
140 atf_tc_set_md_var(tc, "descr", "Checks the default formatting function "
143 ATF_TC_BODY(format, tc)
168 ATF_TC_HEAD(libc_new, tc)
170 atf_tc_set_md_var(tc, "descr", "Checks the construction of libc errors");
172 ATF_TC_BODY(libc_new, tc)
190 ATF_TC_HEAD(libc_format, tc)
192 atf_tc_set_md_var(tc, "descr", "Checks the formatting of libc errors");
194 ATF_TC_BODY(libc_format, tc)
223 ATF_TC_HEAD(no_memory_new, tc)
225 atf_tc_set_md_var(tc, "descr", "Checks the construction of no_memory "
228 ATF_TC_BODY(no_memory_new, tc)
239 ATF_TC_HEAD(no_memory_format, tc)
241 atf_tc_set_md_var(tc, "descr", "Checks the formatting of no_memory "
244 ATF_TC_BODY(no_memory_format, tc)
256 ATF_TC_HEAD(no_memory_twice, tc)
258 atf_tc_set_md_var(tc, "descr", "Checks the construction of no_memory "
262 ATF_TC_BODY(no_memory_twice, tc)