<?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>45097</bug_id>
          
          <creation_ts>2010-09-02 02:38:10 -0700</creation_ts>
          <short_desc>Snow Leopard Release Tests buildslave failing on fast/css/display-none-inline-style-change-crash</short_desc>
          <delta_ts>2010-09-02 13:45:39 -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>CSS</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>OS X 10.6</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="Matthew Willis (lilmatt)">lilmatt</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>eric</cc>
    
    <cc>hyatt</cc>
    
    <cc>sam</cc>
    
    <cc>timothy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>273282</commentid>
    <comment_count>0</comment_count>
    <who name="Matthew Willis (lilmatt)">lilmatt</who>
    <bug_when>2010-09-02 02:38:10 -0700</bug_when>
    <thetext>The Snow Leopard Release Tests buildslave has been failing on fast/css/display-none-inline-style-change-crash since Tuesday night.

http://build.webkit.org/waterfall?show=SnowLeopard%20Intel%20Release%20(Tests)&amp;last_time=1283326000

The test is failing, not because the original bug for which it was written has returned, but because of this now (unexpectedly) appearing in the output.

&gt; ALERT: 1 rule(s) were returned from getMatchedCSSRules, expected zero.

build 16778 appears to work and 16779 doesn&apos;t.  There&apos;s a pretty major change w/r/t CSS in r66577.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>273284</commentid>
    <comment_count>1</comment_count>
    <who name="Matthew Willis (lilmatt)">lilmatt</who>
    <bug_when>2010-09-02 02:39:05 -0700</bug_when>
    <thetext>(In reply to comment #0)
&gt; build 16778 appears to work and 16779 doesn&apos;t.

Clarification: build 16778 passes the test and 16779 doesn&apos;t.  The builds otherwise &quot;work&quot;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>273291</commentid>
    <comment_count>2</comment_count>
    <who name="Matthew Willis (lilmatt)">lilmatt</who>
    <bug_when>2010-09-02 03:12:16 -0700</bug_when>
    <thetext>I searched the code base for the string found in the output
&gt; were returned from getMatchedCSSRules

I only found it in fast/css/disabled-author-styles.html
However the test that&apos;s failing is fast/css/display-none-inline-style-change-crash.html

There don&apos;t appear to be any common tag IDs or function names.

Somehow the output from one test is leaking into the other, and with some frequency!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>273293</commentid>
    <comment_count>3</comment_count>
    <who name="Matthew Willis (lilmatt)">lilmatt</who>
    <bug_when>2010-09-02 03:15:08 -0700</bug_when>
    <thetext>Note that the tests are adjacent to each other in alpha order, so perhaps one test&apos;s output is being attributed to the following test. Perhaps the FIRST test is the one that&apos;s failing, and there&apos;s a bug in the testing framework that is letting the output &quot;leak&quot; into the next test.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>273306</commentid>
    <comment_count>4</comment_count>
    <who name="Matthew Willis (lilmatt)">lilmatt</who>
    <bug_when>2010-09-02 03:43:25 -0700</bug_when>
    <thetext>eseidel suggested CCing the authors of the two tests (hyatt and mitz)

Link to actual failed test output diff (cause it sucked to find it): http://bit.ly/agx1fs</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>273510</commentid>
    <comment_count>5</comment_count>
      <attachid>66400</attachid>
    <who name="Matthew Willis (lilmatt)">lilmatt</who>
    <bug_when>2010-09-02 12:54:36 -0700</bug_when>
    <thetext>Created attachment 66400
Attempt to fix flaky test by adding layoutTestController.waitUntilDone() and ...notifyDone()</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>273516</commentid>
    <comment_count>6</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-09-02 13:07:02 -0700</bug_when>
    <thetext>Hmm..  I suspect it&apos;s a more recent regression.  The timeout, if anything, will just make it fail more consistently as the right test instead of bleeding into the next test.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>273518</commentid>
    <comment_count>7</comment_count>
      <attachid>66400</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-09-02 13:07:51 -0700</bug_when>
    <thetext>Comment on attachment 66400
Attempt to fix flaky test by adding layoutTestController.waitUntilDone() and ...notifyDone()

I&apos;m all for making this test more reliable.  So lets give this a shot.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>273534</commentid>
    <comment_count>8</comment_count>
      <attachid>66400</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-09-02 13:45:34 -0700</bug_when>
    <thetext>Comment on attachment 66400
Attempt to fix flaky test by adding layoutTestController.waitUntilDone() and ...notifyDone()

Clearing flags on attachment: 66400

Committed r66684: &lt;http://trac.webkit.org/changeset/66684&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>273535</commentid>
    <comment_count>9</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-09-02 13:45:39 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>66400</attachid>
            <date>2010-09-02 12:54:36 -0700</date>
            <delta_ts>2010-09-02 13:45:34 -0700</delta_ts>
            <desc>Attempt to fix flaky test by adding layoutTestController.waitUntilDone() and ...notifyDone()</desc>
            <filename>wk45097r0.patch</filename>
            <type>text/plain</type>
            <size>1713</size>
            <attacher name="Matthew Willis (lilmatt)">lilmatt</attacher>
            
              <data encoding="base64">SW5kZXg6IExheW91dFRlc3RzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBMYXlvdXRUZXN0cy9D
aGFuZ2VMb2cJKHJldmlzaW9uIDY2NjgwKQorKysgTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCSh3b3Jr
aW5nIGNvcHkpCkBAIC0xLDMgKzEsMTMgQEAKKzIwMTAtMDktMDIgIE1hdHRoZXcgV2lsbGlzICA8
bGlsbWF0dEBmbG9jay5jb20+CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISku
CisKKyAgICAgICAgQXR0ZW1wdCB0byBmaXggZmxheHkgdGVzdCB0aGF0IGNvbnRhaW5zIHNldFRp
bWVvdXQoKSBieSBhZGRpbmcKKyAgICAgICAgbGF5b3V0VGVzdENvbnRyb2xsZXIud2FpdFVudGls
RG9uZSgpIGFuZCAuLi5ub3RpZnlEb25lKCkKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5v
cmcvc2hvd19idWcuY2dpP2lkPTQ1MDk3CisKKyAgICAgICAgKiBmYXN0L2Nzcy9kaXNhYmxlZC1h
dXRob3Itc3R5bGVzLmh0bWw6CisKIDIwMTAtMDktMDIgIFRvbnkgQ2hhbmcgIDx0b255QGNocm9t
aXVtLm9yZz4KIAogICAgICAgICBVbnJldmlld2VkLCB1cGRhdGUgY2hyb21pdW0gdGVzdCBleHBl
Y3RhdGlvbnMuCkluZGV4OiBMYXlvdXRUZXN0cy9mYXN0L2Nzcy9kaXNhYmxlZC1hdXRob3Itc3R5
bGVzLmh0bWwKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PQotLS0gTGF5b3V0VGVzdHMvZmFzdC9jc3MvZGlzYWJsZWQtYXV0
aG9yLXN0eWxlcy5odG1sCShyZXZpc2lvbiA2NjY0MCkKKysrIExheW91dFRlc3RzL2Zhc3QvY3Nz
L2Rpc2FibGVkLWF1dGhvci1zdHlsZXMuaHRtbAkod29ya2luZyBjb3B5KQpAQCAtNyw3ICs3LDcg
QEAKICAgICAgICAgICAgICAgIGFsZXJ0KCJUaGlzIHRlc3QgbXVzdCBiZSBydW4gaW4gdGhlIER1
bXBSZW5kZXJUcmVlIHRvIHdvcmsuIik7CiAgICAgICAgICAgICAgICByZXR1cm47CiAgICAgICAg
ICAgICB9Ci0KKyAgICAgICAgICAgIGxheW91dFRlc3RDb250cm9sbGVyLndhaXRVbnRpbERvbmUo
KTsKICAgICAgICAgICAgIGxheW91dFRlc3RDb250cm9sbGVyLnNldEF1dGhvckFuZFVzZXJTdHls
ZXNFbmFibGVkKGZhbHNlKTsKIAogICAgICAgICAgICAgLy8gQ2hlY2sgdGhlIG1hdGNoZWQgcnVs
ZXMgYWZ0ZXIgYSB0aW1lb3V0IHRvIGdpdmUgdGltZSBmb3IgV2ViUHJlZmVyZW5jZXMgdG8gdXBk
YXRlIFdlYkNvcmU6OlNldHRpbmdzLgpAQCAtMTksNiArMTksMTAgQEAKICAgICAgICAgICAgIHZh
ciBtYXRjaGVkUnVsZXMgPSBnZXRNYXRjaGVkQ1NTUnVsZXMoZG9jdW1lbnQuZ2V0RWxlbWVudEJ5
SWQoInRlc3QiKSwgIiIsIHRydWUpOwogICAgICAgICAgICAgaWYgKG1hdGNoZWRSdWxlcyAmJiBt
YXRjaGVkUnVsZXMubGVuZ3RoKQogICAgICAgICAgICAgICAgIGFsZXJ0KG1hdGNoZWRSdWxlcy5s
ZW5ndGggKyAiIHJ1bGUocykgd2VyZSByZXR1cm5lZCBmcm9tIGdldE1hdGNoZWRDU1NSdWxlcywg
ZXhwZWN0ZWQgemVyby4iKTsKKworICAgICAgICAgICAgaWYgKHdpbmRvdy5sYXlvdXRUZXN0Q29u
dHJvbGxlcikgeworICAgICAgICAgICAgICAgIGxheW91dFRlc3RDb250cm9sbGVyLm5vdGlmeURv
bmUoKTsKKyAgICAgICAgICAgIH0KICAgICAgICAgfQogICAgIDwvc2NyaXB0PgogICAgIDxzdHls
ZT4K
</data>

          </attachment>
      

    </bug>

</bugzilla>