Searched defs:failure_count (Results 1 - 11 of 11) sorted by relevance

/sssd-io/src/tests/
H A Dstrtonum-tests.c579 int failure_count; local
612 failure_count = srunner_ntests_failed(sr);
614 return (failure_count==0 ? EXIT_SUCCESS : EXIT_FAILURE);
H A Dauth-tests.c294 int failure_count; local
332 failure_count = srunner_ntests_failed (sr);
334 if (failure_count == 0) {
H A Drefcount-tests.c199 int failure_count; local
233 failure_count = srunner_ntests_failed(sr);
235 return (failure_count == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
H A Dsafe-format-tests.c224 int failure_count; local
249 failure_count = srunner_ntests_failed(sr);
251 return (failure_count==0 ? EXIT_SUCCESS : EXIT_FAILURE);
H A Dfail_over-tests.c295 int failure_count; local
333 failure_count = srunner_ntests_failed(sr);
335 return (failure_count == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
H A Dsbus_tests.c442 int failure_count; local
467 failure_count = srunner_ntests_failed(sr);
469 return (failure_count == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
H A Dstress-tests.c43 int failure_count; variable
112 * Beware, has side-effects: changes global variable failure_count
132 ++failure_count;
134 } else ++failure_count;
319 ++failure_count;
321 } else ++failure_count;
328 idx - failure_count,
329 failure_count);
331 return (failure_count==0 ? EXIT_SUCCESS : EXIT_FAILURE);
H A Dresolv-tests.c996 int failure_count; local
1047 failure_count = srunner_ntests_failed(sr);
1049 return (failure_count==0 ? EXIT_SUCCESS : EXIT_FAILURE);
H A Dutil-tests.c1200 int failure_count; local
1231 failure_count = srunner_ntests_failed (sr);
1233 if (failure_count == 0) {
H A Dsbus_codegen_tests.c1535 int failure_count; local
1560 failure_count = srunner_ntests_failed(sr);
1562 return (failure_count == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
H A Dsysdb-tests.c7516 int failure_count; local
7560 failure_count = srunner_ntests_failed(sr);
7562 if (failure_count == 0 && !no_cleanup) {
7565 return (failure_count==0 ? EXIT_SUCCESS : EXIT_FAILURE);

Completed in 47 milliseconds