Searched refs:tests_failed (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/opie/
H A Dopietest.c267 int tests_failed = 0; local
291 tests_failed++;
301 printf("opietest: completed %d tests. %d tests passed, %d tests skipped, %d tests failed.\n", ntests, tests_passed, tests_skipped, tests_failed);
302 if (tests_failed) {
/freebsd-10.0-release/contrib/libarchive/cpio/test/
H A Dmain.c2498 int i = 0, j = 0, tests_run = 0, tests_failed = 0, option; local
2788 tests_failed++;
2811 printf(" Tests failed: %8d\n", tests_failed);
2840 return (tests_failed ? 1 : 0);
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dmain.c2517 int i = 0, j = 0, tests_run = 0, tests_failed = 0, option; local
2807 tests_failed++;
2830 printf(" Tests failed: %8d\n", tests_failed);
2859 return (tests_failed ? 1 : 0);
/freebsd-10.0-release/contrib/libarchive/tar/test/
H A Dmain.c2499 int i = 0, j = 0, tests_run = 0, tests_failed = 0, option; local
2789 tests_failed++;
2812 printf(" Tests failed: %8d\n", tests_failed);
2841 return (tests_failed ? 1 : 0);

Completed in 167 milliseconds