Changeset 128707 in webkit


Ignore:
Timestamp:
Sep 16, 2012 7:46:01 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Skip fast/events/message-port-constructor-for-deleted-document.html
https://bugs.webkit.org/show_bug.cgi?id=96885

Unreviewed EFL gardening.

Causes assertion failure in MessagePort::contextDestroyed in
http/tests/security/MessagePort/event-listener-context.html, usually
attributed to later tests. We need to skip the test for now.

Patch by Christophe Dumez <Christophe Dumez> on 2012-09-16

  • platform/efl/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r128703 r128707  
     12012-09-16  Christophe Dumez  <christophe.dumez@intel.com>
     2
     3        [EFL] Skip fast/events/message-port-constructor-for-deleted-document.html
     4        https://bugs.webkit.org/show_bug.cgi?id=96885
     5
     6        Unreviewed EFL gardening.
     7
     8        Causes assertion failure in MessagePort::contextDestroyed in
     9        http/tests/security/MessagePort/event-listener-context.html, usually
     10        attributed to later tests. We need to skip the test for now.
     11
     12        * platform/efl/TestExpectations:
     13
    1142012-09-15  Mike West  <mkwst@chromium.org>
    215
  • trunk/LayoutTests/platform/efl/TestExpectations

    r128613 r128707  
    10321032BUGWK77754 : fast/css/absolute-child-with-percent-height-inside-relative-parent.html = TEXT
    10331033
     1034// Asserts in MessagePort::contextDestroyed, but the assert usually gets attributed to later tests.
     1035BUGWK94458 SKIP : fast/events/message-port-constructor-for-deleted-document.html = PASS
     1036
    10341037// Started failing on JSC ports after r127202.
    10351038BUGWK95530 : http/tests/security/inactive-document-with-empty-security-origin.html = TEXT
Note: See TracChangeset for help on using the changeset viewer.