OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_count
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/test/src/
test.c
5
static unsigned
test_count
= 0;
variable
101
test_count
++;
178
test_counts[test_status_pass],
test_count
,
180
test_counts[test_status_skip],
test_count
,
182
test_counts[test_status_fail],
test_count
);
/src/external/bsd/jemalloc/dist/test/src/
test.c
5
static unsigned
test_count
= 0;
variable
111
test_count
++;
200
test_counts[test_status_pass],
test_count
,
202
test_count
, test_status_string(test_status_fail),
203
test_counts[test_status_fail],
test_count
, color_end);
/src/external/bsd/ntp/dist/libjsmn/
jsmn_test.c
458
int
test_count
() {
function
604
test(
test_count
, "test tokens count estimation");
/src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap.c
21
static unsigned int
test_count
= 0; /* Number of tests that have been run */
variable
76
test_count
++;
111
printf("ok %d",
test_count
);
354
test_count
++;
355
printf("ok %d # skip %s\n",
test_count
,
412
if(e_tests <
test_count
) {
413
r =
test_count
- e_tests;
420
r = failures + e_tests -
test_count
;
451
diag("Looks like your test died just after %d.",
test_count
);
460
printf("1..%d\n",
test_count
);
[
all
...]
Completed in 17 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026