<?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>89333</bug_id>
          
          <creation_ts>2012-06-18 00:03:52 -0700</creation_ts>
          <short_desc>[Qt] REGRESSION(r120311): It made inspector/extensions/extensions-panel.html flakey</short_desc>
          <delta_ts>2012-07-10 09:22:27 -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>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Qt, QtTriaged</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>90799</dependson>
          <blocked>79666</blocked>
    
    <blocked>88473</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Andrey Kosyakov">caseq</assigned_to>
          <cc>caseq</cc>
    
    <cc>janx</cc>
    
    <cc>jbadics</cc>
    
    <cc>ossy</cc>
    
    <cc>pfeldman</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>651212</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-06-18 00:03:52 -0700</bug_when>
    <thetext>http://trac.webkit.org/changeset/120311 made inspector/extensions/extensions-panel.html 
flakey at least on Qt platform. It fails intermittently with the following diff:


--- /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/extensions/extensions-panel-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/extensions/extensions-panel-actual.txt 
@@ -21,8 +21,8 @@
     createStatusBarButton : &lt;function&gt;
     show : &lt;function&gt;
 }
+Panel shown
 Extension panel size correct
-Panel shown
 RUNNING TEST: extension_testStatusBarButtons
 Created a status bar button, dump follows:
 {


Could you check it, please?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>651221</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-06-18 00:16:12 -0700</bug_when>
    <thetext>You can easily reproduce the bug:
$ Tools/Scripts/old-run-webkit-tests inspector/extensions/extensions-panel.html --iterations 100 --singly

54 test cases (54%) succeeded
46 test cases (46%) had incorrect layout</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>651339</commentid>
    <comment_count>2</comment_count>
    <who name="János Badics">jbadics</who>
    <bug_when>2012-06-18 05:56:58 -0700</bug_when>
    <thetext>I skipped this test on Qt until it is fixed. See
http://trac.webkit.org/changeset/120590</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>651405</commentid>
    <comment_count>3</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-06-18 08:39:30 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; I skipped this test on Qt until it is fixed. See
&gt; http://trac.webkit.org/changeset/120590

Great ... after skipping this test, inspector/extensions/extensions-reload.html started to fail constantly ...

Have you got any idea?

--- /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/extensions/extensions-reload-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/extensions/extensions-reload-actual.txt 
@@ -1,11 +1,8 @@
+FAIL: Timed out waiting for notifyDone to be called
 Tests that webInspector.inspectedWindow.reload() successfully injects user&apos;s code upon reload
 
 Started extension.
+Page reloaded.
 Running tests...
 RUNNING TEST: extension_testReloadInjectsCode
-Page reloaded.
-Page reloaded.
-With injected code: foo = 42
-Without injected code: foo = undefined
-All tests done.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>651410</commentid>
    <comment_count>4</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-06-18 08:49:44 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; (In reply to comment #2)
&gt; &gt; I skipped this test on Qt until it is fixed. See
&gt; &gt; http://trac.webkit.org/changeset/120590
&gt; 
&gt; Great ... after skipping this test, inspector/extensions/extensions-reload.html started to fail constantly ...
&gt; 
&gt; Have you got any idea?
&gt; 
&gt; --- /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/extensions/extensions-reload-expected.txt 
&gt; +++ /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/extensions/extensions-reload-actual.txt 
&gt; @@ -1,11 +1,8 @@
&gt; +FAIL: Timed out waiting for notifyDone to be called
&gt;  Tests that webInspector.inspectedWindow.reload() successfully injects user&apos;s code upon reload
&gt; 
&gt;  Started extension.
&gt; +Page reloaded.
&gt;  Running tests...
&gt;  RUNNING TEST: extension_testReloadInjectsCode
&gt; -Page reloaded.
&gt; -Page reloaded.
&gt; -With injected code: foo = 42
&gt; -Without injected code: foo = undefined
&gt; -All tests done.


I filed a new bug report on this new bug: https://bugs.webkit.org/show_bug.cgi?id=89349</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>665801</commentid>
    <comment_count>5</comment_count>
    <who name="Andrey Kosyakov">caseq</who>
    <bug_when>2012-07-10 09:22:27 -0700</bug_when>
    <thetext>Should be fixed by r122216: http://trac.webkit.org/changeset/122216</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>