[Webkit-unassigned] [Bug 33659] commit-queue failed to catch ParseError exception
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 14 02:40:55 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33659
--- Comment #1 from Eric Seidel <eric at webkit.org> 2010-01-14 02:40:54 PST ---
I just had this happen to me using "webkit-patch land" on bug 32641 as well. I
think mechanize/beautifulsoup has trouble when there are things which look like
html tags mentioned in bug comments.
Adding comment to bug 32641
Traceback (most recent call last):
File "/Stuff/Projects/WebKit/WebKitTools/Scripts/webkit-patch", line 108, in
<module>
WebKitPatch().main()
File
"/Stuff/Projects/WebKit/WebKitTools/Scripts/webkitpy/multicommandtool.py", line
299, in main
return command.check_arguments_and_execute(options, args, self)
File
"/Stuff/Projects/WebKit/WebKitTools/Scripts/webkitpy/multicommandtool.py", line
113, in check_arguments_and_execute
return self.execute(options, args, tool) or 0
File
"/Stuff/Projects/WebKit/WebKitTools/Scripts/webkitpy/commands/abstractsequencedcommand.py",
line 43, in execute
self._sequence.run_and_handle_errors(tool, options,
self._prepare_state(options, args, tool))
File "/Stuff/Projects/WebKit/WebKitTools/Scripts/webkitpy/stepsequence.py",
line 66, in run_and_handle_errors
self._run(tool, options, state)
File "/Stuff/Projects/WebKit/WebKitTools/Scripts/webkitpy/stepsequence.py",
line 60, in _run
step(tool, options).run(state)
File
"/Stuff/Projects/WebKit/WebKitTools/Scripts/webkitpy/steps/closebugforlanddiff.py",
line 55, in run
self._tool.bugs.post_comment_to_bug(bug_id, comment_text)
File "/Stuff/Projects/WebKit/WebKitTools/Scripts/webkitpy/bugzilla.py", line
554, in post_comment_to_bug
self.browser.select_form(name="changeform")
File
"./autoinstall.cache.d/-1555206040/mechanize-0.1.11.zip/mechanize-0.1.11/mechanize/_mechanize.py",
line 505, in select_form
File
"./autoinstall.cache.d/-1555206040/mechanize-0.1.11.zip/mechanize-0.1.11/mechanize/_html.py",
line 546, in __getattr__
File
"./autoinstall.cache.d/-1555206040/mechanize-0.1.11.zip/mechanize-0.1.11/mechanize/_html.py",
line 559, in forms
File
"./autoinstall.cache.d/-1555206040/mechanize-0.1.11.zip/mechanize-0.1.11/mechanize/_html.py",
line 228, in forms
mechanize._html.ParseError
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list