Bug 141601

Summary: inspector/css/stylesheet-with-mutations.html is a flaky timeout/crash
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ddkilzer, inspector-bugzilla-changes, jonowells, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=141451
https://bugs.webkit.org/show_bug.cgi?id=141118

Description Alexey Proskuryakov 2015-02-13 22:03:11 PST
inspector/css/stylesheet-with-mutations.html frequently times out on Apple Yosemite Debug WK2.

Here is how long this test takes, in seconds: 30,8,8,30,27,7,28,11,6,30,7,11,30,7,6,7,30.
Comment 1 Radar WebKit Bug Importer 2015-02-13 22:03:29 PST
<rdar://problem/19837161>
Comment 2 Joseph Pecoraro 2015-02-13 23:27:51 PST
It seems as if every inspector test is partially flakey on bots...
Comment 3 Alexey Proskuryakov 2015-02-16 13:26:44 PST
Marked as flaky in r180168.
Comment 4 Alexey Proskuryakov 2015-02-16 17:25:48 PST
Actually, it crashes too:

https://build.webkit.org/results/Apple%20Mavericks%20Debug%20WK2%20(Tests)/r180179%20(9541)/js/dom/JSON-parse-crash-log.txt

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.JavaScriptCore      	0x000000010d8b48aa WTFCrash + 42 (Assertions.cpp:321)
1   com.apple.WebCore             	0x000000010ef80701 JSC::asObject(JSC::JSCell*) + 65 (JSObject.h:1191)
2   com.apple.WebCore             	0x000000010ef806b0 JSC::asObject(JSC::JSValue) + 32 (JSObject.h:1197)
3   com.apple.WebCore             	0x000000010ef80ab5 JSC::Register::function() const + 85 (JSObject.h:1474)
4   com.apple.WebCore             	0x000000010ef80a1c JSC::ExecState::callee() const + 28 (CallFrame.h:46)
5   com.apple.WebCore             	0x000000010f076735 JSC::ExecState::lexicalGlobalObject() const + 21 (JSScope.h:244)
6   com.apple.WebCore             	0x0000000110918ef5 WebCore::domWindowFromExecState(JSC::ExecState*) + 21 (ScriptState.cpp:52)
7   com.apple.WebCore             	0x0000000110e37e38 WebCore::WebInjectedScriptManager::discardInjectedScriptsFor(WebCore::DOMWindow*) + 664 (WebInjectedScriptManager.cpp:76)
8   com.apple.WebCore             	0x0000000110e00823 WebCore::WebConsoleAgent::frameWindowDiscarded(WebCore::DOMWindow*) + 259 (WebConsoleAgent.cpp:68)
Comment 5 Alexey Proskuryakov 2015-02-17 19:12:31 PST
Updated the expectation to Skip in r180252.
Comment 6 David Kilzer (:ddkilzer) 2015-02-22 12:25:44 PST
Skipped for ios-simulator in r180489.