Lines Matching refs:test_batch
736 test_batch = job_queue.get()
738 len(test_batch.tests), worker_id, job_queue.qsize()))
740 test_batch.SetWorkerId(worker_id)
742 success = test_batch.RunWithCapture(args, child_processes_manager)
744 result_list.append(test_batch.GetResults())
745 logger.info(str(test_batch.GetResults()))
747 continued_tests = test_batch.RemoveTestsThatDoNotProduceAppropriateTraceFiles()
749 result_list.append(test_batch.GetResults())
750 logger.info(str(test_batch.GetResults()))
752 success = test_batch.BuildReplay(replay_build_dir, composite_file_id, continued_tests,
757 result_list.append(test_batch.GetResults())
758 logger.info(str(test_batch.GetResults()))
760 test_batch.RunReplay(replay_build_dir, replay_exec_path, child_processes_manager,
762 result_list.append(test_batch.GetResults())
763 logger.info(str(test_batch.GetResults()))
952 for test_batch in result_list:
953 test_batch_result = test_batch.results
987 regression_error_log.append(str(test_batch))