Searched refs:failed_count_list (Results 1 – 1 of 1) sorted by relevance
497 std::vector<size_t> failed_count_list(testcase_list.size(), 0); in OnTestIterationEndXmlPrint() local504 ++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()