[Webkit-unassigned] [Bug 27008] New: bugzilla-tool fails with bugzilla 3.0
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 6 14:37:40 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27008
Summary: bugzilla-tool fails with bugzilla 3.0
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at webkit.org
I found one error, which I fixed:
- self.browser['knob'] = ['resolve']
+ self.browser['bug_status'] = ['RESOLVED']
But now I'm hitting this nasty:
Traceback (most recent call last):
File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
579, in <module>
main()
File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
576, in main
return tool.main()
File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
571, in main
return command_object.execute(command_options, command_args, self)
File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
354, in execute
self.land_patches(bug_id, bugs_to_patches[bug_id], options, tool)
File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
331, in land_patches
tool.bugs.close_bug_as_fixed(bug_id, comment_text)
File
"/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/bugzilla.py", line
292, in close_bug_as_fixed
self.browser.select_form(name="changeform")
File "build/bdist.macosx-10.5-i386/egg/mechanize/_mechanize.py", line 505, in
select_form
File "build/bdist.macosx-10.5-i386/egg/mechanize/_html.py", line 546, in
__getattr__
File "build/bdist.macosx-10.5-i386/egg/mechanize/_html.py", line 559, in
forms
File "build/bdist.macosx-10.5-i386/egg/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