<?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>68673</bug_id>
          
          <creation_ts>2011-09-22 18:09:13 -0700</creation_ts>
          <short_desc>enable NRWT for run-webkit-tests on Lion</short_desc>
          <delta_ts>2011-09-23 17:08:45 -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>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Dirk Pranke">dpranke</reporter>
          <assigned_to name="Dirk Pranke">dpranke</assigned_to>
          <cc>darin</cc>
    
    <cc>eric</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit.review.bot</cc>
    
    <cc>wsiegrist</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>471993</commentid>
    <comment_count>0</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-09-22 18:09:13 -0700</bug_when>
    <thetext>enable NRWT for run-webkit-tests on Lion</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>471994</commentid>
    <comment_count>1</comment_count>
      <attachid>108435</attachid>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-09-22 18:09:55 -0700</bug_when>
    <thetext>Created attachment 108435
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>471997</commentid>
    <comment_count>2</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-09-22 18:14:58 -0700</bug_when>
    <thetext>I don&apos;t actually have a Lion box handy to test this and make sure it works; it seems like we should probably test this somewhere before we just land this and the bot picks it up automatically (IIRC how the bot is configured) ...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>471998</commentid>
    <comment_count>3</comment_count>
      <attachid>108435</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-09-22 18:17:56 -0700</bug_when>
    <thetext>Comment on attachment 108435
Patch

LGTM.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>471999</commentid>
    <comment_count>4</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-09-22 18:18:26 -0700</bug_when>
    <thetext>I just don&apos;t have a lion box yet, that&apos;s why this hasn&apos;t been flipped.  But assuming new-run-webkit-tests works fine stand-alone on lion, this should work just fine.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>472051</commentid>
    <comment_count>5</comment_count>
      <attachid>108435</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-09-22 20:59:25 -0700</bug_when>
    <thetext>Comment on attachment 108435
Patch

Clearing flags on attachment: 108435

Committed r95781: &lt;http://trac.webkit.org/changeset/95781&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>472052</commentid>
    <comment_count>6</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-09-22 20:59:29 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>472296</commentid>
    <comment_count>7</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2011-09-23 10:08:48 -0700</bug_when>
    <thetext>I think this should be changed to a “deny” list instead of an “allow” list for OS X versions. When we are working on future versions post-Lion it is no good to fall back to the old run-webkit-tests!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>472328</commentid>
    <comment_count>8</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-09-23 10:51:25 -0700</bug_when>
    <thetext>(In reply to comment #7)
&gt; I think this should be changed to a “deny” list instead of an “allow” list for OS X versions. When we are working on future versions post-Lion it is no good to fall back to the old run-webkit-tests!

Makes sense. We should probably change this to a deny list, period.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>472633</commentid>
    <comment_count>9</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-09-23 17:08:45 -0700</bug_when>
    <thetext>I strongly support using a blacklist instead of a whitelist.

However, you should note I tried that and failed once:
http://trac.webkit.org/changeset/90440/trunk/Tools/Scripts/run-webkit-tests

Had to roll out the blacklist due to webkitdir.pm&apos;s behavior of removing arguments (or not removing arguments) based on if isGtk/isPort() whatever being called:
http://trac.webkit.org/changeset/90449/trunk/Tools/Scripts/run-webkit-tests</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>108435</attachid>
            <date>2011-09-22 18:09:55 -0700</date>
            <delta_ts>2011-09-22 20:59:25 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-68673-20110922180953.patch</filename>
            <type>text/plain</type>
            <size>1250</size>
            <attacher name="Dirk Pranke">dpranke</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogOTU3MTgKZGlmZiAtLWdpdCBhL1Rvb2xzL0NoYW5nZUxvZyBi
L1Rvb2xzL0NoYW5nZUxvZwppbmRleCBhYzU4OWFjN2JjYmU5OTNkZjY0ZTliMzMzMGU3NjY1MTVl
NmI2MzcwLi43ODIzNDVjNjU3MmU0N2U4MTY0NTk1ZmY3ZTE4OWJjNzI1ZmJmZGQzIDEwMDY0NAot
LS0gYS9Ub29scy9DaGFuZ2VMb2cKKysrIGIvVG9vbHMvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTMg
QEAKKzIwMTEtMDktMjIgIERpcmsgUHJhbmtlICA8ZHByYW5rZUBjaHJvbWl1bS5vcmc+CisKKyAg
ICAgICAgZW5hYmxlIE5SV1QgZm9yIHJ1bi13ZWJraXQtdGVzdHMgb24gTGlvbgorICAgICAgICBo
dHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9Njg2NzMKKworICAgICAgICBS
ZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICAqIFNjcmlwdHMvcnVuLXdlYmtp
dC10ZXN0czoKKyAgICAgICAgKHVzZU5ld1J1bldlYktpdFRlc3RzKToKKwogMjAxMS0wOS0yMSAg
QW5uYSBDYXZlbmRlciAgPGFubmFjY0BjaHJvbWl1bS5vcmc+CiAKICAgICAgICAgVXBkYXRlIGNv
bW1pdHRlcnMucHkgd2l0aCBhIG5ldyBjb250cmlidXRvciBjb250YWN0ICAgICAgICAKZGlmZiAt
LWdpdCBhL1Rvb2xzL1NjcmlwdHMvcnVuLXdlYmtpdC10ZXN0cyBiL1Rvb2xzL1NjcmlwdHMvcnVu
LXdlYmtpdC10ZXN0cwppbmRleCA1ZTJlODAxODE5MmUwODY5Y2Y5ODc2NDRkZGNhYjlkNDNkNTc0
NDMwLi4xMjE2ZjM1ZTZjNDZmMjRhNTY5Mzc4YmM1OTdhMTQ3MTk3ZDhhMjNjIDEwMDc1NQotLS0g
YS9Ub29scy9TY3JpcHRzL3J1bi13ZWJraXQtdGVzdHMKKysrIGIvVG9vbHMvU2NyaXB0cy9ydW4t
d2Via2l0LXRlc3RzCkBAIC05MCw3ICs5MCw3IEBAIHN1YiB1c2VOZXdSdW5XZWJLaXRUZXN0cygp
CiAgICAgICAgIHJldHVybiAoIWlzRGFyd2luKCkgYW5kICFpc0FSTSgpIGFuZCAoZ2V0UXRWZXJz
aW9uKCkgbmUgIjQuOCIpKTsKICAgICB9CiAKLSAgICByZXR1cm4gKChpc0xlb3BhcmQoKSBvciBp
c1Nub3dMZW9wYXJkKCkgb3IgaXNHdGsoKSkgYW5kICF1c2luZ1dlYktpdDIoKSBhbmQgIXVzaW5n
TGVha3MoKSk7CisgICAgcmV0dXJuICgoaXNMZW9wYXJkKCkgb3IgaXNTbm93TGVvcGFyZCgpIG9y
IGlzTGlvbigpIG9yIGlzR3RrKCkpIGFuZCAhdXNpbmdXZWJLaXQyKCkgYW5kICF1c2luZ0xlYWtz
KCkpOwogfQogCiBteSAkaGFybmVzc05hbWUgPSAib2xkLXJ1bi13ZWJraXQtdGVzdHMiOwo=
</data>

          </attachment>
      

    </bug>

</bugzilla>