[Webkit-unassigned] [Bug 96128] New: Exception during webkit-patch create-bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 7 10:12:07 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96128

           Summary: Exception during webkit-patch create-bug
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tony at chromium.org
                CC: eric at webkit.org, abarth at webkit.org


I got an exception after I finished by comment and pressed ^D on a blank line.

tc at meatwad /src/WebKit %webkit-patch create-bug
Bug title: Make RenderBox::computeLogicalWidthInRegion const
Bug comment (hit ^D on blank line to end):
Part of bug 94982
Traceback (most recent call last):
  File "/src/WebKit/Tools/Scripts/webkit-patch", line 84, in <module>
    main()
  File "/src/WebKit/Tools/Scripts/webkit-patch", line 79, in main
    WebKitPatch(os.path.abspath(__file__)).main()
  File "/src/chrome/src/third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 311, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/src/chrome/src/third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 120, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File "/src/chrome/src/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/upload.py", line 505, in execute
    self.create_bug_from_patch(options, args, tool)
  File "/src/chrome/src/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/upload.py", line 480, in create_bug_from_patch
    diff = tool.scm().create_patch(options.git_commit)
AttributeError: Values instance has no attribute 'git_commit'
tc at meatwad /src/WebKit %

-- 
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