Bug 62944
| Summary: | REGRESSION: GitTest.test_create_patch fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel Bates <dbates> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | abarth, eric |
| Priority: | P2 | Keywords: | Regression |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Daniel Bates
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/
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |