[Webkit-unassigned] [Bug 85654] New: REGRESSION(r116134): It made 3 inspector tests fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 4 12:52:51 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85654

           Summary: REGRESSION(r116134): It made 3 inspector tests fail
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
            Blocks: 77335


I have no idea how is it possible, but r116134 made 
3 inspector tests fail on Qt with NRWT:


--- /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/scripts-panel-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/scripts-panel-actual.txt 
@@ -2,13 +2,13 @@


 Running: testInitialLoad
+Source requested for baz.js
 Dumping ScriptsNavigator 'Scripts' tab:
   bar.js
   baz.js
   foo.js
   foobar.js
 Dumping ScriptsNavigator 'Content scripts' tab:
-Source requested for baz.js

 Running: testReset
 Source requested for baz.js



--- /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/snippets-model-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/snippets-model-actual.txt 
@@ -5,21 +5,66 @@
 Running: testCreateRenameEditDelete
 Dumping saved snippets:
 Dumping model snippets:
+    Snippet: id = 1, name = 'Snippet1', content = '// This snippet does nothing.
+var i = 2+2;
+'.
+    Snippet: id = 2, name = 'Snippet2', content = '// This snippet creates a function that does nothing.
+function doesNothing()
+{
+    var  i = 2+2;
+}
+'.
 Snippet created.
 Dumping saved snippets:
     Snippet: id = 1, name = 'Snippet #1', content = ''.
+    Snippet: id = 2, name = 'Snippet2', content = '// This snippet creates a function that does nothing.
+function doesNothing()
+{
+    var  i = 2+2;
+}
+'.
 Dumping model snippets:
     Snippet: id = 1, name = 'Snippet #1', content = ''.
+    Snippet: id = 2, name = 'Snippet2', content = '// This snippet creates a function that does nothing.
+function doesNothing()
+{
+    var  i = 2+2;
+}
+'.
 Snippet renamed.
 Dumping saved snippets:
     Snippet: id = 1, name = 'New snippet name', content = ''.
+    Snippet: id = 2, name = 'Snippet2', content = '// This snippet creates a function that does nothing.
+function doesNothing()
+{
+    var  i = 2+2;
+}
+'.
 Dumping model snippets:
     Snippet: id = 1, name = 'New snippet name', content = ''.
+    Snippet: id = 2, name = 'Snippet2', content = '// This snippet creates a function that does nothing.
+function doesNothing()
+{
+    var  i = 2+2;
+}
+'.
 Snippet content changed.
 Dumping saved snippets:
     Snippet: id = 1, name = 'New snippet name', content = 'New snippet content'.
+    Snippet: id = 2, name = 'Snippet2', content = '// This snippet creates a function that does nothing.
+function doesNothing()
+{
+    var  i = 2+2;
+}
+'.
 Dumping model snippets:
     Snippet: id = 1, name = 'New snippet name', content = 'New snippet content'.
+    Snippet: id = 2, name = 'Snippet2', content = '// This snippet creates a function that does nothing.
+function doesNothing()
+{
+    var  i = 2+2;
+}
+'.
 Another snippet created.
 Dumping saved snippets:
     Snippet: id = 1, name = 'New snippet name', content = 'New snippet content'.



--- /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/source-frame-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/debugger/source-frame-actual.txt 
@@ -1,17 +1,8 @@
-CONSOLE MESSAGE: line 10: test error message
+FAIL: Timed out waiting for notifyDone to be called
 Tests that it's possible to set breakpoint in source frame, and that source frame displays breakpoints and console errors.

 Debugger was enabled.

 Running: testSetBreakpoint
 Script source was shown.
-Breakpoint added to source frame at line 14

-Running: testConsoleMessage
-Script source was shown.
-Message added to source frame: test error message
-Messages cleared in source frame.
-
-Running: testShowResource
-Debugger was disabled.
-

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list