Changeset 147908 in webkit


Ignore:
Timestamp:
Apr 8, 2013 3:32:59 AM (11 years ago)
Author:
Christophe Dumez
Message:

[EFL] Mark ShouldGoToBackForwardListItem API test as failing
https://bugs.webkit.org/show_bug.cgi?id=114161

Reviewed by Gyuyoung Kim.

Mark ShouldGoToBackForwardListItem API test as failing for EFL port
as it is crashing due to Bug 111074.

  • TestWebKitAPI/PlatformEfl.cmake:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r147878 r147908  
     12013-04-08  Christophe Dumez  <ch.dumez@sisa.samsung.com>
     2
     3        [EFL] Mark ShouldGoToBackForwardListItem API test as failing
     4        https://bugs.webkit.org/show_bug.cgi?id=114161
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        Mark ShouldGoToBackForwardListItem API test as failing for EFL port
     9        as it is crashing due to Bug 111074.
     10
     11        * TestWebKitAPI/PlatformEfl.cmake:
     12
    1132013-04-07  David Kilzer  <ddkilzer@apple.com>
    214
  • trunk/Tools/TestWebKitAPI/PlatformEfl.cmake

    r144842 r147908  
    8080    PreventEmptyUserAgent
    8181    PrivateBrowsingPushStateNoHistoryCallback
    82     ShouldGoToBackForwardListItem
    8382    UserMessage
    8483    WKConnection
     
    9796    NewFirstVisuallyNonEmptyLayoutFrames
    9897    RestoreSessionStateContainingFormData
     98    ShouldGoToBackForwardListItem
    9999    WKPageGetScaleFactorNotZero
    100100)
Note: See TracChangeset for help on using the changeset viewer.