Bug 141601
Summary: | inspector/css/stylesheet-with-mutations.html is a flaky timeout/crash | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | Web Inspector | Assignee: | 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 |
Alexey Proskuryakov
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/19837161>
Joseph Pecoraro
It seems as if every inspector test is partially flakey on bots...
Alexey Proskuryakov
Marked as flaky in r180168.
Alexey Proskuryakov
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)
Alexey Proskuryakov
Updated the expectation to Skip in r180252.
David Kilzer (:ddkilzer)
Skipped for ios-simulator in r180489.