Searched refs:reopen_bug (Results 1 – 5 of 5) sorted by relevance
44 self._tool.bugs.reopen_bug(bug_id, comment_text)
146 self._tool.bugs.reopen_bug(bug.id(), latest_flake_message)
320 …OutputCapture().assert_outputs(self, bugzilla.reopen_bug, [42, ["comment"]], expected_stderr=expec…
755 def reopen_bug(self, bug_id, comment_text): member in Bugzilla
19898 - Make reopen_bug robust against the bug already being open.29163 - Add reopen_bug command used by RolloutCommit.