Searched refs:GetTestStatLine (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/deqp_support/ |
D | angle_deqp_gtest.cpp | 178 std::string GetTestStatLine(const std::string &key, const std::string &value) in GetTestStatLine() function 442 std::cout << GetTestStatLine("Total", std::to_string(sTestCount)); in PrintTestStats() 443 std::cout << GetTestStatLine("Passed", std::to_string(sPassedTestCount)); in PrintTestStats() 444 std::cout << GetTestStatLine("Failed", std::to_string(sFailedTestCount)); in PrintTestStats() 445 std::cout << GetTestStatLine("Skipped", std::to_string(sSkippedTestCount)); in PrintTestStats() 446 std::cout << GetTestStatLine("Not Supported", std::to_string(sNotSupportedTestCount)); in PrintTestStats() 447 std::cout << GetTestStatLine("Exception", std::to_string(sTestExceptionCount)); in PrintTestStats() 448 std::cout << GetTestStatLine("Crashed", std::to_string(crashedCount)); in PrintTestStats() 452 std::cout << GetTestStatLine("Unexpected Passed Count", in PrintTestStats() 456 std::cout << GetTestStatLine("Unexpected Passed Tests", testName); in PrintTestStats() [all …]
|