[Webkit-unassigned] [Bug 97295] New: check-webkit-style is checking all the files, not just my changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 20 22:57:59 PDT 2012


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

           Summary: check-webkit-style is checking all the files, not just
                    my changes
           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: timothy_horton at apple.com
                CC: levin at chromium.org


I have local changes:

> git status
# On branch WKTRTiledDrawing
#
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#    modified:   Tools/ChangeLog
#    modified:   Tools/WebKitTestRunner/TestController.cpp
#    modified:   Tools/WebKitTestRunner/TestController.h
#    modified:   Tools/WebKitTestRunner/mac/PlatformWebViewMac.mm

But check-webkit-style is going nuts checking all the files:

LayoutTests/platform/efl/tables/mozilla/bugs/bug13105-expected.png:0:  Have to enable auto props in the subversion config file (/Users/hortont/.subversion/config "enable-auto-props = yes"). Have to set the svn:mime-type in the subversion config file (/Users/hortont/.subversion/config "*.png = svn:mime-type=image/png").  [image/png] [5]
WARNING: Using the chromium port without having the downstream skia_test_expectations.txt file checked out. Expectations related things might be wonky.
Source/WebKit2/UIProcess/API/gtk/tests/TestWebKitSettings.cpp:34:  Alphabetical sorting problem.  [build/include_order] [4]
Source/WebCore/inspector/InjectedScriptCanvasModule.h:59:  The parameter type should use PassRefPtr instead of RefPtr.  [readability/pass_ptr] [5]

And so on and so forth.

This is definitely not how it used to work. (unless I'm missing something

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