Changeset 238584 in webkit


Ignore:
Timestamp:
Nov 27, 2018 3:54:06 PM (5 years ago)
Author:
Wenson Hsieh
Message:

Unreviewed, fix the watchOS engineering build

Disable a newly added API test, since DDScannerResult is unavailable on watchOS.

  • TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r238565 r238584  
     12018-11-27  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Unreviewed, fix the watchOS engineering build
     4
     5        Disable a newly added API test, since DDScannerResult is unavailable on watchOS.
     6
     7        * TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:
     8
    192018-11-27  Chris Dumez  <cdumez@apple.com>
    210
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm

    r238485 r238584  
    127127}
    128128
     129#if PLATFORM(IOS)
     130
    129131TEST(WebKit, AddAndRemoveDataDetectors)
    130132{
     
    165167}
    166168
     169#endif // PLATFORM(IOS)
     170
    167171#endif
Note: See TracChangeset for help on using the changeset viewer.