Title: [259895] branches/safari-609-branch/Tools
Revision
259895
Author
ryanhad...@apple.com
Date
2020-04-10 13:22:18 -0700 (Fri, 10 Apr 2020)

Log Message

Cherry-pick r259099. rdar://problem/59610140

    Unreviewed test gardening for iOS API tests.

    * TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm:
    (TEST):
    * TestWebKitAPI/Tests/ios/FocusPreservationTests.mm:
    (TestWebKitAPI::TEST):

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@259099 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-609-branch/Tools/ChangeLog (259894 => 259895)


--- branches/safari-609-branch/Tools/ChangeLog	2020-04-10 20:22:15 UTC (rev 259894)
+++ branches/safari-609-branch/Tools/ChangeLog	2020-04-10 20:22:18 UTC (rev 259895)
@@ -1,3 +1,25 @@
+2020-04-10  Ryan Haddad  <ryanhad...@apple.com>
+
+        Cherry-pick r259099. rdar://problem/59610140
+
+    Unreviewed test gardening for iOS API tests.
+    
+    * TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm:
+    (TEST):
+    * TestWebKitAPI/Tests/ios/FocusPreservationTests.mm:
+    (TestWebKitAPI::TEST):
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@259099 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-03-24  Ryan Haddad  <ryanhad...@apple.com>
+
+            Unreviewed test gardening for iOS API tests.
+
+            * TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm:
+            (TEST):
+            * TestWebKitAPI/Tests/ios/FocusPreservationTests.mm:
+            (TestWebKitAPI::TEST):
+
 2020-02-21  Russell Epstein  <repst...@apple.com>
 
         Cherry-pick r257077. rdar://problem/59676879

Modified: branches/safari-609-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm (259894 => 259895)


--- branches/safari-609-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm	2020-04-10 20:22:15 UTC (rev 259894)
+++ branches/safari-609-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm	2020-04-10 20:22:18 UTC (rev 259895)
@@ -100,7 +100,8 @@
 
 @end
 
-TEST(ContextMenu, Click)
+// FIXME: Re-enable this test once rdar://59610140 is resolved
+TEST(ContextMenu, DISABLED_Click)
 {
     auto driver = contextMenuWebViewDriver([TestContextMenuUIDelegate class]);
     [driver begin:^(BOOL result) {
@@ -115,7 +116,8 @@
     EXPECT_FALSE(didEndCalled);
 }
 
-TEST(ContextMenu, End)
+// FIXME: Re-enable this test once rdar://59610140 is resolved
+TEST(ContextMenu, DISABLED_End)
 {
     auto driver = contextMenuWebViewDriver([TestContextMenuUIDelegate class]);
     [driver begin:^(BOOL result) {
@@ -161,7 +163,8 @@
 
 @end
 
-TEST(ContextMenu, APIBeforeSPI)
+// FIXME: Re-enable this test once rdar://59610140 is resolved
+TEST(ContextMenu, DISABLED_APIBeforeSPI)
 {
     auto driver = contextMenuWebViewDriver([TestContextMenuAPIBeforeSPIUIDelegate class]);
     [driver begin:^(BOOL result) {
@@ -209,7 +212,8 @@
 
 @end
 
-TEST(ContextMenu, Image)
+// FIXME: Re-enable this test once rdar://59610140 is resolved
+TEST(ContextMenu, DISABLED_Image)
 {
     linkURL = [NSURL URLWithString:@"http://127.0.0.1/image"];
     auto driver = contextMenuWebViewDriver([TestContextMenuImageUIDelegate class], @"<img style='width:400px;height:400px' src=''>");
@@ -277,7 +281,8 @@
 
 @end
 
-TEST(ContextMenu, Legacy)
+// FIXME: Re-enable this test once rdar://59610140 is resolved
+TEST(ContextMenu, DISABLED_Legacy)
 {
     auto driver = contextMenuWebViewDriver([LegacyContextMenuUIDelegate class]);
     [driver begin:^(BOOL result) {
@@ -332,7 +337,9 @@
 
 @end
 
-TEST(ContextMenu, SuggestedActions)
+
+// FIXME: Re-enable this test once rdar://59610140 is resolved
+TEST(ContextMenu, DISABLED_SuggestedActions)
 {
     auto driver = contextMenuWebViewDriver([TestContextMenuSuggestedActionsUIDelegate class]);
     [driver begin:^(BOOL result) {

Modified: branches/safari-609-branch/Tools/TestWebKitAPI/Tests/ios/FocusPreservationTests.mm (259894 => 259895)


--- branches/safari-609-branch/Tools/TestWebKitAPI/Tests/ios/FocusPreservationTests.mm	2020-04-10 20:22:15 UTC (rev 259894)
+++ branches/safari-609-branch/Tools/TestWebKitAPI/Tests/ios/FocusPreservationTests.mm	2020-04-10 20:22:18 UTC (rev 259895)
@@ -74,7 +74,8 @@
     EXPECT_TRUE([webView becomeFirstResponder]);
 }
 
-TEST(FocusPreservationTests, ChangingFocusedNodeResetsFocusPreservationState)
+// FIXME: Re-enable this test once rdar://60644908 is resolved
+TEST(FocusPreservationTests, DISABLED_ChangingFocusedNodeResetsFocusPreservationState)
 {
     bool inputFocused = false;
     bool selectFocused = false;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to