Changeset 152180 in webkit


Ignore:
Timestamp:
Jun 28, 2013 11:08:13 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Update TestExpectations so new Shapes tests are skipped where the old ones were
https://bugs.webkit.org/show_bug.cgi?id=118192

Patch by Bem Jones-Bey <Bem Jones-Bey> on 2013-06-28
Reviewed by Brent Fulgham.

Shapes still aren't enabled on some ports, so skip the tests there.
As part of this patch, it was discovered that they work on EFL, so the
skipping has been removed from there.

  • platform/efl/TestExpectations:
  • platform/win/TestExpectations:
  • platform/wincairo/TestExpectations:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r152178 r152180  
     12013-06-28  Bem Jones-Bey  <bjonesbe@adobe.com>
     2
     3        Update TestExpectations so new Shapes tests are skipped where the old ones were
     4        https://bugs.webkit.org/show_bug.cgi?id=118192
     5
     6        Reviewed by Brent Fulgham.
     7
     8        Shapes still aren't enabled on some ports, so skip the tests there.
     9        As part of this patch, it was discovered that they work on EFL, so the
     10        skipping has been removed from there.
     11
     12        * platform/efl/TestExpectations:
     13        * platform/win/TestExpectations:
     14        * platform/wincairo/TestExpectations:
     15
    1162013-06-28  Morten Stenshorne  <mstensho@opera.com>
    217
  • trunk/LayoutTests/platform/efl/TestExpectations

    r151892 r152180  
    336336# Bug in the test itself, as the input box can be big enough for the given coordinates to be inside it.
    337337Bug(EFL) fast/forms/input-text-click-outside.html
    338 
    339 # Exclusions implementation not complete yet.
    340 webkit.org/b/83898 fast/exclusions
    341338
    342339# CSS Filters support not yet enabled (needs ENABLE_CSS_FILTERS).
  • trunk/LayoutTests/platform/win/TestExpectations

    r151827 r152180  
    15751575# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
    15761576fast/exclusions
     1577csswg/submitted/shapes
    15771578
    15781579# Causes a SyntaxError (http://webkit.org/b/62595).
  • trunk/LayoutTests/platform/wincairo/TestExpectations

    r150876 r152180  
    20792079# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
    20802080fast/exclusions
     2081csswg/submitted/shapes
    20812082
    20822083# Causes a SyntaxError (http://webkit.org/b/62595).
Note: See TracChangeset for help on using the changeset viewer.