Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp407 size_t fail_test_count = fail_test_name_list.size(); in OnTestIterationEndPrint() local
408 if (fail_test_count > 0) { in OnTestIterationEndPrint()
410 printf("%zu %s, listed below:\n", fail_test_count, in OnTestIterationEndPrint()
411 (fail_test_count == 1) ? "test" : "tests"); in OnTestIterationEndPrint()
445 if (fail_test_count > 0) { in OnTestIterationEndPrint()
446 printf("\n%2zu FAILED %s\n", fail_test_count, in OnTestIterationEndPrint()
447 (fail_test_count == 1) ? "TEST" : "TESTS"); in OnTestIterationEndPrint()