Title: [248082] trunk/Tools
Revision
248082
Author
ryanhad...@apple.com
Date
2019-07-31 16:34:14 -0700 (Wed, 31 Jul 2019)

Log Message

Unreviewed test gardening, disable failing test for rdar://51752593.

* TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (248081 => 248082)


--- trunk/Tools/ChangeLog	2019-07-31 23:24:09 UTC (rev 248081)
+++ trunk/Tools/ChangeLog	2019-07-31 23:34:14 UTC (rev 248082)
@@ -1,3 +1,9 @@
+2019-07-31  Ryan Haddad  <ryanhad...@apple.com>
+
+        Unreviewed test gardening, disable failing test for rdar://51752593.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm:
+
 2019-07-31  Jonathan Bedard  <jbed...@apple.com>
 
         results.webkit.og: Timeline in canvas painting with wrong colors, cannot customize scale

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm (248081 => 248082)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm	2019-07-31 23:24:09 UTC (rev 248081)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm	2019-07-31 23:34:14 UTC (rev 248082)
@@ -1454,6 +1454,8 @@
     EXPECT_EQ([FileWrapper self], [insertedAttachments.firstObject.info.fileWrapper class]);
 }
 
+// FIXME: Remove this version guard once rdar://51752593 is resolved.
+#if PLATFORM(IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED < 130000
 TEST(WKAttachmentTests, CopyAndPasteBetweenWebViews)
 {
     auto file = adoptNS([[NSFileWrapper alloc] initRegularFileWithContents:testHTMLData()]);
@@ -1499,6 +1501,7 @@
     EXPECT_WK_STREQ("public.directory", pastedFolderInfo.contentType);
     EXPECT_WK_STREQ("application/zip", pastedArchiveInfo.contentType);
 }
+#endif // PLATFORM(IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED < 130000
 
 TEST(WKAttachmentTests, AttachmentIdentifierOfClonedAttachment)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to