Lines Matching defs:batchResult
298 BatchResultHandler (xe::BatchResult* batchResult)
299 : m_batchResult(batchResult)
326 xe::BatchResult* m_batchResult;
329 static void readLogFile (xe::BatchResult* batchResult, const char* filename)
332 BatchResultHandler handler (batchResult);
351 static void printBatchResultSummary (const xe::TestNode* root, const xe::TestSet& testSet, const xe::BatchResult& batchResult)
367 if (batchResult.hasTestCaseResult(fullPath.c_str()))
369 xe::ConstTestCaseResultPtr resultData = batchResult.getTestCaseResult(fullPath.c_str());
458 xe::BatchResult batchResult;
463 readLogFile(&batchResult, cmdLine.inFile.c_str());
468 xe::BatchExecutor executor(cmdLine.targetCfg, commLink.get(), &root, testSet, &batchResult, &infoLog);
475 xe::writeBatchResultToFile(batchResult, cmdLine.outFile.c_str());
486 printBatchResultSummary(&root, testSet, batchResult);