Bug 86337
| Summary: | REGRESSION (r116775): inspector/debugger/script-formatter-breakpoints.html fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ossy, pfeldman, vsevik |
| Priority: | P2 | Keywords: | LayoutTestFailure, Regression |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 79666, 86099 | ||
Csaba Osztrogonác
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
I skipped the new failing test - https://trac.webkit.org/changeset/116923/trunk/LayoutTests/platform/qt/Skipped
Please unskip it with the proper fix.
Csaba Osztrogonác
Fixed by https://trac.webkit.org/changeset/116940