Bug 94829 - Web Inspector: three layout tests crashing with assertion failure
Summary: Web Inspector: three layout tests crashing with assertion failure
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on: 94804 94818 94819
Blocks:
  Show dependency treegraph
 
Reported: 2012-08-23 11:07 PDT by Kenneth Russell
Modified: 2012-08-24 05:20 PDT (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2012-08-23 11:07:14 PDT
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.
Comment 1 Kenneth Russell 2012-08-23 11:20:38 PDT
Committed r126451: <http://trac.webkit.org/changeset/126451>
Comment 2 Kenneth Russell 2012-08-23 11:46:58 PDT
Committed r126460: <http://trac.webkit.org/changeset/126460>
Comment 3 Pavel Feldman 2012-08-23 13:57:41 PDT
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.
Comment 4 Pavel Feldman 2012-08-24 05:20:11 PDT
Committed r126573: <http://trac.webkit.org/changeset/126573>