Searched defs:fatals (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dtest-printf-format-fix.c113 } fatals[] = { local
130 if(stage >= N_ELEMENTS(fatals)) {
139 test_expect_fatal_string(fatals[stage].expected_fatal);
140 (void)printf_format_fix(fatals[stage].format);
/dovecot/src/lib-test/
H A Dtest-common.c327 static void test_run_named_fatals(const struct named_fatal fatals[], const char *match) argument
331 for (i = 0; fatals[i].func != NULL; i++) {
332 if (strstr(fatals[i].name, match) != NULL) T_BEGIN {
333 run_one_fatal(fatals[i].func);
360 const struct named_fatal fatals[])
365 test_run_named_fatals(fatals, match);
359 test_run_named_with_fatals(const char *match, const struct named_test tests[], const struct named_fatal fatals[]) argument

Completed in 9 milliseconds