Changeset 199183 in webkit


Ignore:
Timestamp:
Apr 7, 2016 2:26:16 PM (8 years ago)
Author:
ap@apple.com
Message:

Test expectation gardening for
Assertion failure in MessagePort::contextDestroyed in http/tests/security/MessagePort/event-listener-context.html,
usually attributed to later tests
https://bugs.webkit.org/show_bug.cgi?id=94458

http/tests/security/MessagePort/event-listener-context.html is the only culprit,
so it should be skipped everywhere, and subsequent tests shouldn't be marked.

  • TestExpectations:
  • platform/ios-simulator/TestExpectations:
  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r199181 r199183  
     12016-04-07  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Test expectation gardening for
     4        Assertion failure in MessagePort::contextDestroyed in http/tests/security/MessagePort/event-listener-context.html,
     5        usually attributed to later tests
     6        https://bugs.webkit.org/show_bug.cgi?id=94458
     7
     8        http/tests/security/MessagePort/event-listener-context.html is the only culprit,
     9        so it should be skipped everywhere, and subsequent tests shouldn't be marked.
     10
     11        * TestExpectations:
     12        * platform/ios-simulator/TestExpectations:
     13        * platform/mac/TestExpectations:
     14
    1152016-04-07  Brent Fulgham  <bfulgham@apple.com>
    216
  • trunk/LayoutTests/TestExpectations

    r199019 r199183  
    906906fast/multicol/multicol-with-child-renderLayer-for-input.html [ ImageOnlyFailure ]
    907907
    908 webkit.org/b/94458 http/tests/security/aboutBlank/security-context-write.html [ Skip ]
    909 
    910908webkit.org/b/156179 [ Debug ] fast/loader/opaque-base-url.html [ Skip ]
     909
     910# Assertion failure in MessagePort::contextDestroyed, usually attributed to later tests
     911webkit.org/b/94458 http/tests/security/MessagePort/event-listener-context.html [ Skip ]
    911912
    912913########################################
  • trunk/LayoutTests/platform/ios-simulator/TestExpectations

    r199181 r199183  
    30123012webkit.org/b/155339 [ Debug ] imported/blink/fast/multicol/dynamic/relayout-abspos-in-relpos-spanner.html [ Pass Crash ]
    30133013
    3014 webkit.org/b/94458 [ Debug ] http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow.html [ Pass Crash ]
    3015 webkit.org/b/94458 [ Debug ] http/tests/security/aboutBlank/window-open-self-about-blank.html [ Pass Crash ]
    3016 
    30173014webkit.org/b/155565 [ Debug ] mathml/very-large-stretchy-operators.html [ Skip ]
    30183015
  • trunk/LayoutTests/platform/mac/TestExpectations

    r199174 r199183  
    426426editing/mac/pasteboard/dataTransfer-set-data-file-url.html [ Skip ]
    427427webkit.org/b/147674 editing/mac/pasteboard/5583362.html [ Skip ]
    428 
    429 # https://bugs.webkit.org/show_bug.cgi?id=94458
    430 # Assertion failure in MessagePort::contextDestroyed, usually attributed to later tests
    431 http/tests/security/MessagePort/event-listener-context.html [ Skip ]
    432428
    433429webkit.org/b/112620 [ Debug ] svg/custom/image-with-attr-change-after-delete-crash.html [ Crash Pass ]
Note: See TracChangeset for help on using the changeset viewer.