[Webkit-unassigned] [Bug 32527] New: style-checker shows false positives for test files
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 14 12:27:31 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32527
Summary: style-checker shows false positives for test files
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: noam.rosenthal at nokia.com
When writing unit-tests (which aren't a part of WebCore), there's not always a
primary header file, and config.h is not always needed.
But when running the style checker on those files, it compained about finding
another header before config.h and the primary header.
Maybe the style checker should only complain about this if there *IS* a primary
header, but it's in the wrong position, and not if there's no primary header at
all (which is normal for unit-tests)?
See https://bugs.webkit.org/show_bug.cgi?id=32461 for test-case
--
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