Bug 166948
Summary: | check-webkit-style does not work with moved files and svn 1.9 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
Status: | NEW | ||
Severity: | Minor | CC: | ap, lforschler, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=166914 https://bugs.webkit.org/show_bug.cgi?id=167164 |
Jonathan Bedard
When check-webkit-style is run with moved files in svn 1.9, errors are thrown in Tools/Scripts/webkitpy/common/checkout/diff_parser.py due to an unexpected diff format.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/29979693>
Jonathan Bedard
A note here, while this title is accurate, the original description of this issue is not. check-webkit-style outputs a number of unneeded lines when files are moved, but these unneeded lines do not cause errors. Bug 167164 was the bug which was causing the errors due to an unexpected diff format.