[Webkit-unassigned] [Bug 36957] New: check-webkit-style: fails silently on non-existent files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 06:52:57 PDT 2010


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

           Summary: check-webkit-style: fails silently on non-existent
                    files
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: ASSIGNED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cjerdonek at webkit.org
                CC: hamaji at chromium.org


check-webkit-style doesn't always give a warning on non-existent files.  For
example--

> check-webkit-style non-existent_file
Total errors found: 0 in 1 files
>

We should probably check for this at the beginning of check_file().  If the
file doesn't exist, we should either error out or log a warning, and not
increment the file_count.

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