Title: [184409] trunk/Tools
Revision
184409
Author
[email protected]
Date
2015-05-15 13:45:17 -0700 (Fri, 15 May 2015)

Log Message

Temporarily disable failing API test.

* TestWebKitAPI/Tests/WebKit2ObjC/ActionMenus.mm:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (184408 => 184409)


--- trunk/Tools/ChangeLog	2015-05-15 20:21:10 UTC (rev 184408)
+++ trunk/Tools/ChangeLog	2015-05-15 20:45:17 UTC (rev 184409)
@@ -1,3 +1,10 @@
+2015-05-15  Timothy Horton  <[email protected]>
+
+        Temporarily disable failing API test.
+
+        * TestWebKitAPI/Tests/WebKit2ObjC/ActionMenus.mm:
+        (TestWebKitAPI::TEST):
+
 2015-05-15  Ravi Phaneendra Kasibhatla  <[email protected]>
 
         User interruption while running of run-webkit-tests should also generate results.html

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/ActionMenus.mm (184408 => 184409)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/ActionMenus.mm	2015-05-15 20:21:10 UTC (rev 184408)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/ActionMenus.mm	2015-05-15 20:45:17 UTC (rev 184409)
@@ -459,7 +459,7 @@
 
 // FIXME: Ideally, each of these would be able to run as its own subtest in a suite, sharing a WKView (for performance reasons),
 // but we cannot because run-api-tests explicitly runs each test in a separate process. So, we use a single test for many tests instead.
-TEST(WebKit2, ActionMenusTest)
+TEST(WebKit2, DISABLED_ActionMenusTest)
 {
     WKRetainPtr<WKContextRef> context = adoptWK(Util::createContextForInjectedBundleTest("ActionMenusTest"));
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to