OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tests_failed
(Results
1 - 4
of
4
) 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);
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);
haproxy_srvr.c
777
int
tests_failed
= 0;
local
784
for (
tests_failed
= 0, v1_test_case = v1_test_cases;
786
tests_failed
+= test_failed, v1_test_case++) {
885
if (
tests_failed
)
886
msg_info("tests failed: %d",
tests_failed
);
887
exit(
tests_failed
!= 0);
/src/external/bsd/libarchive/dist/test_utils/
test_main.c
3930
int i = 0, j = 0, tests_run = 0,
tests_failed
= 0, option;
local
4278
tests_failed
++;
4301
printf(" Tests failed: %8d\n",
tests_failed
);
4330
if (
tests_failed
) return 1;
Completed in 32 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026