OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_bad
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/libevent/dist/test/
tinytest.c
69
static int
n_bad
= 0; /**< Number of tests that have failed. */
variable
550
default: ++
n_bad
; break;
560
if (
n_bad
)
561
printf("%d/%d TESTS FAILED. (%d skipped)\n",
n_bad
,
562
n_bad
+n_ok,n_skipped);
566
return (
n_bad
== 0) ? 0 : 1;
tinytest.c
69
static int
n_bad
= 0; /**< Number of tests that have failed. */
variable
550
default: ++
n_bad
; break;
560
if (
n_bad
)
561
printf("%d/%d TESTS FAILED. (%d skipped)\n",
n_bad
,
562
n_bad
+n_ok,n_skipped);
566
return (
n_bad
== 0) ? 0 : 1;
/src/external/bsd/ntp/dist/sntp/libevent/test/
tinytest.c
70
static int
n_bad
= 0; /**< Number of tests that have failed. */
variable
551
default: ++
n_bad
; break;
561
if (
n_bad
)
562
printf("%d/%d TESTS FAILED. (%d skipped)\n",
n_bad
,
563
n_bad
+n_ok,n_skipped);
567
return (
n_bad
== 0) ? 0 : 1;
tinytest.c
70
static int
n_bad
= 0; /**< Number of tests that have failed. */
variable
551
default: ++
n_bad
; break;
561
if (
n_bad
)
562
printf("%d/%d TESTS FAILED. (%d skipped)\n",
n_bad
,
563
n_bad
+n_ok,n_skipped);
567
return (
n_bad
== 0) ? 0 : 1;
/src/external/bsd/kyua-cli/dist/cli/
cmd_report_html.cpp
364
const std::size_t
n_bad
= n_broken + n_failed;
local
376
_summary_templates.add_variable("bad_tests_count", F("%s") %
n_bad
);
cmd_report_html.cpp
364
const std::size_t
n_bad
= n_broken + n_failed;
local
376
_summary_templates.add_variable("bad_tests_count", F("%s") %
n_bad
);
Completed in 45 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026