Title: [248125] branches/safari-608-branch/Tools
Revision
248125
Author
ryanhad...@apple.com
Date
2019-08-01 13:15:02 -0700 (Thu, 01 Aug 2019)

Log Message

Cherry-pick r248072. rdar://problem/52355829

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

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

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

Modified Paths

Diff

Modified: branches/safari-608-branch/Tools/ChangeLog (248124 => 248125)


--- branches/safari-608-branch/Tools/ChangeLog	2019-08-01 20:14:59 UTC (rev 248124)
+++ branches/safari-608-branch/Tools/ChangeLog	2019-08-01 20:15:02 UTC (rev 248125)
@@ -1,5 +1,23 @@
 2019-08-01  Ryan Haddad  <ryanhad...@apple.com>
 
+        Cherry-pick r248072. rdar://problem/52355829
+
+    Unreviewed test gardening, disable failing test for rdar://52355829.
+    
+    * TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm:
+    (TEST):
+    
+    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@248072 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2019-07-31  Ryan Haddad  <ryanhad...@apple.com>
+
+            Unreviewed test gardening, disable failing test for rdar://52355829.
+
+            * TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm:
+            (TEST):
+
+2019-08-01  Ryan Haddad  <ryanhad...@apple.com>
+
         Cherry-pick r248082. rdar://problem/51752593
 
     Unreviewed test gardening, disable failing test for rdar://51752593.

Modified: branches/safari-608-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm (248124 => 248125)


--- branches/safari-608-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm	2019-08-01 20:14:59 UTC (rev 248124)
+++ branches/safari-608-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm	2019-08-01 20:15:02 UTC (rev 248125)
@@ -65,7 +65,7 @@
 
 @end
 
-TEST(WebKit, ContextMenuBasic)
+TEST(WebKit, DISABLED_ContextMenuBasic)
 {
     auto window = adoptNS([[UIWindow alloc] initWithFrame:NSMakeRect(0, 0, 800, 600)]);
     auto driver = adoptNS([TestContextMenuDriver new]);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to