Changeset 143203 in webkit


Ignore:
Timestamp:
Feb 18, 2013 5:26:44 AM (11 years ago)
Author:
Christophe Dumez
Message:

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

Reviewed by Kenneth Rohde Christiansen.

Source/WebKit2:

Disable EWK2UnitTestBase.ewk_view_scale API test as it is failing.

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

(TEST_F):

Tools:

Disable DOMWindowExtensionBasic WK2 test on EFL port as it times out.

  • TestWebKitAPI/PlatformEfl.cmake:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r143197 r143203  
     12013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
     2
     3        [EFL][WK2] Disable failing API tests
     4        https://bugs.webkit.org/show_bug.cgi?id=110081
     5
     6        Reviewed by Kenneth Rohde Christiansen.
     7
     8        Disable EWK2UnitTestBase.ewk_view_scale API test as it is failing.
     9
     10        * UIProcess/API/efl/tests/test_ewk2_view.cpp:
     11        (TEST_F):
     12
    1132013-02-15  Allan Sandfeld Jensen  <allan.jensen@digia.com>
    214
  • trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_view.cpp

    r142153 r143203  
    749749}
    750750
    751 TEST_F(EWK2UnitTestBase, ewk_view_scale)
     751TEST_F(EWK2UnitTestBase, DISABLED_ewk_view_scale)
    752752{
    753753    ASSERT_TRUE(loadUrlSync(environment->defaultTestPageUrl()));
  • trunk/Tools/ChangeLog

    r143201 r143203  
     12013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
     2
     3        [EFL][WK2] Disable failing API tests
     4        https://bugs.webkit.org/show_bug.cgi?id=110081
     5
     6        Reviewed by Kenneth Rohde Christiansen.
     7
     8        Disable DOMWindowExtensionBasic WK2 test on EFL port as it times out.
     9
     10        * TestWebKitAPI/PlatformEfl.cmake:
     11
    1122013-02-18  Simon Hausmann  <simon.hausmann@digia.com>
    213
  • trunk/Tools/TestWebKitAPI/PlatformEfl.cmake

    r143067 r143203  
    5353    AboutBlankLoad
    5454    CookieManager
    55     DOMWindowExtensionBasic
    5655    DOMWindowExtensionNoCache
    5756    DocumentStartUserScriptAlertCrash
     
    9291set(test_webkit2_api_fail_BINARIES
    9392    CanHandleRequest
     93    DOMWindowExtensionBasic
    9494    DownloadDecideDestinationCrash
    9595    NewFirstVisuallyNonEmptyLayoutFrames
Note: See TracChangeset for help on using the changeset viewer.