Bug 94829
Summary: | Web Inspector: three layout tests crashing with assertion failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kenneth Russell <kbr> |
Component: | Web Inspector (Deprecated) | Assignee: | Pavel Feldman <pfeldman> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys |
Priority: | P1 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 94804, 94818, 94819 | ||
Bug Blocks: |
Kenneth Russell
The following three layout tests are crashing with an assertion failure or timing out at least on Chromium Linux Debug builds:
inspector/timeline/timeline-dom-content-loaded-event.html
inspector/timeline/timeline-enum-stability.html
inspector/timeline/timeline-load-event.html
Flakiness dashboard:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=inspector%2Ftimeline%2Ftimeline-dom-content-loaded-event.html%2Cinspector%2Ftimeline%2Ftimeline-enum-stability.html%2Cinspector%2Ftimeline%2Ftimeline-load-event.html
Regression range:
http://trac.webkit.org/log/?verbose=on&rev=126433&stop_rev=126429
There are multiple Inspector-related changes in there (none touching C++ code, only JavaScript and Python) and I'm reluctant to roll all of them out.
Marking these failures in TestExpectations. Please look into this right away.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kenneth Russell
Committed r126451: <http://trac.webkit.org/changeset/126451>
Kenneth Russell
Committed r126460: <http://trac.webkit.org/changeset/126460>
Pavel Feldman
Landed a fix as http://trac.webkit.org/changeset/126480. Keeping this bug open until they become unexpected passes. Then I'll remove them from expectations.
Pavel Feldman
Committed r126573: <http://trac.webkit.org/changeset/126573>