Lines Matching refs:batchResult
356 BatchResultHandler (xe::BatchResult* batchResult) in BatchResultHandler() argument
357 : m_batchResult(batchResult) in BatchResultHandler()
387 void readLogFile (xe::BatchResult* batchResult, const char* filename) in readLogFile() argument
390 BatchResultHandler handler (batchResult); in readLogFile()
409 …tSummary (const xe::TestNode* root, const xe::TestSet& testSet, const xe::BatchResult& batchResult) in printBatchResultSummary() argument
425 if (batchResult.hasTestCaseResult(fullPath.c_str())) in printBatchResultSummary()
427 xe::ConstTestCaseResultPtr resultData = batchResult.getTestCaseResult(fullPath.c_str()); in printBatchResultSummary()
600 xe::BatchResult batchResult; in runExecutor() local
605 readLogFile(&batchResult, cmdLine.inFile.c_str()); in runExecutor()
610 …xe::BatchExecutor executor(cmdLine.targetCfg, commLink.get(), &root, testSet, &batchResult, &infoL… in runExecutor()
624 xe::writeBatchResultToFile(batchResult, cmdLine.outFile.c_str()); in runExecutor()
635 printBatchResultSummary(&root, testSet, batchResult); in runExecutor()
642 xe::writeBatchResultToFile(batchResult, cmdLine.outFile.c_str()); in runExecutor()
653 printBatchResultSummary(&root, testSet, batchResult); in runExecutor()