<?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>58692</bug_id>
          
          <creation_ts>2011-04-15 14:03:11 -0700</creation_ts>
          <short_desc>old-run-webkit-tests: save the list of tests actually run to a file</short_desc>
          <delta_ts>2011-06-15 13:27:53 -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>Other</rep_platform>
          <op_sys>OS X 10.5</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>abarth</cc>
    
    <cc>commit-queue</cc>
    
    <cc>dbates</cc>
    
    <cc>eric</cc>
    
    <cc>ojan</cc>
    
    <cc>ossy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>386904</commentid>
    <comment_count>0</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-04-15 14:03:11 -0700</bug_when>
    <thetext>old-run-webkit-tests: save the list of tests actually run to a file</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>386907</commentid>
    <comment_count>1</comment_count>
      <attachid>89849</attachid>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-04-15 14:04:41 -0700</bug_when>
    <thetext>Created attachment 89849
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>386912</commentid>
    <comment_count>2</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-04-15 14:08:16 -0700</bug_when>
    <thetext>I don&apos;t actually care that much whether we land this or not, I&apos;m just posting it in case other people might find it useful.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>386915</commentid>
    <comment_count>3</comment_count>
      <attachid>89849</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-04-15 14:09:18 -0700</bug_when>
    <thetext>Comment on attachment 89849
Patch

I think this could be quite useful, honestly.  Does NRWT do similar?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>386969</commentid>
    <comment_count>4</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-04-15 15:08:28 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; (From update of attachment 89849 [details])
&gt; I think this could be quite useful, honestly.  Does NRWT do similar?

Yes, NRWT saves a list per-worker.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>387182</commentid>
    <comment_count>5</comment_count>
      <attachid>89849</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2011-04-15 20:59:56 -0700</bug_when>
    <thetext>Comment on attachment 89849
Patch

Clearing flags on attachment: 89849

Committed r84076: &lt;http://trac.webkit.org/changeset/84076&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>387183</commentid>
    <comment_count>6</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2011-04-15 21:00:00 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>389166</commentid>
    <comment_count>7</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2011-04-20 06:01:56 -0700</bug_when>
    <thetext>I think it is a useful feature for debugging, but 
we can get similar list on stdout with -v option.

I have two minor problems with it:

- ~ 3Mb sized list file for every build is hard disk killer on buildbot masters
It would be better to make this feature optional,or upload gzipped list.(~130Kb)

- absolute path: Why do we use absolute paths in this list? I think relative paths to LayoutTests directory is more than enough.

Reopen to discuss about my proposed changes.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>389414</commentid>
    <comment_count>8</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-04-20 12:10:15 -0700</bug_when>
    <thetext>I like both of those suggestions.  Just putting it behind a flag seems reasonable.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>389421</commentid>
    <comment_count>9</comment_count>
    <who name="Ojan Vafai">ojan</who>
    <bug_when>2011-04-20 12:16:50 -0700</bug_when>
    <thetext>(In reply to comment #8)
&gt; I like both of those suggestions.  Just putting it behind a flag seems reasonable.

Noooo. We have way too many flags already. There&apos;s no reason to store the absolute path. I expect storing relative paths will be enough to make this file reasonably sized. If not that, writing out the zipped file is surely sufficient.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>389461</commentid>
    <comment_count>10</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-04-20 13:10:11 -0700</bug_when>
    <thetext>I have no objection to either flags or shorter paths. I wouldn&apos;t bother gzipping the list. Or, feel free to revert it, even. We&apos;ve made it this long without it :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>413060</commentid>
    <comment_count>11</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-05-31 18:35:02 -0700</bug_when>
    <thetext>Csaba, do you have an opinion on whether just relative paths but not a gzipped list would be sufficient?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>421537</commentid>
    <comment_count>12</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-06-15 13:27:53 -0700</bug_when>
    <thetext>I&apos;m going to close this due to lack of comments and post a separate patch that shortens the list to relative paths and call it a day. See bug 62751 for the patch.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>89849</attachid>
            <date>2011-04-15 14:04:41 -0700</date>
            <delta_ts>2011-04-15 20:59:56 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-58692-20110415140440.patch</filename>
            <type>text/plain</type>
            <size>1698</size>
            <attacher name="Dirk Pranke">dpranke</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogODM4OTUKZGlmZiAtLWdpdCBhL1Rvb2xzL0NoYW5nZUxvZyBi
L1Rvb2xzL0NoYW5nZUxvZwppbmRleCAzMDAzMWNhM2Y3NTQwYmQ5YTE0NzkzNGQyZDY4OWUxYmE1
OGM0MWU1Li5mNDQ1MzQ0NzZmMzY2MzRkNWE2YzU3MzY2YjNiMDIwNTQwZTExNmNmIDEwMDY0NAot
LS0gYS9Ub29scy9DaGFuZ2VMb2cKKysrIGIvVG9vbHMvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTIg
QEAKKzIwMTEtMDQtMTUgIERpcmsgUHJhbmtlICA8ZHByYW5rZUBjaHJvbWl1bS5vcmc+CisKKyAg
ICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgb2xkLXJ1bi13ZWJr
aXQtdGVzdHM6IHNhdmUgdGhlIGxpc3Qgb2YgdGVzdHMgYWN0dWFsbHkgcnVuIHRvIGEgZmlsZQor
ICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NTg2OTIKKwor
ICAgICAgICAqIFNjcmlwdHMvb2xkLXJ1bi13ZWJraXQtdGVzdHM6CisKIDIwMTEtMDQtMTQgIERp
cmsgUHJhbmtlICA8ZHByYW5rZUBjaHJvbWl1bS5vcmc+CiAKICAgICAgICAgUmV2aWV3ZWQgYnkg
Tk9CT0RZIChPT1BTISkuCmRpZmYgLS1naXQgYS9Ub29scy9TY3JpcHRzL29sZC1ydW4td2Via2l0
LXRlc3RzIGIvVG9vbHMvU2NyaXB0cy9vbGQtcnVuLXdlYmtpdC10ZXN0cwppbmRleCA5M2EyZDFm
ZTE0NjM4NTRkMTRmYWNiZDZjYmFhZTExNWM1YzM5MDBmLi5lYWNlZjNkYjkwMGRjYzkwYjA5YmE1
MWE1NzMxN2M1ZGY4NGRiZTg5IDEwMDc1NQotLS0gYS9Ub29scy9TY3JpcHRzL29sZC1ydW4td2Vi
a2l0LXRlc3RzCisrKyBiL1Rvb2xzL1NjcmlwdHMvb2xkLXJ1bi13ZWJraXQtdGVzdHMKQEAgLTY5
MCw2ICs2OTAsOSBAQCBmb3IgKG15ICRpID0gMTsgJGkgPCAkaXRlcmF0aW9uczsgJGkrKykgewog
ICAgIHB1c2goQHRlc3RzLCBAb3JpZ2luYWxUZXN0cyk7CiB9CiAKK215ICRhYnNUZXN0UmVzdWx0
c0RpcmVjdG9yeSA9IHJlc29sdmVBbmRNYWtlVGVzdFJlc3VsdHNEaXJlY3RvcnkoKTsKK29wZW4g
bXkgJHRlc3RzX3J1bl9maCwgJz4nLCAiJGFic1Rlc3RSZXN1bHRzRGlyZWN0b3J5L3Rlc3RzX3J1
bi50eHQiIG9yIGRpZSAkITsKKwogZm9yIG15ICR0ZXN0IChAdGVzdHMpIHsKICAgICBteSAkbmV3
RHVtcFRvb2wgPSBub3QgJGlzRHVtcFRvb2xPcGVuOwogICAgIG9wZW5EdW1wVG9vbCgpOwpAQCAt
NzQwLDYgKzc0Myw4IEBAIGZvciBteSAkdGVzdCAoQHRlc3RzKSB7CiAKICAgICBteSAkc3RhcnRU
aW1lID0gdGltZSBpZiAkcmVwb3J0MTBTbG93ZXN0OwogCisgICAgcHJpbnQgJHRlc3RzX3J1bl9m
aCAiJHRlc3REaXJlY3RvcnkvJHRlc3RcbiI7CisKICAgICAjIFRyeSB0byByZWFkIGV4cGVjdGVk
IGhhc2ggZmlsZSBmb3IgcGl4ZWwgdGVzdHMKICAgICBteSAkc3VmZml4RXhwZWN0ZWRIYXNoID0g
IiI7CiAgICAgaWYgKCRwaXhlbFRlc3RzICYmICEkcmVzZXRSZXN1bHRzKSB7CkBAIC0xMDg4LDYg
KzEwOTMsOCBAQCBmb3IgbXkgJHRlc3QgKEB0ZXN0cykgewogICAgIGxhc3QgaWYgc3RvcFJ1bm5p
bmdUZXN0c0Vhcmx5SWZOZWVkZWQoKTsKIH0KIAorY2xvc2UoJHRlc3RzX3J1bl9maCk7CisKIG15
ICR0b3RhbFRlc3RpbmdUaW1lID0gdGltZSAtICRvdmVyYWxsU3RhcnRUaW1lOwogbXkgJHdhaXRU
aW1lID0gZ2V0V2FpdFRpbWUoKTsKIGlmICgkd2FpdFRpbWUgPiAwLjEpIHsK
</data>

          </attachment>
      

    </bug>

</bugzilla>