Home
last modified time | relevance | path

Searched refs:tests_failed (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/opie/
H A Dopietest.c267 int tests_failed = 0; variable
291 tests_failed++;
301 … passed, %d tests skipped, %d tests failed.\n", ntests, tests_passed, tests_skipped, tests_failed);
302 if (tests_failed) {
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dmain.c2862 int i = 0, j = 0, tests_run = 0, tests_failed = 0, option; in main() local
3152 tests_failed++; in main()
3175 printf(" Tests failed: %8d\n", tests_failed); in main()
3204 return (tests_failed ? 1 : 0); in main()
/freebsd-13.1/contrib/libarchive/test_utils/
H A Dtest_main.c3861 int i = 0, j = 0, tests_run = 0, tests_failed = 0, option; in main() local
4163 tests_failed++; in main()
4186 printf(" Tests failed: %8d\n", tests_failed); in main()
4215 return (tests_failed ? 1 : 0); in main()