Changeset 168354 in webkit


Ignore:
Timestamp:
May 6, 2014 5:16:58 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[CSS Blending] Rename layout tests css3/compositing to css3/blending
https://bugs.webkit.org/show_bug.cgi?id=132578

Patch by Ion Rosca <Ion Rosca> on 2014-05-06
Reviewed by Andrei Bucur.

  • css3/blending: Renamed from css3/compositing.
  • platform/efl/TestExpectations:
  • platform/gtk/TestExpectations:
  • platform/ios-sim/css3/blending: Renamed from platform/ios-sim/css3/compositing
  • platform/mac-wk2/TestExpectations:
  • platform/mac/TestExpectations:
  • platform/mac/css3/blending: Renamed from platform/mac/css3/compositing.
  • platform/win/TestExpectations:
  • platform/wincairo/TestExpectations:
Location:
trunk/LayoutTests
Files:
6 added
5 deleted
7 edited
138 copied
126 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r168352 r168354  
     12014-05-06  Ion Rosca  <rosca@adobe.com>
     2
     3        [CSS Blending] Rename layout tests css3/compositing to css3/blending
     4        https://bugs.webkit.org/show_bug.cgi?id=132578
     5
     6        Reviewed by Andrei Bucur.
     7
     8        * css3/blending: Renamed from css3/compositing.
     9        * platform/efl/TestExpectations:
     10        * platform/gtk/TestExpectations:
     11        * platform/ios-sim/css3/blending: Renamed from platform/ios-sim/css3/compositing
     12        * platform/mac-wk2/TestExpectations:
     13        * platform/mac/TestExpectations:
     14        * platform/mac/css3/blending: Renamed from platform/mac/css3/compositing.
     15        * platform/win/TestExpectations:
     16        * platform/wincairo/TestExpectations:
     17
    1182014-05-05  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
    219
  • trunk/LayoutTests/css3/blending/resources/ducky.png

    • Property svn:mime-type set to image/png
  • trunk/LayoutTests/css3/blending/resources/reference.png

    • Property svn:mime-type set to image/png
  • trunk/LayoutTests/platform/efl/TestExpectations

    r168309 r168354  
    10471047
    10481048# Requires CSS_COMPOSITING to be turned on
    1049 webkit.org/b/94024 css3/compositing [ Skip ]
     1049webkit.org/b/94024 css3/blending [ Skip ]
    10501050
    10511051# Fails because Blend Mode is not enabled yet.
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r168352 r168354  
    249249# The GTK+ build bots don't yet have the muscle to run WebGL, 3D and compositing tests.
    250250webkit.org/b/71849 compositing [ Skip ]
    251 webkit.org/b/71849 css3/compositing [ Skip ]
     251webkit.org/b/71849 css3/blending [ Skip ]
    252252webkit.org/b/71849 fast/canvas/webgl [ Skip ]
    253253webkit.org/b/71849 fast/images/webgl-teximage2d.html [ Skip ]
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r168352 r168354  
    420420webkit.org/b/128315 editing/caret/caret-color.html [ Pass Failure ]
    421421
    422 webkit.org/b/129468 [ MountainLion Debug ] css3/compositing/isolation-isolate-blended-child.html [ ImageOnlyFailure ]
     422webkit.org/b/129468 [ MountainLion Debug ] css3/blending/isolation-isolate-blended-child.html [ ImageOnlyFailure ]
    423423
    424424### END OF (3) Unclassified failures
  • trunk/LayoutTests/platform/mac/TestExpectations

    r168336 r168354  
    590590
    591591# Blend mode result is slightly different than the applied formula.
    592 css3/compositing/background-blend-mode-data-uri-svg-image.html [ ImageOnlyFailure Pass ]
    593 css3/compositing/background-blend-mode-tiled-layers.html [ ImageOnlyFailure Pass ]
    594 css3/compositing/background-blend-mode-crossfade-image.html [ ImageOnlyFailure Pass ]
     592css3/blending/background-blend-mode-data-uri-svg-image.html [ ImageOnlyFailure Pass ]
     593css3/blending/background-blend-mode-tiled-layers.html [ ImageOnlyFailure Pass ]
     594css3/blending/background-blend-mode-crossfade-image.html [ ImageOnlyFailure Pass ]
    595595
    596596# https://bugs.webkit.org/show_bug.cgi?id=110871
  • trunk/LayoutTests/platform/mac/css3/blending/effect-background-blend-mode-expected.png

    • Property svn:mime-type set to image/png
  • trunk/LayoutTests/platform/mac/css3/blending/effect-background-blend-mode-stacking-expected.png

    • Property svn:mime-type set to image/png
  • trunk/LayoutTests/platform/win/TestExpectations

    r168352 r168354  
    18331833
    18341834# CSS_COMPOSITING is disabled (CIFilters don't work on Windows)
    1835 css3/compositing/ [ Skip ]
     1835css3/blending/ [ Skip ]
    18361836transitions/blendmode-transitions.html [ Skip ]
    18371837
  • trunk/LayoutTests/platform/wincairo/TestExpectations

    r167828 r168354  
    27532753
    27542754# CSS_COMPOSITING is disabled (CIFilters don't work on Windows)
    2755 css3/compositing/
     2755css3/blending/
    27562756transitions/blendmode-transitions.html
    27572757
Note: See TracChangeset for help on using the changeset viewer.