Title: [213730] trunk/Tools
Revision
213730
Author
aes...@apple.com
Date
2017-03-10 14:43:01 -0800 (Fri, 10 Mar 2017)

Log Message

Skip an API test that isn't expected to pass on iOS 10.

* TestWebKitAPI/Tests/WebKit2Cocoa/QuickLook.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (213729 => 213730)


--- trunk/Tools/ChangeLog	2017-03-10 22:22:09 UTC (rev 213729)
+++ trunk/Tools/ChangeLog	2017-03-10 22:43:01 UTC (rev 213730)
@@ -1,3 +1,9 @@
+2017-03-10  Andy Estes  <aes...@apple.com>
+
+        Skip an API test that isn't expected to pass on iOS 10.
+
+        * TestWebKitAPI/Tests/WebKit2Cocoa/QuickLook.mm:
+
 2017-03-10  Srinivasan Vijayaraghavan  <svijayaragha...@apple.com>
 
         Add bindings-ews to queue status server

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/QuickLook.mm (213729 => 213730)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/QuickLook.mm	2017-03-10 22:22:09 UTC (rev 213729)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/QuickLook.mm	2017-03-10 22:43:01 UTC (rev 213730)
@@ -138,6 +138,8 @@
 
 @end
 
+#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000
+
 TEST(QuickLook, DidRequestPasswordNavigationDelegate)
 {
     NSURLRequest *passwordProtectedDocumentRequest = [NSURLRequest requestWithURL:[[NSBundle mainBundle] URLForResource:@"password-protected" withExtension:@"pages" subdirectory:@"TestWebKitAPI.resources"]];
@@ -144,6 +146,8 @@
     runTest([QuickLookPasswordNavigationDelegate class], passwordProtectedDocumentRequest);
 }
 
+#endif
+
 TEST(QuickLook, LegacyQuickLookContent)
 {
     WebKitInitialize();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to