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:    

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>