Searched refs:latest_flake_message (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
D | flakytestreporter.py | 88 def _create_bug_for_flaky_test(self, flaky_test, author_emails, latest_flake_message): argument 92 'flake_message': latest_flake_message, 144 def _update_bug_for_flaky_test(self, bug, latest_flake_message): argument 146 self._tool.bugs.reopen_bug(bug.id(), latest_flake_message) 148 self._tool.bugs.post_comment_to_bug(bug.id(), latest_flake_message) 184 latest_flake_message = self._latest_flake_message(flaky_result, patch) 188 … flake_bug_id = self._create_bug_for_flaky_test(flaky_test, author_emails, latest_flake_message) 193 self._update_bug_for_flaky_test(bug, latest_flake_message)
|