Lines Matching refs:passed
92 self.passed = []
103 logging.info("Passed test number: %s", len(test_result.passed))
205 passed_release = passed_release and inc_task.release_info.result == options.TaskResult.passed
209 passed_debug = passed_debug and inc_task.debug_info.result == options.TaskResult.passed
215 passed = is_compilation_passed(task.full_compilation_info, 'full') and \
221 passed = passed and (test.result == options.TaskResult.passed)
224 passed = passed and (test.result == options.TaskResult.passed)
226 return passed
234 test_result.passed.append(task)
241 if result_type == options.TaskResult.passed:
252 for task in test_result.passed:
260 'Passed Test Number': len(test_result.passed),