HomeSort by relevance Sort by last modified time
    Searched refs:bugs (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
closepatch.py 36 self._tool.bugs.clear_attachment_flags(state["patch"].id(), comment_text)
postdiffforcommit.py 36 self._tool.bugs.add_patch_to_bug(
closebug.py 46 patches = self._tool.bugs.fetch_bug(state["patch"].bug_id()).patches()
51 self._tool.bugs.close_bug_as_fixed(state["patch"].bug_id(), "All reviewed patches have been landed. Closing bug.")
closebugforlanddiff.py 51 self._tool.bugs.close_bug_as_fixed(bug_id, comment_text)
55 self._tool.bugs.post_comment_to_bug(bug_id, comment_text)
obsoletepatches.py 46 patches = self._tool.bugs.fetch_bug(bug_id).patches()
51 self._tool.bugs.obsolete_attachment(patch.id())
postdiff.py 49 self._tool.bugs.add_patch_to_bug(state["bug_id"], diff_file, description, mark_for_review=self._options.review, mark_for_commit_queue=self._options.request_commit)
51 self._tool.user.open_url(self._tool.bugs.bug_url_for_bug_id(state["bug_id"]))
createbug.py 45 state["bug_id"] = self._tool.bugs.create_bug(state["bug_title"], state["bug_description"], component=self._options.component, cc=self._options.cc)
preparechangelogforrevert.py 45 bug_url = self._tool.bugs.bug_url_for_bug_id(state["bug_id"]) if state["bug_id"] else None
completerollout.py 64 log("No bugs were updated.")
66 self._tool.bugs.reopen_bug(bug_id, comment_text)
updatechangelogswithreviewer.py 45 patches = self._tool.bugs.fetch_bug(bug_id).reviewed_patches()
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
queries.py 41 name = "bugs-to-commit"
42 help_text = "List bugs in the commit-queue"
46 bug_ids = tool.bugs.queries.fetch_bug_ids_from_commit_queue()
56 patches = tool.bugs.queries.fetch_patches_from_commit_queue()
67 make_option("--bugs", action="store_true", dest="bugs", help="Output bug links instead of patch links"),
84 patches = tool.bugs.queries.fetch_patches_from_pending_commit_list()
86 if options.bugs:
90 print "%s" % tool.bugs.bug_url_for_bug_id(bug_id)
93 print "%s" % tool.bugs.attachment_url_for_id(patch.id(), action="edit"
    [all...]
queries_unittest.py 49 options.bugs = False
53 options.bugs = True
upload.py 76 for bug_id in tool.bugs.queries.fetch_bug_ids_from_pending_commit_list():
77 bug = self.tool.bugs.fetch_bug(bug_id)
84 self.tool.bugs.obsolete_attachment(patch.id(), message)
99 bug = self.tool.bugs.fetch_bug(bug_id)
101 if assigned_to_email != self.tool.bugs.unassigned_email:
123 self.tool.bugs.reassign_bug(bug_id, committer.bugzilla_email(), reassign_message)
126 for bug_id in tool.bugs.queries.fetch_bug_ids_from_pending_commit_list():
214 long_help = """upload uploads the current diff to bugs.webkit.org.
239 help_text = "Attach a range of local commits to bugs as patch files"
288 tool.bugs.add_patch_to_bug(bug_id, diff_file, description, comment_text, mark_for_review=options.review, mar (…)
    [all...]
queues.py 65 self.tool.bugs.add_cc_to_bug(bug_id, self.watchers)
145 self.committer_validator = CommitterValidator(self.tool.bugs)
149 bug_ids = self.tool.bugs.queries.fetch_bug_ids_from_commit_queue()
150 all_patches = sum([self.tool.bugs.fetch_bug(bug_id).commit_queued_patches(include_invalid=True) for bug_id in bug_ids], [])
155 # FIXME: We could sort the patches in a specific order here, was suggested by https://bugs.webkit.org/show_bug.cgi?id=33395
216 validator = CommitterValidator(tool.bugs)
233 return self.tool.bugs.queries.fetch_attachment_ids_from_review_queue()
250 return self.tool.bugs.fetch_attachment(patch_id)
294 tool.bugs.post_comment_to_bug(state["patch"].bug_id(), message, cc=cls.watchers)
openbugs.py 37 name = "open-bugs"
44 bug_url = self.tool.bugs.bug_url_for_bug_id(bug_id)
58 # This won't open bugs until stdin is closed but could be made to easily. That would just make unit testing slightly harder.
61 log("%s bugs found in input." % len(bug_ids))
  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla_unittest.py 94 'url' : "https://bugs.webkit.org/attachment.cgi?id=33721",
106 bugs = Bugzilla()
108 self.assertEquals(12345, parse_bug_id("http://bugs.webkit.org/show_bug.cgi?id=12345"))
109 self.assertEquals(12345, parse_bug_id(bugs.short_bug_url_for_bug_id(12345)))
110 self.assertEquals(12345, parse_bug_id(bugs.bug_url_for_bug_id(12345)))
111 self.assertEquals(12345, parse_bug_id(bugs.bug_url_for_bug_id(12345, xml=True)))
115 self.assertEquals(None, parse_bug_id("http://bugs.webkit.org/show_bug.cgi?ctype=xml&id=12345"))
119 <!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/bugzilla.dtd">
121 urlbase="https://bugs.webkit.org/"
191 'url' : "https://bugs.webkit.org/attachment.cgi?id=45548"
    [all...]
credentials_unittest.py 41 0x00000007 <blob>="bugs.webkit.org (test@webkit.org)"
59 "srvr"<blob>="bugs.webkit.org"
68 credentials = FakeCredentials("bugs.webkit.org")
73 credentials = Credentials("bugs.webkit.org")
122 credentials = FakeCredentials("bugs.webkit.org", cwd=temp_dir_path)
  /external/stlport/test/eh/
cygwin.mak 79 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
83 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
87 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
  /external/grub/util/
grub-md5-crypt 41 Report bugs to <bug-grub@gnu.org>.
grub-md5-crypt.in 41 Report bugs to <bug-grub@gnu.org>.
grub-terminfo 30 Report bugs to <bug-grub@gnu.org>.
grub-terminfo.in 30 Report bugs to <bug-grub@gnu.org>.
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
timeout-clear-watch.js 1 description("Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
  /external/webkit/WebKitTools/Scripts/
webkit-patch 59 self.bugs = Bugzilla()
97 self.bugs.dryrun = True
  /external/v8/test/message/
testcfg.py 110 bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))]
111 all_tests = mjsunit + regress + bugs

Completed in 705 milliseconds

1 2 3