<?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>93228</bug_id>
          
          <creation_ts>2012-08-06 00:23:23 -0700</creation_ts>
          <short_desc>REGRESSION(r124729): It made 6 inspector tests fail</short_desc>
          <delta_ts>2012-08-14 00:38:36 -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>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>
          
          <blocked>53003</blocked>
    
    <blocked>79666</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Kristóf Kosztyó">kkristof</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bank</cc>
    
    <cc>d-r</cc>
    
    <cc>ggaren</cc>
    
    <cc>joone</cc>
    
    <cc>kadam</cc>
    
    <cc>ossy</cc>
    
    <cc>PeterHWang</cc>
    
    <cc>szledan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>687820</commentid>
    <comment_count>0</comment_count>
    <who name="Kristóf Kosztyó">kkristof</who>
    <bug_when>2012-08-06 00:23:23 -0700</bug_when>
    <thetext>This patch made 6 inspector test to fail on Qt. 

--- /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/debugger-activation-crash2-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/debugger-activation-crash2-actual.txt 
@@ -1,12 +1,7 @@
+CONSOLE MESSAGE: line 462: Internal watchdog triggered at 20 seconds. Test timed out.
 Tests for a crash when paused at a breakpoint caused by inaccurate Activation records. Bug 57120
 
 Debugger was enabled.
 Script source was shown.
 Set timer for test function.
-Script execution paused.
-Call stack:
-    0)  (debugger-activation-crash2.html)
-    1) testFunction (debugger-activation-crash2.html)
-Script execution resumed.
-Debugger was disabled.



--- /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/debugger-set-breakpoint-regex-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/debugger-set-breakpoint-regex-actual.txt 
@@ -1,3 +1,4 @@
+FAIL: Timed out waiting for notifyDone to be called
 Tests Debugger.setBreakpointByUrl with isRegex set to true.
 
 Debugger was enabled.
@@ -10,9 +11,4 @@
 
 Running: testSetByRegex
 Set timer for test function.
-Script execution paused.
-Call stack:
-    0) testFunction (debugger-set-breakpoint-regex.html:9)
-Script execution resumed.
-Debugger was disabled.


--- /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/pause-in-internal-script-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/pause-in-internal-script-actual.txt 
@@ -1,3 +1,4 @@
+FAIL: Timed out waiting for notifyDone to be called
 Tests that internal scripts unknown to front-end are processed correctly when appear in debugger call frames. Bug 64995
 
 Debugger was enabled.
@@ -5,11 +6,4 @@
 Running: testSetBreakpoint
 Script source was shown.
 Set timer for test function.
-Script execution paused.
-Call stack:
-    0)  (pause-in-internal-script.html:14)
-    1) testFunction (pause-in-internal-script.html:12)
-Script execution resumed.
-Script execution paused.
-Debugger was disabled.



--- /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/script-formatter-breakpoints-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/script-formatter-breakpoints-actual.txt 
@@ -1,23 +1,7 @@
+FAIL: Timed out waiting for notifyDone to be called
 Tests the script formatting is working fine with breakpoints.
 
 Debugger was enabled.
 
 Running: testBreakpointsInOriginalAndFormattedSource
-Script execution paused.
-Breakpoint sidebar pane while paused in raw
 
-    script-formatter-breakpoints.html:11
-    var f=0;
-Script execution resumed.
-Script execution paused.
-Breakpoint sidebar pane while paused in pretty printed
-
-    script-formatter-breakpoints.html:18
-    var f = 0;
-Breakpoint sidebar pane while paused in raw
-
-    script-formatter-breakpoints.html:11
-    var f=0;
-Script execution resumed.
-Debugger was disabled.
-



--- /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/set-breakpoint-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/set-breakpoint-actual.txt 
@@ -1,3 +1,4 @@
+FAIL: Timed out waiting for notifyDone to be called
 Tests setting breakpoints.
 
 Debugger was enabled.
@@ -5,27 +6,4 @@
 Running: testSetBreakpoint
 Script source was shown.
 Set timer for test function.
-Script execution paused.
-Call stack:
-    0) testFunction (set-breakpoint.html:17)
 
-Dump breakpoint sidebar pane:
-
-    set-breakpoint.html:17
-    var x = Math.sqrt(10);
-
-Dump breakpoint sidebar pane:
-
-Script execution resumed.
-
-Running: testSetBreakpointOnTheLastLine
-Call stack:
-    0) oneLineTestFunction (set-breakpoint.html:7)
-
-Running: testSetBreakpointOnTheLastLine2
-Call stack:
-    0) oneLineTestFunction2 (set-breakpoint.html:11)
-
-Running: testSetBreakpointOnTheSameLine
-Debugger was disabled.
-



--- /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/watch-expressions-panel-switch-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/watch-expressions-panel-switch-actual.txt 
@@ -1,12 +1,8 @@
+FAIL: Timed out waiting for notifyDone to be called
 Tests debugger does not fail when stopped while a panel other than scripts was opened. Both valid and invalid expressions are added to watch expressions.
 
 Bug 70718
 Debugger was enabled.
 Script source was shown.
 Set timer for test function.
-Watch expressions updated.
-[expanded]  
-    window.document: HTMLDocument
-    windowa.document: ReferenceError: Can&apos;t find variable: windowa
-Debugger was disabled.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>687826</commentid>
    <comment_count>1</comment_count>
    <who name="Kristóf Kosztyó">kkristof</who>
    <bug_when>2012-08-06 00:39:02 -0700</bug_when>
    <thetext>I skipped them in r124737 to make the bot green.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>687827</commentid>
    <comment_count>2</comment_count>
    <who name="Peter Wang">PeterHWang</who>
    <bug_when>2012-08-06 00:40:47 -0700</bug_when>
    <thetext>Sorry, the &quot;Script&quot; panel seems disappeared recently, so I can&apos;t verify it manually. Can I use &quot;run-webkit-tests --qt&quot; directly to reproduce it?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>687933</commentid>
    <comment_count>3</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-08-06 02:48:38 -0700</bug_when>
    <thetext>It isn&apos;t Qt specific bug, these tests fail on Lion too.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>691334</commentid>
    <comment_count>4</comment_count>
    <who name="Peter Wang">PeterHWang</who>
    <bug_when>2012-08-09 01:20:37 -0700</bug_when>
    <thetext>The patch for https://bugs.webkit.org/show_bug.cgi?id=93387 can also resolve the problem of QT porting.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>694609</commentid>
    <comment_count>5</comment_count>
    <who name="Kristóf Kosztyó">kkristof</who>
    <bug_when>2012-08-14 00:38:36 -0700</bug_when>
    <thetext>Committed r125517: &lt;http://trac.webkit.org/changeset/125517&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>