[Webkit-unassigned] [Bug 48242] New: check-webkit-style: false positive reported for #if macro

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 08:42:14 PDT 2010


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

           Summary: check-webkit-style: false positive reported for #if
                    macro
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: levin at chromium.org


Attachment 71742 patch on Bug 46096, Comment #8 had a false-positive on an #if macro definition:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
JavaScriptCore/assembler/MacroAssemblerARM.cpp:59:  More than one command on the same line in if  [whitespace/parens] [4]
Total errors found: 1 in 2 files

I believe the check-webkit-style script though this was a standard if() statement, not an #if macro.

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