⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 126879 in webkit


Ignore:
Timestamp:
Aug 28, 2012, 8:22:31 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Update TestExpectations for fast/canvas/canvas*-shadow.html tests
https://bugs.webkit.org/show_bug.cgi?id=95196

Unreviewed EFL gardening.

Unskip fast/canvas/canvas-strokePath-shadow.html since it is passing
consistently now and already unskip for GTK in r116122.

Move fast/canvas/canvas-fillPath-shadow.html from Skipped file to
TestExpectations.

Patch by Christophe Dumez <Christophe Dumez> on 2012-08-28

  • platform/efl/Skipped:
  • platform/efl/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r126874 r126879  
     12012-08-28  Christophe Dumez  <christophe.dumez@intel.com>
     2
     3        [EFL] Update TestExpectations for fast/canvas/canvas*-shadow.html tests
     4        https://bugs.webkit.org/show_bug.cgi?id=95196
     5
     6        Unreviewed EFL gardening.
     7
     8        Unskip fast/canvas/canvas-strokePath-shadow.html since it is passing
     9        consistently now and already unskip for GTK in r116122.
     10
     11        Move fast/canvas/canvas-fillPath-shadow.html from Skipped file to
     12        TestExpectations.
     13
     14        * platform/efl/Skipped:
     15        * platform/efl/TestExpectations:
     16
    1172012-08-28  Kangil Han  <kangil.han@samsung.com>
    218
  • trunk/LayoutTests/platform/efl/Skipped

    r126785 r126879  
    349349# BUG: Bug in the test itself, as the input box can be big enough for the given coordinates to be inside it.
    350350fast/forms/input-text-click-outside.html
    351 
    352 # Rounding color problems inside pixman
    353 # https://bugs.webkit.org/show_bug.cgi?id=49964
    354 fast/canvas/canvas-fillPath-shadow.html
    355 fast/canvas/canvas-strokePath-shadow.html
    356351
    357352# The same bug description applies to the EFL port (gradient instead of solid color in the rectangle).
  • trunk/LayoutTests/platform/efl/TestExpectations

    r126869 r126879  
    721721BUGWK87355 : canvas/philip/tests/2d.text.draw.fontface.notinpage.html = TEXT
    722722
     723// Tests failing due to rounding problems in colors inside pixman
     724BUGWK49964 : fast/canvas/canvas-fillPath-shadow.html = TEXT
     725
    723726// Missing spell checking support (Efl's port does not support spell checking, Gtk port uses Enchant library https://bugs.webkit.org/show_bug.cgi?id=61787)
    724727BUGWK86637 : editing/spelling/grammar.html = TEXT
Note: See TracChangeset for help on using the changeset viewer.