[Webkit-unassigned] [Bug 119382] New: Fix problem with find-resolved-bugs command

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 1 01:29:35 PDT 2013


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

           Summary: Fix problem with find-resolved-bugs command
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: seokju at webkit.org


Error occurs if bugs have restricted accesses.
So this patch allow it to avoid authentication during fetching bugs for find-resolved-bugs command.

[Before]
bugs.webkit.org login: test at webit.org
bugs.webkit.org password for test at webit.org: 
Store password in system keyring? [y/N]: 
Logging in as test at webit.org...
Traceback (most recent call last):
  File "./Tools/Scripts/webkit-patch", line 84, in <module>
    main()
  File "./Tools/Scripts/webkit-patch", line 79, in main
    WebKitPatch(os.path.abspath(__file__)).main()
  File "/home/neocrash/git/WebKit-Qt/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/home/neocrash/git/WebKit-Qt/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 123, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File "/home/neocrash/git/WebKit-Qt/Tools/Scripts/webkitpy/tool/commands/queries.py", line 604, in execute
    bug = bugzilla.fetch_bug(bugid)
  File "/home/neocrash/git/WebKit-Qt/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py", line 455, in fetch_bug
    return Bug(self.fetch_bug_dictionary(bug_id), self)
  File "/home/neocrash/git/WebKit-Qt/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py", line 449, in fetch_bug_dictionary
    self.authenticate()
  File "/home/neocrash/git/WebKit-Qt/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py", line 526, in authenticate
    raise Exception(errorMessage)
Exception: Bugzilla login failed: Invalid Username Or Password


[After]
$./Tools/Scripts/webkit-patch find-resolved-bugs LayoutTests/platform/gtk-wk2/TestExpectations
Resolved bugs in LayoutTests/platform/gtk-wk2/TestExpectations :
https://bugs.webkit.org/show_bug.cgi?id=63706
https://bugs.webkit.org/show_bug.cgi?id=85463
https://bugs.webkit.org/show_bug.cgi?id=81042
https://bugs.webkit.org/show_bug.cgi?id=97192
https://bugs.webkit.org/show_bug.cgi?id=94549
https://bugs.webkit.org/show_bug.cgi?id=42457
Not permitted bugs in LayoutTests/platform/gtk-wk2/TestExpectations :
https://bugs.webkit.org/show_bug.cgi?id=89287

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