Lines Matching defs:xe
61 class LogHandler : public xe::TestLogHandler
64 LogHandler (xe::BatchResult* batchResult, deUint32 flags)
70 void setSessionInfo (const xe::SessionInfo& info)
72 xe::SessionInfo& combinedInfo = m_batchResult->getSessionInfo();
96 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
100 xe::TestCaseResultPtr existingResult = m_batchResult->getTestCaseResult(casePath);
108 void testCaseResultUpdated (const xe::TestCaseResultPtr&)
113 void testCaseResultComplete (const xe::TestCaseResultPtr&)
119 xe::BatchResult* const m_batchResult;
123 static void readLogFile (xe::BatchResult* dstResult, const char* filename, deUint32 flags)
127 xe::TestLogParser parser (&resultHandler);
150 xe::BatchResult batchResult;
156 xe::writeBatchResultToFile(batchResult, cmdLine.dstFilename.c_str());
158 xe::writeTestLog(batchResult, std::cout);