Title: [221158] branches/safari-604.1.38.0-branch/Tools
Revision
221158
Author
jlew...@apple.com
Date
2017-08-24 13:54:12 -0700 (Thu, 24 Aug 2017)

Log Message

Unreviewed test gardening. rdar://problem/33903582

* TestWebKitAPI/Tests/ios/DataInteractionTests.mm:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: branches/safari-604.1.38.0-branch/Tools/ChangeLog (221157 => 221158)


--- branches/safari-604.1.38.0-branch/Tools/ChangeLog	2017-08-24 20:18:15 UTC (rev 221157)
+++ branches/safari-604.1.38.0-branch/Tools/ChangeLog	2017-08-24 20:54:12 UTC (rev 221158)
@@ -1,3 +1,10 @@
+2017-08-24  Matt Lewis  <jlew...@apple.com>
+
+        Unreviewed test gardening. rdar://problem/33903582
+
+        * TestWebKitAPI/Tests/ios/DataInteractionTests.mm:
+        (TestWebKitAPI::TEST):
+
 2017-08-15  Matthew Hanson  <matthew_han...@apple.com>
 
         Cherry-pick r220722. rdar://problem/33890575

Modified: branches/safari-604.1.38.0-branch/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm (221157 => 221158)


--- branches/safari-604.1.38.0-branch/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm	2017-08-24 20:18:15 UTC (rev 221157)
+++ branches/safari-604.1.38.0-branch/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm	2017-08-24 20:54:12 UTC (rev 221158)
@@ -214,7 +214,7 @@
     checkEstimatedSize(dataInteractionSimulator.get(), { 215, 174 });
 }
 
-TEST(DataInteractionTests, ImageInLinkToInput)
+TEST(DataInteractionTests, DISABLED_ImageInLinkToInput)
 {
     RetainPtr<TestWKWebView> webView = adoptNS([[TestWKWebView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
     [webView synchronouslyLoadTestPageNamed:@"image-in-link-and-input"];
@@ -275,7 +275,7 @@
     checkTypeIdentifierPrecedesOtherTypeIdentifier(dataInteractionSimulator.get(), (NSString *)kUTTypeRTFD, (NSString *)kUTTypeUTF8PlainText);
 }
 
-TEST(DataInteractionTests, ContentEditableToTextarea)
+TEST(DataInteractionTests, DISABLED_ContentEditableToTextarea)
 {
     RetainPtr<TestWKWebView> webView = adoptNS([[TestWKWebView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
     RetainPtr<DataInteractionSimulator> dataInteractionSimulator = adoptNS([[DataInteractionSimulator alloc] initWithWebView:webView.get()]);
@@ -325,7 +325,7 @@
     EXPECT_WK_STREQ("PASS", [webView stringByEvaluatingJavaScript:@"target.textContent"]);
 }
 
-TEST(DataInteractionTests, TextAreaToInput)
+TEST(DataInteractionTests, DISABLED_TextAreaToInput)
 {
     RetainPtr<TestWKWebView> webView = adoptNS([[TestWKWebView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
     RetainPtr<DataInteractionSimulator> dataInteractionSimulator = adoptNS([[DataInteractionSimulator alloc] initWithWebView:webView.get()]);
@@ -378,7 +378,7 @@
     EXPECT_WK_STREQ("https://webkit.org/", [webView editorValue].UTF8String);
 }
 
-TEST(DataInteractionTests, LinkToInput)
+TEST(DataInteractionTests, DISABLED_LinkToInput)
 {
     RetainPtr<TestWKWebView> webView = adoptNS([[TestWKWebView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
     [webView synchronouslyLoadTestPageNamed:@"link-and-input"];
@@ -405,7 +405,7 @@
     checkTypeIdentifierIsRegisteredAtIndex(dataInteractionSimulator.get(), (NSString *)kUTTypeURL, 0);
 }
 
-TEST(DataInteractionTests, BackgroundImageLinkToInput)
+TEST(DataInteractionTests, DISABLED_BackgroundImageLinkToInput)
 {
     RetainPtr<TestWKWebView> webView = adoptNS([[TestWKWebView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
     [webView synchronouslyLoadTestPageNamed:@"background-image-link-and-input"];
@@ -684,7 +684,7 @@
     EXPECT_TRUE([webView stringByEvaluatingJavaScript:@"!!editor.querySelector('h1')"].boolValue);
 }
 
-TEST(DataInteractionTests, ExternalSourceAttributedStringToContentEditable)
+TEST(DataInteractionTests, DISABLED_ExternalSourceAttributedStringToContentEditable)
 {
     auto webView = adoptNS([[TestWKWebView alloc] initWithFrame:CGRectMake(0, 0, 320, 500)]);
     [webView synchronouslyLoadTestPageNamed:@"autofocus-contenteditable"];
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to