Changeset 126403 in webkit


Ignore:
Timestamp:
Aug 23, 2012 1:10:46 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Added missing SKIP keyword to platform/efl/TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=94781

Unreviewed. Some layout tests which are expected missing should not make
expected result files during layout test.

Patch by KwangYong Choi <ky0.choi@samsung.com> on 2012-08-23

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r126401 r126403  
     12012-08-23  KwangYong Choi  <ky0.choi@samsung.com>
     2
     3        [EFL] Added missing SKIP keyword to platform/efl/TestExpectations
     4        https://bugs.webkit.org/show_bug.cgi?id=94781
     5
     6        Unreviewed. Some layout tests which are expected missing should not make
     7        expected result files during layout test.
     8
     9        * platform/efl/TestExpectations:
     10
    1112012-08-23  KwangYong Choi  <ky0.choi@samsung.com>
    212
  • trunk/LayoutTests/platform/efl/TestExpectations

    r126289 r126403  
    122122
    123123// These tests are valid for ports where RenderTheme::shouldShowPlaceholderWhenFocused() returns true.
    124 BUGWKEFL : fast/forms/input-placeholder-paint-order.html = MISSING
    125 BUGWKEFL : fast/forms/textarea/textarea-placeholder-paint-order.html = MISSING
     124BUGWKEFL SKIP : fast/forms/input-placeholder-paint-order.html = MISSING
     125BUGWKEFL SKIP : fast/forms/textarea/textarea-placeholder-paint-order.html = MISSING
    126126
    127127// Implementing copy{En,De}codedHostName only to test them does not make sense
     
    340340BUGWK84338 : editing/style/smoosh-styles-003.html = TEXT
    341341BUGWK84338 : fast/events/clipboard-dataTransferItemList.html = TEXT
    342 BUGWK84338 : fast/forms/plaintext-mode-2.html = TEXT MISSING
     342BUGWK84338 SKIP : fast/forms/plaintext-mode-2.html = MISSING
    343343BUGWK84338 : fast/forms/textarea-paste-newline.html = TEXT
    344344
     
    904904
    905905// Slider thumb can not be displayed without parent slider.
    906 BUGWK94334 : fast/forms/range/thumbslider-no-parent-slider.html = MISSING
     906BUGWK94334 SKIP : fast/forms/range/thumbslider-no-parent-slider.html = MISSING
    907907
    908908BUGWK94690 : fast/dom/shadow/shadowdom-dynamic-styling.html = TEXT
Note: See TracChangeset for help on using the changeset viewer.