Changeset 152436 in webkit


Ignore:
Timestamp:
Jul 6, 2013 10:12:21 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Update list of EFL WK2 API tests
https://bugs.webkit.org/show_bug.cgi?id=118443

Patch by Sergio Correia <Sergio Correia> on 2013-07-06
Reviewed by Christophe Dumez.

The following tests were included:

Passing:

  • CloseThenTerminate
  • DidAssociateFormControls
  • PageVisibilityState
  • ResponsivenessTimerDoesntFireEarly
  • TerminateTwice
  • WillLoad

Failing:

  • ResizeReversePaginatedWebView
  • ScrollPinningBehaviors

This patch also modified test_webkit2_api_BINARIES list so that it is in
alphabetical order.

  • TestWebKitAPI/CMakeLists.txt: Added Bundles for included tests.
  • TestWebKitAPI/PlatformEfl.cmake: Added a few tests.
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r152433 r152436  
     12013-07-06  Sergio Correia  <sergio.correia@openbossa.org>
     2
     3        Update list of EFL WK2 API tests
     4        https://bugs.webkit.org/show_bug.cgi?id=118443
     5
     6        Reviewed by Christophe Dumez.
     7
     8        The following tests were included:
     9
     10        Passing:
     11        - CloseThenTerminate
     12        - DidAssociateFormControls
     13        - PageVisibilityState
     14        - ResponsivenessTimerDoesntFireEarly
     15        - TerminateTwice
     16        - WillLoad
     17
     18        Failing:
     19        - ResizeReversePaginatedWebView
     20        - ScrollPinningBehaviors
     21
     22        This patch also modified ``test_webkit2_api_BINARIES'' list so that it is in
     23        alphabetical order.
     24
     25        * TestWebKitAPI/CMakeLists.txt: Added Bundles for included tests.
     26        * TestWebKitAPI/PlatformEfl.cmake: Added a few tests.
     27
    1282013-07-05  Tim Horton  <timothy_horton@apple.com>
    229
  • trunk/Tools/TestWebKitAPI/CMakeLists.txt

    r151710 r152436  
    3232    ${TESTWEBKITAPI_DIR}/PlatformUtilities.cpp
    3333    ${TESTWEBKITAPI_DIR}/Tests/WebKit2/CanHandleRequest_Bundle.cpp
     34    ${TESTWEBKITAPI_DIR}/Tests/WebKit2/DidAssociateFormControls_Bundle.cpp
    3435    ${TESTWEBKITAPI_DIR}/Tests/WebKit2/DOMWindowExtensionBasic_Bundle.cpp
    3536    ${TESTWEBKITAPI_DIR}/Tests/WebKit2/DOMWindowExtensionNoCache_Bundle.cpp
     
    5152    ${TESTWEBKITAPI_DIR}/Tests/WebKit2/UserMessage_Bundle.cpp
    5253    ${TESTWEBKITAPI_DIR}/Tests/WebKit2/WKConnection_Bundle.cpp
     54    ${TESTWEBKITAPI_DIR}/Tests/WebKit2/WillLoad_Bundle.cpp
    5355    ${TESTWEBKITAPI_DIR}/Tests/WebKit2/WillSendSubmitEvent_Bundle.cpp
    5456)
  • trunk/Tools/TestWebKitAPI/PlatformEfl.cmake

    r150893 r152436  
    6060set(test_webkit2_api_BINARIES
    6161    AboutBlankLoad
     62    CloseThenTerminate
    6263    CookieManager
     64    DidAssociateFormControls
    6365    DOMWindowExtensionNoCache
    6466    DocumentStartUserScriptAlertCrash
     
    7880    LoadPageOnCrash
    7981    MouseMoveAfterCrash
    80     ReloadPageAfterCrash
    81     ResizeWindowAfterCrash
    8282    NewFirstVisuallyNonEmptyLayout
    8383    NewFirstVisuallyNonEmptyLayoutFails
     
    8585    PageLoadBasic
    8686    PageLoadDidChangeLocationWithinPageForFrame
     87    PageVisibilityState
    8788    ParentFrame
    8889    PreventEmptyUserAgent
    8990    PrivateBrowsingPushStateNoHistoryCallback
     91    ReloadPageAfterCrash
     92    ResizeWindowAfterCrash
     93    ResponsivenessTimerDoesntFireEarly
     94    TerminateTwice
    9095    UserMessage
    9196    WKConnection
     
    9499    WKStringJSString
    95100    WKURL
     101    WillLoad
    96102    WillSendSubmitEvent
    97103    CoordinatedGraphics/WKViewUserViewportToContents
     
    113119    DownloadDecideDestinationCrash
    114120    NewFirstVisuallyNonEmptyLayoutFrames
     121    ResizeReversePaginatedWebView
    115122    RestoreSessionStateContainingFormData
     123    ScrollPinningBehaviors
    116124    ShouldGoToBackForwardListItem
    117125    WKPageGetScaleFactorNotZero
     
    120128# Tests disabled because of missing features on the test harness:
    121129#
    122 #   ResponsivenessTimerDoesntFireEarly
    123130#   SpacebarScrolling
Note: See TracChangeset for help on using the changeset viewer.