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

/freebsd-9.3-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-9.3-release/contrib/libarchive/cpio/test/
H A Dmain.c1879 int i, tests_run = 0, tests_failed = 0, option; local
2070 tests_failed++;
2097 tests_failed++;
2110 printf(" Tests failed: %8d\n", tests_failed);
2139 return (tests_failed ? 1 : 0);
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dmain.c1869 int i, tests_run = 0, tests_failed = 0, option; local
2060 tests_failed++;
2087 tests_failed++;
2100 printf(" Tests failed: %8d\n", tests_failed);
2129 return (tests_failed ? 1 : 0);
/freebsd-9.3-release/contrib/libarchive/tar/test/
H A Dmain.c1975 int i, tests_run = 0, tests_failed = 0, option; local
2172 tests_failed++;
2199 tests_failed++;
2212 printf(" Tests failed: %8d\n", tests_failed);
2241 return (tests_failed ? 1 : 0);

Completed in 81 milliseconds