Searched refs:ParseTestIdentifierAndSetResult (Results 1 – 1 of 1) sorted by relevance
1429 void ParseTestIdentifierAndSetResult(const std::string &testName, in ParseTestIdentifierAndSetResult() function1473 ParseTestIdentifierAndSetResult(testName, TestResultType::Crash, &batchResults); in finishProcess()1478 ParseTestIdentifierAndSetResult(testName, TestResultType::Fail, &batchResults); in finishProcess()1483 ParseTestIdentifierAndSetResult(testName, TestResultType::Pass, &batchResults); in finishProcess()1488 ParseTestIdentifierAndSetResult(testName, TestResultType::Skip, &batchResults); in finishProcess()