Lines Matching refs:tc
54 ATF_TC_HEAD(error_new, tc)
56 atf_tc_set_md_var(tc, "descr", "Checks the construction of an error "
59 ATF_TC_BODY(error_new, tc)
80 ATF_TC_HEAD(error_new_wo_memory, tc)
82 atf_tc_set_md_var(tc, "descr", "Checks that an unavailable memory error "
87 ATF_TC_BODY(error_new_wo_memory, tc)
101 ATF_TC_HEAD(no_error, tc)
103 atf_tc_set_md_var(tc, "descr", "Checks that constructing a non-error "
106 ATF_TC_BODY(no_error, tc)
115 ATF_TC_HEAD(is_error, tc)
117 atf_tc_set_md_var(tc, "descr", "Checks the is_error method to determine "
120 ATF_TC_BODY(is_error, tc)
133 ATF_TC_HEAD(format, tc)
135 atf_tc_set_md_var(tc, "descr", "Checks the default formatting function "
138 ATF_TC_BODY(format, tc)
163 ATF_TC_HEAD(libc_new, tc)
165 atf_tc_set_md_var(tc, "descr", "Checks the construction of libc errors");
167 ATF_TC_BODY(libc_new, tc)
185 ATF_TC_HEAD(libc_format, tc)
187 atf_tc_set_md_var(tc, "descr", "Checks the formatting of libc errors");
189 ATF_TC_BODY(libc_format, tc)
218 ATF_TC_HEAD(no_memory_new, tc)
220 atf_tc_set_md_var(tc, "descr", "Checks the construction of no_memory "
223 ATF_TC_BODY(no_memory_new, tc)
234 ATF_TC_HEAD(no_memory_format, tc)
236 atf_tc_set_md_var(tc, "descr", "Checks the formatting of no_memory "
239 ATF_TC_BODY(no_memory_format, tc)
251 ATF_TC_HEAD(no_memory_twice, tc)
253 atf_tc_set_md_var(tc, "descr", "Checks the construction of no_memory "
257 ATF_TC_BODY(no_memory_twice, tc)