Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp1459 void ParseTestIdentifierAndSetResult(const std::string &testName, in ParseTestIdentifierAndSetResult() function
1503 ParseTestIdentifierAndSetResult(testName, TestResultType::Crash, &batchResults); in finishProcess()
1508 ParseTestIdentifierAndSetResult(testName, TestResultType::Fail, &batchResults); in finishProcess()
1513 ParseTestIdentifierAndSetResult(testName, TestResultType::Pass, &batchResults); in finishProcess()
1518 ParseTestIdentifierAndSetResult(testName, TestResultType::Skip, &batchResults); in finishProcess()