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

  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
commitqueuetask.py 54 def report_flaky_tests(self, patch, flaky_tests, results_archive): member in class:CommitQueueTaskDelegate
181 self._delegate.report_flaky_tests(self._patch, flaky_test_results, results_archive)
flakytestreporter_unittest.py 146 OutputCapture().assert_outputs(self, reporter.report_flaky_tests, [patch, test_results, MockZipFile()], expected_stderr=expected_stderr)
flakytestreporter.py 179 def report_flaky_tests(self, patch, flaky_test_results, results_archive): member in class:FlakyTestReporter
commitqueuetask_unittest.py 69 def report_flaky_tests(self, patch, flaky_results, results_archive): member in class:MockCommitQueue
71 log("report_flaky_tests: patch='%s' flaky_tests='%s' archive='%s'" % (patch.id(), flaky_tests, results_archive.filename))
207 report_flaky_tests: patch='197' flaky_tests='[]' archive='mock-archive-197.zip'
268 # The (subtle) point of this test is that report_flaky_tests does not appear
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py 365 def report_flaky_tests(self, patch, flaky_test_results, results_archive=None): member in class:CommitQueue
367 reporter.report_flaky_tests(patch, flaky_test_results, results_archive)
queues_unittest.py 379 OutputCapture().assert_outputs(self, queue.report_flaky_tests, [QueuesTest.mock_work_item, test_results, MockZipFile()], expected_stderr=expected_stderr)

Completed in 96 milliseconds