Title: [248072] trunk/Tools
Revision
248072
Author
[email protected]
Date
2019-07-31 14:02:12 -0700 (Wed, 31 Jul 2019)

Log Message

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

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (248071 => 248072)


--- trunk/Tools/ChangeLog	2019-07-31 20:59:00 UTC (rev 248071)
+++ trunk/Tools/ChangeLog	2019-07-31 21:02:12 UTC (rev 248072)
@@ -1,3 +1,10 @@
+2019-07-31  Ryan Haddad  <[email protected]>
+
+        Unreviewed test gardening, disable failing test for rdar://52355829.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm:
+        (TEST):
+
 2019-07-31  Keith Rollin  <[email protected]>
 
         Update WebKitLegacy for XCBuild

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm (248071 => 248072)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm	2019-07-31 20:59:00 UTC (rev 248071)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContextMenus.mm	2019-07-31 21:02:12 UTC (rev 248072)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to