<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>52636</bug_id>
          
          <creation_ts>2011-01-18 10:09:12 -0800</creation_ts>
          <short_desc>check-webkit-style should ignore the Source/WebCore/thirdparty directory</short_desc>
          <delta_ts>2011-06-18 12:06:32 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Stephen White">senorblanco</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>commit-queue</cc>
    
    <cc>eric</cc>
    
    <cc>levin</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>335891</commentid>
    <comment_count>0</comment_count>
    <who name="Stephen White">senorblanco</who>
    <bug_when>2011-01-18 10:09:12 -0800</bug_when>
    <thetext>Source/WebCore/thirdparty contains third-party code which does not follow WebKit coding style.  check-webkit-style should skip it.

(See https://bugs.webkit.org/show_bug.cgi?id=52627 for false positives.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>336043</commentid>
    <comment_count>1</comment_count>
    <who name="David Levin">levin</who>
    <bug_when>2011-01-18 13:11:00 -0800</bug_when>
    <thetext>I&apos;m happy to r+ a change Tools/Scripts/webkitpy/style/checker.py to make this happen :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>336812</commentid>
    <comment_count>2</comment_count>
      <attachid>79487</attachid>
    <who name="James Robinson">jamesr</who>
    <bug_when>2011-01-19 14:34:24 -0800</bug_when>
    <thetext>Created attachment 79487
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>336826</commentid>
    <comment_count>3</comment_count>
      <attachid>79487</attachid>
    <who name="David Levin">levin</who>
    <bug_when>2011-01-19 14:43:27 -0800</bug_when>
    <thetext>Comment on attachment 79487
Patch

You may want to just make the &quot;-&quot; (which should get rid of all rules if that&apos;s what is desired) instead of &quot;-whitespace&quot;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>337068</commentid>
    <comment_count>4</comment_count>
      <attachid>79487</attachid>
    <who name="James Robinson">jamesr</who>
    <bug_when>2011-01-19 19:50:12 -0800</bug_when>
    <thetext>Comment on attachment 79487
Patch

Skipping whitespace is good enough to pass everything for now, but if we start failing other style checks we can add those as well.  I&apos;m slightly wary of skipping every single style check just in case some truly insane stuff starts getting added to WebCore/thirdparty/.  We can figure it out when we see it :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>337176</commentid>
    <comment_count>5</comment_count>
      <attachid>79487</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2011-01-20 00:44:09 -0800</bug_when>
    <thetext>Comment on attachment 79487
Patch

Rejecting attachment 79487 from commit-queue.

Failed to run &quot;[&apos;./Tools/Scripts/webkit-patch&apos;, &apos;--status-host=queues.webkit.org&apos;, &apos;--bot-id=eseidel-cq-sl&apos;, &apos;bu...&quot; exit_code: 2

Last 500 characters of output:
ands failed:
WebCore:
	CompileC /Projects/CommitQueue/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/x86_64/HTMLScriptElement.o /Projects/CommitQueue/Source/WebCore/html/HTMLScriptElement.cpp normal x86_64 c++ com.apple.compilers.gcc.4_2
	CompileC /Projects/CommitQueue/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/x86_64/HTMLSelectElement.o /Projects/CommitQueue/Source/WebCore/html/HTMLSelectElement.cpp normal x86_64 c++ com.apple.compilers.gcc.4_2
(2 failures)


Full output: http://queues.webkit.org/results/7561236</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>337446</commentid>
    <comment_count>6</comment_count>
      <attachid>79487</attachid>
    <who name="Adam Barth">abarth</who>
    <bug_when>2011-01-20 10:57:48 -0800</bug_when>
    <thetext>Comment on attachment 79487
Patch

This patch can&apos;t have caused a compile error.  Very strange.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>337570</commentid>
    <comment_count>7</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-01-20 13:41:34 -0800</bug_when>
    <thetext>I think I was running too many bots on the machine:
/Projects/CommitQueue/Source/WebCore/html/HTMLScriptElement.cpp -o /Projects/CommitQueue/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/x86_64/HTMLScriptElement.o

/Developer/usr/bin/../libexec/gcc/i686-apple-darwin10/4.2.1/as: can&apos;t fork a new process to execute: /Developer/usr/bin/../libexec/gcc/darwin/x86_64/as (Resource temporarily unavailable)
/Projects/CommitQueue/Source/WebCore/html/HTMLScriptElement.cpp:181: fatal error: error writing to -: Broken pipe
compilation terminated.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>337952</commentid>
    <comment_count>8</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-01-21 02:16:47 -0800</bug_when>
    <thetext>======================================================================
ERROR: test_path_rules_specifier (webkitpy.style.checker_unittest.GlobalVariablesTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File &quot;/Projects/CommitQueue/Tools/Scripts/webkitpy/style/checker_unittest.py&quot;, line 197, in test_path_rules_specifier
    validate_filter_rules(path_rules, self._all_categories())
  File &quot;/Projects/CommitQueue/Tools/Scripts/webkitpy/style/filter.py&quot;, line 45, in validate_filter_rules
    &quot;must start with + or -.&quot; % rule)
ValueError: Invalid filter rule &quot;w&quot;: every rule must start with + or -.

----------------------------------------------------------------------
Ran 804 tests in 10.609s</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>338021</commentid>
    <comment_count>9</comment_count>
      <attachid>79487</attachid>
    <who name="David Levin">levin</who>
    <bug_when>2011-01-21 05:50:38 -0800</bug_when>
    <thetext>Comment on attachment 79487
Patch

You need a comma on line 165 after the ] or else python will interpret the () as a grouping instead of a list since there is only one item in the list.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>423154</commentid>
    <comment_count>10</comment_count>
      <attachid>79487</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2011-06-18 12:06:32 -0700</bug_when>
    <thetext>Comment on attachment 79487
Patch

Clearing review flag on this old patch that was rejected by commit-queue.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>79487</attachid>
            <date>2011-01-19 14:34:24 -0800</date>
            <delta_ts>2011-06-18 12:06:32 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-52636-20110119143423.patch</filename>
            <type>text/plain</type>
            <size>1312</size>
            <attacher name="James Robinson">jamesr</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1Rvb2xzL0NoYW5nZUxvZyBiL1Rvb2xzL0NoYW5nZUxvZwppbmRleCAxOGMz
M2NmOWRiZTk1NDQ0YzUxMzFiNzM2ZDgyNjA5Njg1YjUyMTRkLi5kNDkyNmJkZWM4MTRkMGE0Y2Qw
ZTg2ODIwNmQxMzdkYWY0YmEyMmZiIDEwMDY0NAotLS0gYS9Ub29scy9DaGFuZ2VMb2cKKysrIGIv
VG9vbHMvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTQgQEAKKzIwMTEtMDEtMTkgIEphbWVzIFJvYmlu
c29uICA8amFtZXNyQGNocm9taXVtLm9yZz4KKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkg
KE9PUFMhKS4KKworICAgICAgICBjaGVjay13ZWJraXQtc3R5bGUgc2hvdWxkIGlnbm9yZSB0aGUg
U291cmNlL1dlYkNvcmUvdGhpcmRwYXJ0eSBkaXJlY3RvcnkKKyAgICAgICAgaHR0cHM6Ly9idWdz
LndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTUyNjM2CisKKyAgICAgICAgSWdub3JlcyBhbGwg
d2hpdGVzcGFjZSBzdHlsZSBydWxlcyBmb3IgU291cmNlL1dlYkNvcmUvdGhpcmRwYXJ0eS4KKwor
ICAgICAgICAqIFNjcmlwdHMvd2Via2l0cHkvc3R5bGUvY2hlY2tlci5weToKKwogMjAxMS0wMS0x
OSAgRGlyayBQcmFua2UgIDxkcHJhbmtlQGNocm9taXVtLm9yZz4KIAogICAgICAgICBSZXZpZXdl
ZCBieSBPamFuIFZhZmFpLgpkaWZmIC0tZ2l0IGEvVG9vbHMvU2NyaXB0cy93ZWJraXRweS9zdHls
ZS9jaGVja2VyLnB5IGIvVG9vbHMvU2NyaXB0cy93ZWJraXRweS9zdHlsZS9jaGVja2VyLnB5Cmlu
ZGV4IGViY2YzMjY4ZjUwYTRhMzk4MzgzMzJhYjgzYTU1ZGZhYjFhODQ4MWYuLmY4ZjkxZmI5NDA1
NDc4MWViYzk5ODZhMGM0NDAxZmQ0NGI5NDViODggMTAwNjQ0Ci0tLSBhL1Rvb2xzL1NjcmlwdHMv
d2Via2l0cHkvc3R5bGUvY2hlY2tlci5weQorKysgYi9Ub29scy9TY3JpcHRzL3dlYmtpdHB5L3N0
eWxlL2NoZWNrZXIucHkKQEAgLTE2MCw2ICsxNjAsOSBAQCBfUEFUSF9SVUxFU19TUEVDSUZJRVIg
PSBbCiAgICAgICAiSmF2YVNjcmlwdENvcmUvaml0L0pJVFN0dWJzLmNwcCJdLAogICAgICBbIi1y
ZWFkYWJpbGl0eS9wYXJhbWV0ZXJfbmFtZSIsCiAgICAgICAiLXdoaXRlc3BhY2UvcGFyZW5zIl0p
LAorICAgIChbIyBUaGlyZCBwYXJ0eSBDKysgY29kZSBkb2VzIG5vdCBmb2xsb3cgV2ViS2l0IHN0
eWxlIGNvbnZlbnRpb25zCisgICAgICAiU291cmNlL1dlYkNvcmUvdGhpcmRwYXJ0eSIsCisgICAg
ICAiLXdoaXRlc3BhY2UiXSksCiAKICAgICAjIFdlYktpdDIgcnVsZXM6CiAgICAgIyBXZWJLaXQy
IGRvZXNuJ3QgdXNlIGNvbmZpZy5oLCBhbmQgY2VydGFpbiBkaXJlY3RvcmllcyBoYXZlIG90aGVy
Cg==
</data>
<flag name="commit-queue"
          id="70951"
          type_id="3"
          status="-"
          setter="levin"
    />
          </attachment>
      

    </bug>

</bugzilla>