Changeset 235433 in webkit


Ignore:
Timestamp:
Aug 28, 2018 11:29:13 AM (6 years ago)
Author:
achristensen@apple.com
Message:

REGRESSION (r235391): [iOS] TestWebKitAPI.WebKit.RestoreSessionStateWithoutNavigation is timing out
https://bugs.webkit.org/show_bug.cgi?id=189050

Reviewed by Tim Horton.

  • TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm:

This test wasn't run on iOS before. Let's re-introduce the WK_HAVE_C_SPI guard.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r235431 r235433  
     12018-08-28  Alex Christensen  <achristensen@webkit.org>
     2
     3        REGRESSION (r235391): [iOS] TestWebKitAPI.WebKit.RestoreSessionStateWithoutNavigation is timing out
     4        https://bugs.webkit.org/show_bug.cgi?id=189050
     5
     6        Reviewed by Tim Horton.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm:
     9        This test wasn't run on iOS before.  Let's re-introduce the WK_HAVE_C_SPI guard.
     10
    1112018-08-28  Wenson Hsieh  <wenson_hsieh@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm

    r235391 r235433  
    2626#include "config.h"
    2727
    28 #if WK_API_ENABLED
     28#if PLATFORM(MAC)
    2929
    3030#include "JavaScriptTest.h"
Note: See TracChangeset for help on using the changeset viewer.