Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp497 std::vector<size_t> failed_count_list(testcase_list.size(), 0); in OnTestIterationEndXmlPrint() local
504 ++failed_count_list[i]; in OnTestIterationEndXmlPrint()
508 total_failed_count += failed_count_list[i]; in OnTestIterationEndXmlPrint()
524 testcase.GetName().c_str(), testcase.TestCount(), failed_count_list[i]); in OnTestIterationEndXmlPrint()