Searched refs:kFailedTestString (Results 1 – 1 of 1) sorted by relevance
54 constexpr char kFailedTestString[] = "[ FAILED ] "; variable854 size_t endPos = fullOutput.find(std::string(kFailedTestString) + fullName, runPos); in PrintTestOutputSnippet()1495 size_t failPos = line.find(kFailedTestString); in finishProcess()1507 std::string testName = line.substr(strlen(kFailedTestString)); in finishProcess()