Changeset 185169 in webkit
- Timestamp:
- Jun 3, 2015, 2:43:27 PM (10 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r185155 r185169 1 2015-06-03 Daniel Bates <dabates@apple.com> 2 3 WebKit2.TextFieldDidBeginAndEndEditing is flaky on Mac 4 https://bugs.webkit.org/show_bug.cgi?id=145616 5 6 Skip the test on Mac for now to avoid having the bots turn red due to the flakiness 7 of the test. Further investigation is needed. 8 9 * TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing.cpp: 10 * TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing_Bundle.cpp: 11 1 12 2015-06-03 Brady Eidson <beidson@apple.com> 2 13 -
trunk/Tools/TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing.cpp
r185089 r185169 26 26 #include "config.h" 27 27 28 #if WK_HAVE_C_SPI 28 #if WK_HAVE_C_SPI && !PLATFORM(MAC) 29 29 30 30 #include "PlatformUtilities.h" -
trunk/Tools/TestWebKitAPI/Tests/WebKit2/TextFieldDidBeginAndEndEditing_Bundle.cpp
r185089 r185169 26 26 #include "config.h" 27 27 28 #if WK_HAVE_C_SPI 28 #if WK_HAVE_C_SPI && !PLATFORM(MAC) 29 29 30 30 #include "InjectedBundleTest.h"
Note:
See TracChangeset
for help on using the changeset viewer.