Home | History | Annotate | Download | only in tool

Lines Matching refs:Bug

35 from webkitpy.common.net.bugzilla import Bug, Attachment
147 # This matches one of Bug.unassigned_emails
149 # This is needed for the FlakyTestReporter to believe the bug
159 "title": "Bug with two r+'d and cq+'d patches, one of which has an "
170 "title": "Bug with a patch needing review.",
180 "title": "The third bug",
190 "title": "The fourth bug",
200 "title": "The fifth bug",
217 return map(lambda bug_dictionary: Bug(bug_dictionary, self._bugzilla),
222 lambda bug: bug.commit_queued_patches(),
224 return map(lambda bug: bug.id(), bugs_with_commit_queued_patches)
227 unreviewed_patches = sum([bug.unreviewed_patches()
228 for bug in self._all_bugs()], [])
232 return sum([bug.commit_queued_patches()
233 for bug in self._all_bugs()], [])
236 bugs_with_reviewed_patches = filter(lambda bug: bug.reviewed_patches(),
238 bug_ids = map(lambda bug: bug.id(), bugs_with_reviewed_patches)
245 return sum([bug.reviewed_patches() for bug in self._all_bugs()], [])
302 return Bug(self.bug_cache.get(bug_id), self)
315 bug = self.fetch_bug(attachment_dictionary["bug_id"])
316 for attachment in bug.attachments(include_obsolete=True):
342 log("MOCK bug comment: bug_id=%s, cc=%s\n--- Begin comment ---\n%s\n--- End comment ---\n" % (