[Webkit-unassigned] [Bug 62944] New: webkitpy.common.checkout.scm.scm_unittest.GitTest.test_create_patch fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 18 16:57:22 PDT 2011


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

           Summary: webkitpy.common.checkout.scm.scm_unittest.GitTest.test
                    _create_patch fails
           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: dbates at webkit.org
                CC: eric at webkit.org, abarth at webkit.org


When I ran test-webkitpy --all today, webkitpy.common.checkout.scm.scm_unittest.GitTest.test_create_patch failed with:

Traceback (most recent call last):
  File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py", line 906, in test_create_patch
    scm.commit_locally_with_message('message')
  File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/git.py", line 397, in commit_locally_with_message
    self.run(['git', 'commit', '--all', '-F', '-'], input=message, cwd=self.checkout_root)
  File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py", line 79, in run
    decode_output=decode_output)
  File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 403, in run_command
    (error_handler or self.default_error_handler)(script_error)
  File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 322, in default_error_handler
    raise error
ScriptError: Failed to run "[u'git', u'commit', u'--all', u'-F', u'-']" exit_code: 1 cwd: /var/folders/0O/0Ohl7x0tFvWsn4eQg7zYTU+++TI/-Tmp-/tmpEO9eongit_test_checkout2/

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