Title: [119250] trunk/Tools
Revision
119250
Author
[email protected]
Date
2012-06-01 10:09:07 -0700 (Fri, 01 Jun 2012)

Log Message

Windows WK2 MouseMoveAfterCrash API test failing
https://bugs.webkit.org/show_bug.cgi?id=69982

Disable the test on Windows to get the bots greener.

* TestWebKitAPI/Tests/WebKit2/MouseMoveAfterCrash.cpp:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (119249 => 119250)


--- trunk/Tools/ChangeLog	2012-06-01 17:05:37 UTC (rev 119249)
+++ trunk/Tools/ChangeLog	2012-06-01 17:09:07 UTC (rev 119250)
@@ -1,3 +1,13 @@
+2012-06-01  Jessie Berlin  <[email protected]>
+
+        Windows WK2 MouseMoveAfterCrash API test failing
+        https://bugs.webkit.org/show_bug.cgi?id=69982
+
+        Disable the test on Windows to get the bots greener.
+
+        * TestWebKitAPI/Tests/WebKit2/MouseMoveAfterCrash.cpp:
+        (TestWebKitAPI::TEST):
+
 2012-06-01  Christophe Dumez  <[email protected]>
 
         [EFL] EFL port does not enable WEB_INTENTS_TAG flag

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2/MouseMoveAfterCrash.cpp (119249 => 119250)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2/MouseMoveAfterCrash.cpp	2012-06-01 17:05:37 UTC (rev 119249)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2/MouseMoveAfterCrash.cpp	2012-06-01 17:09:07 UTC (rev 119250)
@@ -54,7 +54,13 @@
     WKPageSetPageLoaderClient(page, &loaderClient);
 }
 
-TEST(WebKit2, MouseMoveAfterCrash)
+TEST(WebKit2,
+#if PLATFORM(WIN)
+    DISABLED_MouseMoveAfterCrash
+#else
+    MouseMoveAfterCrash
+#endif
+    )
 {
     WKRetainPtr<WKContextRef> context = adoptWK(Util::createContextForInjectedBundleTest("MouseMoveAfterCrashTest"));
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to