Bug 155373 - ASSERT(m_closed) in WebCore::MessagePort::contextDestroyed() on iOS simulator debug
Summary: ASSERT(m_closed) in WebCore::MessagePort::contextDestroyed() on iOS simulator...
Status: RESOLVED DUPLICATE of bug 94458
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-03-11 11:21 PST by Ryan Haddad
Modified: 2016-04-07 14:26 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Radar WebKit Bug Importer 2016-03-11 11:22:21 PST
<rdar://problem/25113635>
Comment 2 Alexey Proskuryakov 2016-03-13 17:02:07 PDT
This is a duplicate of bug 94458. Ryan, could you please skip the test in root TestExpectations instead of platform/mac?
Comment 3 Ryan Haddad 2016-03-14 09:55:04 PDT
Done in https://trac.webkit.org/r198136

*** This bug has been marked as a duplicate of bug 94458 ***
Comment 4 Alexey Proskuryakov 2016-03-14 17:57:58 PDT
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.
Comment 5 Alexey Proskuryakov 2016-04-07 14:26:27 PDT
Oh, that's because the wrong test was skipped. It should have been event-listener-context.html.

Corrected in http://trac.webkit.org/r199183