Searched refs:results_archive (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
D | commitqueuetask.py | 54 def report_flaky_tests(self, patch, flaky_tests, results_archive): argument 180 def _report_flaky_tests(self, flaky_test_results, results_archive): argument 181 self._delegate.report_flaky_tests(self._patch, flaky_test_results, results_archive) 232 def report_failure(self, results_archive=None): argument 235 self._results_archive_from_patch_test_run = results_archive
|
D | flakytestreporter.py | 179 def report_flaky_tests(self, patch, flaky_test_results, results_archive): argument 196 self._attach_failure_diff(flake_bug_id, flaky_test, results_archive)
|
D | commitqueuetask_unittest.py | 69 def report_flaky_tests(self, patch, flaky_results, results_archive): argument 71 …s: patch='%s' flaky_tests='%s' archive='%s'" % (patch.id(), flaky_tests, results_archive.filename))
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | queues.py | 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): argument 367 reporter.report_flaky_tests(patch, flaky_test_results, results_archive)
|