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

  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter.py 173 results_archive_file = results_archive_zip.fp
176 results_archive_file.seek(0)
177 self._tool.bugs.add_attachment_to_bug(flake_bug_id, results_archive_file, description, filename="layout-test-results.zip")
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py 268 results_archive_file = results_archive_zip.fp
271 results_archive_file.seek(0)
275 self._tool.bugs.add_attachment_to_bug(patch.bug_id(), results_archive_file, description, filename="layout-test-results.zip", comment_text=comment_text)

Completed in 62 milliseconds