Bug 85654 - REGRESSION(r116134): It made 3 inspector tests fail
Summary: REGRESSION(r116134): It made 3 inspector tests fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 77335 79666
  Show dependency treegraph
 
Reported: 2012-05-04 12:52 PDT by Csaba Osztrogonác
Modified: 2012-10-09 01:14 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-05-04 12:52:51 PDT
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.
-
Comment 1 Csaba Osztrogonác 2012-05-04 12:54:11 PDT
You can easily reproduce these fails with "NRWT inspector/debugger".
They pass if you revert r116134 or use ORWT instead of NRWT.
Comment 2 Csaba Osztrogonác 2012-05-04 12:55:49 PDT
cc inspector guys, maybe you have any idea how is it possible.
Comment 3 Csaba Osztrogonác 2012-05-04 13:20:32 PDT
I skipped them until proper fix - r116159
Comment 4 Csaba Osztrogonác 2012-10-09 01:14:50 PDT
They aren't in the skipped list now.