Changeset 167583 in webkit


Ignore:
Timestamp:
Apr 20, 2014 11:02:35 PM (10 years ago)
Author:
ap@apple.com
Message:

Expando properties on attribute nodes disappear
https://bugs.webkit.org/show_bug.cgi?id=88045

  • TestExpectations:
  • platform/efl/TestExpectations:
  • platform/mac/TestExpectations:
  • platform/win/TestExpectations:

Consolidated test expectations, because all ports are equally affected. Some
platforms accidentally start to pass this test sometimes, but there is no real fix yet.

Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r167582 r167583  
     12014-04-20  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Expando properties on attribute nodes disappear
     4        https://bugs.webkit.org/show_bug.cgi?id=88045
     5
     6        * TestExpectations:
     7        * platform/efl/TestExpectations:
     8        * platform/mac/TestExpectations:
     9        * platform/win/TestExpectations:
     10        Consolidated test expectations, because all ports are equally affected. Some
     11        platforms accidentally start to pass this test sometimes, but there is no real fix yet.
     12
    1132014-04-20  Zalan Bujtas  <zalan@apple.com>
    214
  • trunk/LayoutTests/TestExpectations

    r167434 r167583  
    9999# Doesn't work yet, relies on network replay functionality (webkit.org/b/130728, webkit.org/b/129391)
    100100webkit.org/b/131318 http/tests/inspector/replay/document-last-modified-fallback-value.html [ Skip ]
     101
     102# Expando properties on attribute nodes disappear
     103webkit.org/b/88045 fast/dom/gc-attribute-node.html [ Failure Pass ]
  • trunk/LayoutTests/platform/efl/TestExpectations

    r167528 r167583  
    10661066webkit.org/b/84777 ietestcenter/css3/multicolumn/column-width-applies-to-015.htm [ ImageOnlyFailure ]
    10671067
    1068 # Expando properties on attribute nodes disappear
    1069 webkit.org/b/88045 fast/dom/gc-attribute-node.html [ Failure Pass ]
    1070 
    10711068# Requires WebP support.
    10721069Bug(EFL) fast/canvas/canvas-toDataURL-webp.html
  • trunk/LayoutTests/platform/mac/TestExpectations

    r167555 r167583  
    206206http/tests/w3c/webperf
    207207fast/performance/
    208 
    209 # Properties on attribute nodes disappear with GC
    210 webkit.org/b/131881 fast/dom/gc-attribute-node.html [ Pass Failure ]
    211208
    212209# Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled
  • trunk/LayoutTests/platform/win/TestExpectations

    r167528 r167583  
    22972297# Subpixel: incorrect caret position
    22982298webkit.org/b/126283 editing/selection/mixed-editability-10.html [ Failure ]
    2299 
    2300 # Expando properties on attribute nodes disappear
    2301 webkit.org/b/127480 fast/dom/gc-attribute-node.html [ Failure ]
    23022299
    23032300# REGRESSION (r159892): Failing JavaScript test
Note: See TracChangeset for help on using the changeset viewer.