<?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>88131</bug_id>
          
          <creation_ts>2012-06-01 13:42:12 -0700</creation_ts>
          <short_desc>Layout Test fast/dom/HTMLMeterElement/meter-element-crash.html is failing</short_desc>
          <delta_ts>2013-03-08 13:22:24 -0800</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>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="Stephen Chenney">schenney</reporter>
          <assigned_to name="James Robinson">jamesr</assigned_to>
          <cc>ap</cc>
    
    <cc>dglazkov</cc>
    
    <cc>jamesr</cc>
    
    <cc>jonlee</cc>
    
    <cc>morrita</cc>
    
    <cc>rniwa</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>639683</commentid>
    <comment_count>0</comment_count>
    <who name="Stephen Chenney">schenney</who>
    <bug_when>2012-06-01 13:42:12 -0700</bug_when>
    <thetext>The following layout test is failing on Mac and Win debug:

fast/dom/HTMLMeterElement/meter-element-crash.html

This test has been flaky before, see http://trac.webkit.org/changeset/94634</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>639688</commentid>
    <comment_count>1</comment_count>
    <who name="Stephen Chenney">schenney</who>
    <bug_when>2012-06-01 13:47:17 -0700</bug_when>
    <thetext>Committed r119277: &lt;http://trac.webkit.org/changeset/119277&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>639689</commentid>
    <comment_count>2</comment_count>
    <who name="Stephen Chenney">schenney</who>
    <bug_when>2012-06-01 13:47:40 -0700</bug_when>
    <thetext>Committed expectations update.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>639695</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2012-06-01 13:50:02 -0700</bug_when>
    <thetext>Do you have a stack trace to post?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>639697</commentid>
    <comment_count>4</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-06-01 13:51:34 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; Do you have a stack trace to post?

Unfortunately Chromium bots delete symbols in WebKit/WebCore so we can&apos;t see anything useful. We should really change that though... it makes impossible to diagnose the problems :(</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>640300</commentid>
    <comment_count>5</comment_count>
    <who name="Hajime Morrita">morrita</who>
    <bug_when>2012-06-03 21:37:31 -0700</bug_when>
    <thetext>Was this crashing? If it was just failing.
I could make test result more stable somehow.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851456</commentid>
    <comment_count>6</comment_count>
      <attachid>192277</attachid>
    <who name="James Robinson">jamesr</who>
    <bug_when>2013-03-08 13:08:54 -0800</bug_when>
    <thetext>Created attachment 192277
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851458</commentid>
    <comment_count>7</comment_count>
    <who name="James Robinson">jamesr</who>
    <bug_when>2013-03-08 13:09:32 -0800</bug_when>
    <thetext>I believe this patch will de-flake the test.  Without this patch, locally (cr linux debug) the test fails 6-20 times when run with --repeat-each=10 --iterations=10.  With this patch is passes 100/100 times.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851459</commentid>
    <comment_count>8</comment_count>
      <attachid>192277</attachid>
    <who name="Tony Chang">tony</who>
    <bug_when>2013-03-08 13:12:27 -0800</bug_when>
    <thetext>Comment on attachment 192277
Patch

Should there be a TestExpectations change to re-enable this test?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851464</commentid>
    <comment_count>9</comment_count>
    <who name="James Robinson">jamesr</who>
    <bug_when>2013-03-08 13:14:24 -0800</bug_when>
    <thetext>(In reply to comment #8)
&gt; (From update of attachment 192277 [details])
&gt; Should there be a TestExpectations change to re-enable this test?

I accidentally landed that part already in: http://trac.webkit.org/changeset/145259/trunk/LayoutTests/platform/chromium/TestExpectations</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>851469</commentid>
    <comment_count>10</comment_count>
    <who name="James Robinson">jamesr</who>
    <bug_when>2013-03-08 13:22:24 -0800</bug_when>
    <thetext>Committed r145263: &lt;http://trac.webkit.org/changeset/145263&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>192277</attachid>
            <date>2013-03-08 13:08:54 -0800</date>
            <delta_ts>2013-03-08 13:12:27 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-88131-20130308130457.patch</filename>
            <type>text/plain</type>
            <size>2075</size>
            <attacher name="James Robinson">jamesr</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTQ1MjU5CmRpZmYgLS1naXQgYS9MYXlvdXRUZXN0cy9DaGFu
Z2VMb2cgYi9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKaW5kZXggMjYyN2FjNGExMmM3Yzk5MzkzNzY4
NzFkNzJjNDJiMjIzNGYxYTI5ZS4uZGE1YTVmMzBlOTIwZGUxN2FlZDQxMDA4OGUxNThjYWUyNjEx
OTU4NCAxMDA2NDQKLS0tIGEvTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCisrKyBiL0xheW91dFRlc3Rz
L0NoYW5nZUxvZwpAQCAtMSw1ICsxLDIwIEBACiAyMDEzLTAzLTA4ICBKYW1lcyBSb2JpbnNvbiAg
PGphbWVzckBjaHJvbWl1bS5vcmc+CiAKKyAgICAgICAgTGF5b3V0IFRlc3QgZmFzdC9kb20vSFRN
TE1ldGVyRWxlbWVudC9tZXRlci1lbGVtZW50LWNyYXNoLmh0bWwgaXMgZmFpbGluZworICAgICAg
ICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9ODgxMzEKKworICAgICAg
ICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBUaGlzIHRlc3Qgd2FzIGNh
bGxpbmcgc2V0VGltZW91dCguLi4sIDApIGluIGEgPHNjcmlwdD4gYmxvY2sgYmVmb3JlIHRoZSBl
bmQgb2YgdGhlIGRvY3VtZW50LgorICAgICAgICBUaGUgdGltZW91dCBzb21ldGltZXMgZmlyZWQg
YmVmb3JlIHBhcnNpbmcgdGhlIHJlc3Qgb2YgdGhlIGRvY3VtZW50IGFuZCBzb21ldGltZXMgYWZ0
ZXIsCisgICAgICAgIGRlcGVuZGluZyBvbiB3aGVuIHRoZSBwYXJzZXIgeWllbGRlZC4gVGhpcyBt
b3ZlcyB0aGUgPHNjcmlwdD4gYmxvY2sgdG8gdGhlIGVuZCBvZiB0aGUgZG9jdW1lbnQKKyAgICAg
ICAgc28gaXQgYWx3YXlzIHJ1bnMgYWZ0ZXIgcGFyc2luZyB0aGUgcmVzdCBvZiB0aGUgdGVzdCwg
d2hpY2ggaXMgdGhlIG1vcmUgY29tbW9uIGFuZCBleHBlY3RlZAorICAgICAgICBiZWhhdmlvci4K
KworICAgICAgICAqIGZhc3QvZG9tL0hUTUxNZXRlckVsZW1lbnQvbWV0ZXItZWxlbWVudC1jcmFz
aC5odG1sOgorCisyMDEzLTAzLTA4ICBKYW1lcyBSb2JpbnNvbiAgPGphbWVzckBjaHJvbWl1bS5v
cmc+CisKICAgICAgICAgQ2hyb21pdW0gZ2FyZGVuaW5nLgogCiAgICAgICAgICogcGxhdGZvcm0v
Y2hyb21pdW0tbGludXgteDg2L3BsYXRmb3JtL2Nocm9taXVtL2Zhc3QvZm9ybXMvY2FsZW5kYXIt
cGlja2VyL2NhbGVuZGFyLXBpY2tlci1hcHBlYXJhbmNlLW1vbnRoLXBvcHVwLWV4cGVjdGVkLnBu
ZzogQWRkZWQuCmRpZmYgLS1naXQgYS9MYXlvdXRUZXN0cy9mYXN0L2RvbS9IVE1MTWV0ZXJFbGVt
ZW50L21ldGVyLWVsZW1lbnQtY3Jhc2guaHRtbCBiL0xheW91dFRlc3RzL2Zhc3QvZG9tL0hUTUxN
ZXRlckVsZW1lbnQvbWV0ZXItZWxlbWVudC1jcmFzaC5odG1sCmluZGV4IDYwMTJjZDdhZjQ4OTIx
Y2IxMjM3OGIxYTNiYTE1YWRjYjY3ZTI1YTguLmVjMWY1MTg5OTM5OGRmNjkwNWE4MjA5NjczMmM4
YmE3ZjRlZTQyNDMgMTAwNjQ0Ci0tLSBhL0xheW91dFRlc3RzL2Zhc3QvZG9tL0hUTUxNZXRlckVs
ZW1lbnQvbWV0ZXItZWxlbWVudC1jcmFzaC5odG1sCisrKyBiL0xheW91dFRlc3RzL2Zhc3QvZG9t
L0hUTUxNZXRlckVsZW1lbnQvbWV0ZXItZWxlbWVudC1jcmFzaC5odG1sCkBAIC00LDYgKzQsMTQg
QEAKICAgIC13ZWJraXQtYXBwZWFyYW5jZTogbm9uZTsKICB9ICAKIDwvc3R5bGU+Cis8c3BhbiBp
ZD0idGVzdCI+CisgICAgPHNjcmlwdD4KKyAgICBkb2N1bWVudC5ib2R5Lm9mZnNldFRvcDsKKyAg
ICA8L3NjcmlwdD4KKyAgICA8aW5wdXQgdHlwZT0idGV4dCI+CisgICAgPG1ldGVyPgorICAgIDwv
bWV0ZXI+Cis8L3NwYW4+CiA8c2NyaXB0PgogICAgIGlmICh3aW5kb3cudGVzdFJ1bm5lcikgewog
ICAgICAgICB0ZXN0UnVubmVyLmR1bXBBc1RleHQoKTsKQEAgLTE2LDExICsyNCwzIEBACiAgICAg
ICAgICAgICB0ZXN0UnVubmVyLm5vdGlmeURvbmUoKTsKICAgICB9LCAwKTsKIDwvc2NyaXB0Pgot
PHNwYW4gaWQ9InRlc3QiPgotICAgIDxzY3JpcHQ+Ci0gICAgZG9jdW1lbnQuYm9keS5vZmZzZXRU
b3A7Ci0gICAgPC9zY3JpcHQ+Ci0gICAgPGlucHV0IHR5cGU9InRleHQiPgotICAgIDxtZXRlcj4K
LSAgICA8L21ldGVyPgotPC9zcGFuPgo=
</data>
<flag name="review"
          id="213479"
          type_id="1"
          status="+"
          setter="tony"
    />
          </attachment>
      

    </bug>

</bugzilla>