Changeset 161948 in webkit


Ignore:
Timestamp:
Jan 13, 2014 10:54:22 PM (10 years ago)
Author:
jinwoo7.song@samsung.com
Message:

[EFL][WK2] Disable failing API tests
https://bugs.webkit.org/show_bug.cgi?id=126960

Reviewed by Gyuyoung Kim.

Source/WebKit2:

Disable color picker test until bug 119120 is resolved.

  • UIProcess/API/efl/tests/test_ewk2_color_picker.cpp:

(TEST_F):

Tools:

Disable WKViewUserViewportToContents test until bug 126261 is resolved.

  • TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/WKViewUserViewportToContents.cpp:

(TestWebKitAPI::TEST):

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r161943 r161948  
     12014-01-13  Jinwoo Song  <jinwoo7.song@samsung.com>
     2
     3        [EFL][WK2] Disable failing API tests
     4        https://bugs.webkit.org/show_bug.cgi?id=126960
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        Disable color picker test until bug 119120 is resolved.
     9
     10        * UIProcess/API/efl/tests/test_ewk2_color_picker.cpp:
     11        (TEST_F):
     12
    1132014-01-13  Jinwoo Song  <jinwoo7.song@samsung.com>
    214
  • trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_color_picker.cpp

    r161139 r161948  
    125125};
    126126
    127 TEST_F(EWK2ColorPickerTest, ewk_color_picker_color_set)
     127TEST_F(EWK2ColorPickerTest, DISABLED_ewk_color_picker_color_set)
    128128{
    129129    Ewk_View_Smart_Class* api = ewkViewClass();
  • trunk/Tools/ChangeLog

    r161881 r161948  
     12014-01-13  Jinwoo Song  <jinwoo7.song@samsung.com>
     2
     3        [EFL][WK2] Disable failing API tests
     4        https://bugs.webkit.org/show_bug.cgi?id=126960
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        Disable WKViewUserViewportToContents test until bug 126261 is resolved.
     9
     10        * TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/WKViewUserViewportToContents.cpp:
     11        (TestWebKitAPI::TEST):
     12
    1132014-01-13  Daniel Batyai  <dbatyai.u-szeged@partner.samsung.com>
    214
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2/CoordinatedGraphics/WKViewUserViewportToContents.cpp

    r150893 r161948  
    3131namespace TestWebKitAPI {
    3232
    33 TEST(WebKit2, WKViewUserViewportToContents)
     33TEST(WebKit2, DISABLED_WKViewUserViewportToContents)
    3434{
    3535    // This test creates a WKView and uses the WKViewUserViewportToContents
Note: See TracChangeset for help on using the changeset viewer.