Bug 148636

Summary: Many Web Inspector tests are flaky timeouts
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bburg, cgarcia, joepeck, ryanhaddad
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=138636
https://bugs.webkit.org/show_bug.cgi?id=155607
https://bugs.webkit.org/show_bug.cgi?id=156078
Bug Depends on:    
Bug Blocks: 147093    

Description Alexey Proskuryakov 2015-08-31 09:51:18 PDT
There are currently many timeouts on Web Inspector tests. The failures follow a similar pattern:
- on Mavericks Debug, the tests rarely time out, but have uneven performance, jumping from ~2 seconds to ~20 seconds;
- on Yosemite Debug and Leaks, they also have the uneven performance, but also frequently time out.

inspector/css/createStyleSheet.html
inspector/css/get-system-fonts.html
inspector/css/getAllStyleSheets.html
inspector/css/manager-preferredInspectorStyleSheetForFrame.html
inspector/css/matched-style-properties.html
inspector/css/modify-rule-selector.html
inspector/css/pseudo-element-matches-for-pseudo-element-node.html
inspector/css/pseudo-element-matches.html
inspector/css/selector-dynamic-specificity.html
inspector/css/selector-specificity.html
inspector/dom/content-flow-content-nodes.html
inspector/dom/content-flow-content-removal.html
inspector/dom/content-flow-list.html
inspector/dom/content-node-region-info.html
inspector/dom/getAccessibilityPropertiesForNode.html
inspector/dom/highlight-shape-outside.html
inspector/model/parse-script-syntax-tree.html
inspector/model/remote-object-get-properties.html
inspector/model/remote-object.html
inspector/page/main-frame-resource.html

These tests fail so frequently that they make the dashboard red all the time. I'll add test expectation now.
Comment 1 Alexey Proskuryakov 2015-08-31 09:54:34 PDT
Added expectation in http://trac.webkit.org/r189171
Comment 2 BJ Burg 2015-08-31 10:34:59 PDT
Ugh :( Joe and I hope to get this diagnosed during this week. I'll start investigating with the involuntary AppNap idea.
Comment 3 Alexey Proskuryakov 2015-09-06 23:23:45 PDT
Added inspector/indexeddb/requestDatabaseNames.html in r189459.