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

  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
commitqueuetask.py 53 # We could make results_archive optional, but for now it's required.
54 def report_flaky_tests(self, patch, flaky_tests, results_archive):
180 def _report_flaky_tests(self, flaky_test_results, results_archive):
181 self._delegate.report_flaky_tests(self._patch, flaky_test_results, results_archive)
232 def report_failure(self, results_archive=None):
235 self._results_archive_from_patch_test_run = results_archive
flakytestreporter.py 172 # results_archive is a ZipFile object, grab the File object (.fp) to pass to Mechanize for uploading.
179 def report_flaky_tests(self, patch, flaky_test_results, results_archive):
196 self._attach_failure_diff(flake_bug_id, flaky_test, results_archive)
commitqueuetask_unittest.py 69 def report_flaky_tests(self, patch, flaky_results, results_archive):
71 log("report_flaky_tests: patch='%s' flaky_tests='%s' archive='%s'" % (patch.id(), flaky_tests, results_archive.filename))
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py 267 # results_archive is a ZipFile object, grab the File object (.fp) to pass to Mechanize for uploading.
288 results_archive = task.results_archive_from_patch_test_run(patch)
289 if results_archive:
290 self._upload_results_archive_for_patch(patch, results_archive)
365 def report_flaky_tests(self, patch, flaky_test_results, results_archive=None):
367 reporter.report_flaky_tests(patch, flaky_test_results, results_archive)

Completed in 248 milliseconds