Changeset 215594 in webkit


Ignore:
Timestamp:
Apr 20, 2017 5:00:02 PM (7 years ago)
Author:
Wenson Hsieh
Message:

[ios-simulator] PositionInformationTests API tests are timing out
https://bugs.webkit.org/show_bug.cgi?id=171089

Rubber-stamped by Tim Horton.

Addresses failures observed in the new position information tests added in r215573 by only running them if the
DATA_INTERACTION feature flag is enabled.

  • TestWebKitAPI/Tests/ios/PositionInformationTests.mm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r215586 r215594  
     12017-04-20  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        [ios-simulator] PositionInformationTests API tests are timing out
     4        https://bugs.webkit.org/show_bug.cgi?id=171089
     5
     6        Rubber-stamped by Tim Horton.
     7
     8        Addresses failures observed in the new position information tests added in r215573 by only running them if the
     9        DATA_INTERACTION feature flag is enabled.
     10
     11        * TestWebKitAPI/Tests/ios/PositionInformationTests.mm:
     12
    1132017-04-20  Brady Eidson  <beidson@apple.com>
    214
  • trunk/Tools/TestWebKitAPI/Tests/ios/PositionInformationTests.mm

    r215573 r215594  
    2626#include "config.h"
    2727
    28 #if PLATFORM(IOS) && WK_API_ENABLED
     28#if ENABLE(DATA_INTERACTION)
    2929
    3030#import "PlatformUtilities.h"
Note: See TracChangeset for help on using the changeset viewer.