HomeSort by relevance Sort by last modified time
    Searched refs:_create_bug_for_flaky_test (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter.py 88 def _create_bug_for_flaky_test(self, flaky_test, author_emails, latest_flake_message): member in class:FlakyTestReporter
188 flake_bug_id = self._create_bug_for_flaky_test(flaky_test, author_emails, latest_flake_message)
flakytestreporter_unittest.py 92 OutputCapture().assert_outputs(self, reporter._create_bug_for_flaky_test, ['foo/bar.html', ['test@test.com'], 'FLAKE_MESSAGE'], expected_stderr=expected_stderr)

Completed in 194 milliseconds