Bug 86337 - REGRESSION (r116775): inspector/debugger/script-formatter-breakpoints.html fails
Summary: REGRESSION (r116775): inspector/debugger/script-formatter-breakpoints.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, Regression
Depends on:
Blocks: 79666 86099
  Show dependency treegraph
 
Reported: 2012-05-13 23:34 PDT by Csaba Osztrogonác
Modified: 2012-05-14 07:04 PDT (History)
3 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-13 23:34:37 PDT
It made a test fail on Qt:
--- /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 
@@ -14,10 +14,14 @@

     script-formatter-breakpoints.html:18
     var f = 0;
+    script-formatter-breakpoints.html:25
+    var sourceFrame;
 Breakpoint sidebar pane while paused in raw

     script-formatter-breakpoints.html:11
     var f=0;
+    script-formatter-breakpoints.html:18
+    var sourceFrame;
 Script execution resumed.
 Debugger was disabled.
Comment 1 Csaba Osztrogonác 2012-05-13 23:44:08 PDT
I skipped the new failing test - https://trac.webkit.org/changeset/116923/trunk/LayoutTests/platform/qt/Skipped

Please unskip it with the proper fix.
Comment 2 Csaba Osztrogonác 2012-05-14 07:04:54 PDT
Fixed by https://trac.webkit.org/changeset/116940