Bug 65525
Summary: | Web Inspector: REGRESSION(r92105): It made 2 tests fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Blocker | CC: | apavlov, bweinstein, joepeck, keishi, loislo, ossy, pfeldman, pmuellr, rik, timothy, yurys |
Priority: | P1 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 65321 |
Csaba Osztrogonác
inspector/debugger/scripts-sorting.html introduced in r92105, and fails.
Additionally r92105 made inspector/debugger/scripts-panel.html fail.
On the Qt bot:
http://build.webkit.org/results/Qt%20Linux%20Release/r92105%20%2835989%29/inspector/debugger/scripts-panel-pretty-diff.html
http://build.webkit.org/results/Qt%20Linux%20Release/r92105%20%2835989%29/inspector/debugger/scripts-sorting-pretty-diff.html
On the Snow Leopard bot:
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(Tests)/r92170%20(31902)/inspector/debugger/scripts-panel-pretty-diff.html
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(Tests)/r92170%20(31902)/inspector/debugger/scripts-sorting-pretty-diff.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
I skipped them on Qt until fix: https://trac.webkit.org/changeset/92175
Pavel Feldman
http://trac.webkit.org/changeset/92185 fixes the tests.
Csaba Osztrogonác
Tests are unskipped by https://trac.webkit.org/changeset/92193. Thanks for the fix.