Changeset 157910 in webkit


Ignore:
Timestamp:
Oct 23, 2013 9:09:01 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Skip tests which are already passed in WebKit1.
https://bugs.webkit.org/show_bug.cgi?id=123200

Patch by Sun-woo Nam <sunny.nam@samsung.com> on 2013-10-23
Reviewed by Gyuyoung Kim.

These tests are passed in wk1 because DRT is supporting setViewModeMediaFeature().
So these are only failed in wk2, but skipped in all cases now.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r157909 r157910  
     12013-10-23  Sun-woo Nam  <sunny.nam@samsung.com>
     2
     3        [EFL] Skip tests which are already passed in WebKit1.
     4        https://bugs.webkit.org/show_bug.cgi?id=123200
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        These tests are passed in wk1 because DRT is supporting setViewModeMediaFeature().
     9        So these are only failed in wk2, but skipped in all cases now.
     10
     11        * platform/efl-wk2/TestExpectations:
     12        * platform/efl/TestExpectations:
     13
    1142013-10-23  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
    215
  • trunk/LayoutTests/platform/efl-wk2/TestExpectations

    r157629 r157910  
    383383webkit.org/b/119789 fast/events/touch/touch-inside-iframe.html [ Crash ]
    384384webkit.org/b/119789 fast/events/touch/touch-slider-no-js-touch-listener.html [ Crash ]
     385
     386# WKTR / Do not support setViewModeMediaFeature().
     387Bug(EFL) fast/media/view-mode-media-feature.html [ ImageOnlyFailure ]
     388Bug(EFL) fast/media/media-query-list-02.html [ Failure ]
     389Bug(EFL) fast/media/media-query-list-03.html [ Failure ]
     390Bug(EFL) fast/media/media-query-list-04.html [ Failure ]
     391Bug(EFL) fast/media/media-query-list-05.html [ Failure ]
     392Bug(EFL) fast/media/media-query-list-06.html [ Failure ]
     393
  • trunk/LayoutTests/platform/efl/TestExpectations

    r157857 r157910  
    11161116webkit.org/b/88191 fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html [ Failure ]
    11171117
    1118 # WKTR / EFL's DRT do not support setViewModeMediaFeature().
    1119 Bug(EFL) fast/media/view-mode-media-feature.html [ ImageOnlyFailure ]
    1120 Bug(EFL) fast/media/media-query-list-02.html [ Failure ]
    1121 Bug(EFL) fast/media/media-query-list-03.html [ Failure ]
    1122 Bug(EFL) fast/media/media-query-list-04.html [ Failure ]
    1123 Bug(EFL) fast/media/media-query-list-05.html [ Failure ]
    1124 Bug(EFL) fast/media/media-query-list-06.html [ Failure ]
    1125 
    11261118# EFL's TestRunner should support for the Geolocation API
    11271119webkit.org/b/82140 fast/dom/Geolocation [ Skip ]
Note: See TracChangeset for help on using the changeset viewer.