Home
last modified time | relevance | path

Searched refs:fail_test_count (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dgtest_main.cpp405 size_t fail_test_count = fail_test_name_list.size(); in OnTestIterationEndPrint() local
406 if (fail_test_count > 0) { in OnTestIterationEndPrint()
408 printf("%zu %s, listed below:\n", fail_test_count, (fail_test_count == 1) ? "test" : "tests"); in OnTestIterationEndPrint()
439 if (fail_test_count > 0) { in OnTestIterationEndPrint()
440 printf("\n%2zu FAILED %s\n", fail_test_count, (fail_test_count == 1) ? "TEST" : "TESTS"); in OnTestIterationEndPrint()