<?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>94532</bug_id>
          
          <creation_ts>2012-08-20 14:56:53 -0700</creation_ts>
          <short_desc>Layout test fast/forms/formmethod-attribute-button-html.html failing intermittently with missing expectations</short_desc>
          <delta_ts>2012-08-21 14:38: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>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>72039</dup_id>
          
          <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="Kenneth Russell">kbr</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dpranke</cc>
    
    <cc>ojan</cc>
    
    <cc>tony</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>700009</commentid>
    <comment_count>0</comment_count>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2012-08-20 14:56:53 -0700</bug_when>
    <thetext>The layout test fast/forms/formmethod-attribute-button-html.html is failing intermittently on Linux. The flakiness dashboard thinks that it&apos;s missing results:

http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Linux/builds/29834
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Fforms%2Fformmethod-attribute-button-html.html

But what really appears to be happening is that the test is outputting the layer tree as text instead of the test&apos;s results. This is a pretty weird kind of failure. It looks similar to ones we&apos;ve seen before where DRT might be picking up the results from the previous test run on that machine.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>700030</commentid>
    <comment_count>1</comment_count>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2012-08-20 15:10:40 -0700</bug_when>
    <thetext>Committed r126077: &lt;http://trac.webkit.org/changeset/126077&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>700057</commentid>
    <comment_count>2</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2012-08-20 15:26:00 -0700</bug_when>
    <thetext>Are you possibly seeing https://bugs.webkit.org/show_bug.cgi?id=63104 ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>700094</commentid>
    <comment_count>3</comment_count>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2012-08-20 15:46:22 -0700</bug_when>
    <thetext>Not sure. From reading https://bugs.webkit.org/show_bug.cgi?id=63104 it sounds like it happens reliably when the test fails before calling testRunner.dumpAsText(). This failure is intermittent. fast/forms/formmethod-attribute-button-html.html uses testRunner.waitUntilDone() / notifyDone(), though, so if the failure occurred between them, and the test didn&apos;t call notifyDone(), would that have the same effect?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>700103</commentid>
    <comment_count>4</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2012-08-20 15:54:12 -0700</bug_when>
    <thetext>dumpAsText is called from js-test-pre; if that script isn&apos;t loaded, you&apos;ll see the problem you&apos;re seeing. Which is the same general class of symptoms described in that bug (at least as far as I&apos;m concerned).

These failures always seem to be flaky.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>700123</commentid>
    <comment_count>5</comment_count>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2012-08-20 16:13:47 -0700</bug_when>
    <thetext>Sounds like this is a duplicate of the other bug in that case.

*** This bug has been marked as a duplicate of bug 63104 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>700193</commentid>
    <comment_count>6</comment_count>
    <who name="Ojan Vafai">ojan</who>
    <bug_when>2012-08-20 17:00:22 -0700</bug_when>
    <thetext>I think this is more accurately a dupe of bug 72039. There is some flakiness issue where dumpAsText isn&apos;t getting executed. The fact that we report it as MISSING instead of some other failure is incidental. The test JS is deterministic and should *always* be executing dumpAsText. Seems there is likely a DRT/testRunner bug here.

*** This bug has been marked as a duplicate of bug 72039 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>700212</commentid>
    <comment_count>7</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2012-08-20 17:09:12 -0700</bug_when>
    <thetext>how is bug 72039 different from bug 63104 ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>700990</commentid>
    <comment_count>8</comment_count>
    <who name="Ojan Vafai">ojan</who>
    <bug_when>2012-08-21 12:19:39 -0700</bug_when>
    <thetext>(In reply to comment #7)
&gt; how is bug 72039 different from bug 63104 ?

Bug 63104 could result from someone writing a bad test, e.g. a test that doesn&apos;t call dumpAsText when there&apos;s a JavaScript error. The fix for this is giving the clearest error possible.

Bug 72039 is about some issue where dumpAsText should 100% be getting called in the test and we don&apos;t dumpAsText for some reason. The fix for this is figuring out why the dumpAsText isn&apos;t registering correctly, e.g. maybe DRT isn&apos;t reseting correctly in some cases and it&apos;s getting the setting from a previous (or following!!) test. The symptoms are similar, but they are totally different bugs as I see it.

Maybe you feel they should both be about the flakiness issue, in which case we should just close bug 63104 as wontfix.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>701137</commentid>
    <comment_count>9</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2012-08-21 14:38:32 -0700</bug_when>
    <thetext>(In reply to comment #8)
&gt; (In reply to comment #7)
&gt; &gt; how is bug 72039 different from bug 63104 ?
&gt; 
&gt; Bug 63104 could result from someone writing a bad test, e.g. a test that doesn&apos;t call dumpAsText when there&apos;s a JavaScript error. The fix for this is giving the clearest error possible.
&gt; 
&gt; Bug 72039 is about some issue where dumpAsText should 100% be getting called in the test and we don&apos;t dumpAsText for some reason. The fix for this is figuring out why the dumpAsText isn&apos;t registering correctly, e.g. maybe DRT isn&apos;t reseting correctly in some cases and it&apos;s getting the setting from a previous (or following!!) test. The symptoms are similar, but they are totally different bugs as I see it.
&gt; 
&gt; Maybe you feel they should both be about the flakiness issue, in which case we should just close bug 63104 as wontfix.

Good points. You&apos;re right, it&apos;s a dup of 72039.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>