HomeSort by: relevance | last modified time | path
    Searched refs:tests_failed (Results 1 - 9 of 9) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
normalize_mailhost_addr.c 206 int tests_failed = 0; local
209 for (tests_failed = 0, test_case = test_cases; test_case->inet_protocols;
210 tests_failed += test_failed, test_case++) {
256 if (tests_failed)
257 msg_info("tests failed: %d", tests_failed);
258 exit(tests_failed != 0);
haproxy_srvr_test.c 330 int tests_failed = 0; local
342 for (tests_failed = 0, tests_passed = 0, v1_test_case = v1_test_cases;
365 tests_failed += 1;
387 tests_failed += 1;
407 tests_failed += 1;
427 tests_failed += 1;
450 tests_failed += 1;
467 tests_failed += 1;
487 tests_failed += 1;
507 tests_failed += 1
    [all...]
map_search.c 325 int tests_failed = 0; local
334 for (tests_failed = 0, test_case = test_cases; test_case->map_spec;
335 tests_failed += test_failed, test_case++) {
394 if (tests_failed)
395 msg_info("tests failed: %d", tests_failed);
396 exit(tests_failed != 0);
  /src/external/ibm-public/postfix/dist/src/util/
dict_pipe_test.c 206 static int tests_failed = 0; local
221 tests_failed += 1;
226 msg_info("PASS=%d FAIL=%d", tests_passed, tests_failed);
227 exit(tests_failed != 0);
ossl_digest_test.c 182 static int tests_failed = 0; local
192 tests_failed += 1;
195 msg_info("PASS=%d FAIL=%d", tests_passed, tests_failed);
196 exit(tests_failed != 0);
dict_union_test.c 233 static int tests_failed = 0; local
248 tests_failed += 1;
253 msg_info("PASS=%d FAIL=%d", tests_passed, tests_failed);
254 exit(tests_failed != 0);
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_peer_test.c 65 int tests_failed = 0; variable
337 tests_failed += 1;
430 tests_failed += 1;
612 tests_failed += 1;
692 tests_failed += 1;
715 msg_info("PASS=%d FAIL=%d", tests_passed, tests_failed);
716 exit(tests_failed != 0);
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_tls_policy_test.c 599 static int tests_failed = 0; local
612 tests_failed += 1;
616 msg_info("PASS=%d FAIL=%d", tests_passed, tests_failed);
617 exit(tests_failed != 0);
  /src/external/bsd/libarchive/dist/test_utils/
test_main.c 3981 int i = 0, j = 0, tests_run = 0, tests_failed = 0, option; local
4359 tests_failed++;
4382 printf(" Tests failed: %8d\n", tests_failed);
4411 if (tests_failed) return 1;

Completed in 23 milliseconds