Searched refs:test_count (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/src/
H A Dtest.c3 static unsigned test_count = 0; variable
48 test_count++;
87 test_counts[test_status_pass], test_count,
89 test_counts[test_status_skip], test_count,
91 test_counts[test_status_fail], test_count);
/fuchsia/zircon/system/ulib/fs-test-utils/
H A Dperftest.cpp110 void PrintTestCaseStart(const fbl::String& name, size_t test_count, FILE* out) { argument
112 fprintf(out, "[----------] %lu tests from %s\n", test_count, name.c_str());
116 void PrintTestCaseEnd(const fbl::String& name, size_t test_count, zx::ticks start, FILE* out) { argument
118 fprintf(out, "[----------] %lu tests from %s(%lu ms total)\n\n", test_count, name.c_str(),
/fuchsia/zircon/system/ulib/runtests-utils/
H A Druntests-utils.cpp105 int test_count = 0; local
108 if (test_count != 0) {
163 test_count++;

Completed in 80 milliseconds