Home
last modified time | relevance | path

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

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