Title: [185169] trunk/Tools
Revision
185169
Author
dba...@webkit.org
Date
2015-06-03 14:43:27 -0700 (Wed, 03 Jun 2015)

Log Message

WebKit2.TextFieldDidBeginAndEndEditing is flaky on Mac
https://bugs.webkit.org/show_bug.cgi?id=145616

Skip the test on Mac for now to avoid having the bots turn red due to the flakiness
of the test. Further investigation is needed.

* TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing.cpp:
* TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing_Bundle.cpp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (185168 => 185169)


--- trunk/Tools/ChangeLog	2015-06-03 21:21:29 UTC (rev 185168)
+++ trunk/Tools/ChangeLog	2015-06-03 21:43:27 UTC (rev 185169)
@@ -1,3 +1,14 @@
+2015-06-03  Daniel Bates  <daba...@apple.com>
+
+        WebKit2.TextFieldDidBeginAndEndEditing is flaky on Mac
+        https://bugs.webkit.org/show_bug.cgi?id=145616
+
+        Skip the test on Mac for now to avoid having the bots turn red due to the flakiness
+        of the test. Further investigation is needed.
+
+        * TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing.cpp:
+        * TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing_Bundle.cpp:
+
 2015-06-03  Brady Eidson  <beid...@apple.com>
 
         REGRESSION (r183498): Certain types of frame loads in iframes with <base target="_blank"> can open urls in new window/tabs

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing.cpp (185168 => 185169)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing.cpp	2015-06-03 21:21:29 UTC (rev 185168)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing.cpp	2015-06-03 21:43:27 UTC (rev 185169)
@@ -25,7 +25,7 @@
 
 #include "config.h"
 
-#if WK_HAVE_C_SPI
+#if WK_HAVE_C_SPI && !PLATFORM(MAC)
 
 #include "PlatformUtilities.h"
 #include "PlatformWebView.h"

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing_Bundle.cpp (185168 => 185169)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing_Bundle.cpp	2015-06-03 21:21:29 UTC (rev 185168)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing_Bundle.cpp	2015-06-03 21:43:27 UTC (rev 185169)
@@ -25,7 +25,7 @@
 
 #include "config.h"
 
-#if WK_HAVE_C_SPI
+#if WK_HAVE_C_SPI && !PLATFORM(MAC)
 
 #include "InjectedBundleTest.h"
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to