Title: [177299] trunk/Tools
- Revision
- 177299
- Author
- [email protected]
- Date
- 2014-12-15 11:46:34 -0800 (Mon, 15 Dec 2014)
Log Message
Implement Data Detectors immediate actions for WebKit2
https://bugs.webkit.org/show_bug.cgi?id=139617
<rdar://problem/19198539>
Reviewed by Beth Dakin.
* TestWebKitAPI/Tests/WebKit2ObjC/ActionMenus.mm:
(TestWebKitAPI::TEST):
Temporarily disable the action menu tests while the
underlying code is in flux.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (177298 => 177299)
--- trunk/Tools/ChangeLog 2014-12-15 19:45:23 UTC (rev 177298)
+++ trunk/Tools/ChangeLog 2014-12-15 19:46:34 UTC (rev 177299)
@@ -1,3 +1,16 @@
+2014-12-15 Timothy Horton <[email protected]>
+
+ Implement Data Detectors immediate actions for WebKit2
+ https://bugs.webkit.org/show_bug.cgi?id=139617
+ <rdar://problem/19198539>
+
+ Reviewed by Beth Dakin.
+
+ * TestWebKitAPI/Tests/WebKit2ObjC/ActionMenus.mm:
+ (TestWebKitAPI::TEST):
+ Temporarily disable the action menu tests while the
+ underlying code is in flux.
+
2014-12-14 Andreas Kling <[email protected]>
Replace PassRef with Ref/Ref&& across the board.
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/ActionMenus.mm (177298 => 177299)
--- trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/ActionMenus.mm 2014-12-15 19:45:23 UTC (rev 177298)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/ActionMenus.mm 2014-12-15 19:46:34 UTC (rev 177299)
@@ -436,7 +436,8 @@
// 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)
+// FIXME: Temporarily disabled.
+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