Title: [238584] trunk/Tools
Revision
238584
Author
wenson_hs...@apple.com
Date
2018-11-27 15:54:06 -0800 (Tue, 27 Nov 2018)

Log Message

Unreviewed, fix the watchOS engineering build

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

* TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (238583 => 238584)


--- trunk/Tools/ChangeLog	2018-11-27 23:46:18 UTC (rev 238583)
+++ trunk/Tools/ChangeLog	2018-11-27 23:54:06 UTC (rev 238584)
@@ -1,3 +1,11 @@
+2018-11-27  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Unreviewed, fix the watchOS engineering build
+
+        Disable a newly added API test, since DDScannerResult is unavailable on watchOS.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm:
+
 2018-11-27  Chris Dumez  <cdu...@apple.com>
 
         Regression(PSON) crash under WebPageProxy::didReceiveServerRedirectForProvisionalLoadForFrame()

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm (238583 => 238584)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm	2018-11-27 23:46:18 UTC (rev 238583)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/DataDetection.mm	2018-11-27 23:54:06 UTC (rev 238584)
@@ -126,6 +126,8 @@
     expectLinkCount(webView.get(), @"yesterday at 6PM", 1);
 }
 
+#if PLATFORM(IOS)
+
 TEST(WebKit, AddAndRemoveDataDetectors)
 {
     auto webView = adoptNS([[TestWKWebView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
@@ -164,4 +166,6 @@
     checkDataDetectionResults([webView _dataDetectionResults]);
 }
 
+#endif // PLATFORM(IOS)
+
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to