Bug 155373
Summary: | ASSERT(m_closed) in WebCore::MessagePort::contextDestroyed() on iOS simulator debug | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
ASSERT(m_closed) in WebCore::MessagePort::contextDestroyed on iOS simulator debug
Encountered with LayoutTest http/tests/security/aboutBlank/security-context-write.html
<https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Debug%20WK2%20(Tests)/r198027%20(172)/http/tests/security/aboutBlank/security-context-write-crash-log.txt>
<http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fsecurity%2FaboutBlank%2Fsecurity-context-write.html>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/25113635>
Alexey Proskuryakov
This is a duplicate of bug 94458. Ryan, could you please skip the test in root TestExpectations instead of platform/mac?
Ryan Haddad
Done in https://trac.webkit.org/r198136
*** This bug has been marked as a duplicate of bug 94458 ***
Alexey Proskuryakov
Sadly, this still happens: https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Debug%20WK2%20(Tests)/r198176%20(257)/results.html
Maybe there are more tests to skip.
Alexey Proskuryakov
Oh, that's because the wrong test was skipped. It should have been event-listener-context.html.
Corrected in http://trac.webkit.org/r199183