Title: [243915] trunk/Tools
Revision
243915
Author
aakash_j...@apple.com
Date
2019-04-04 15:47:15 -0700 (Thu, 04 Apr 2019)

Log Message

Disable Flaky API Test TestWebKitAPI.WebKit.FocusTextInputContext
https://bugs.webkit.org/show_bug.cgi?id=196629

Reviewed by Lucas Forschler.

* TestWebKitAPI/Tests/WebKitCocoa/RequestTextInputContext.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (243914 => 243915)


--- trunk/Tools/ChangeLog	2019-04-04 22:44:38 UTC (rev 243914)
+++ trunk/Tools/ChangeLog	2019-04-04 22:47:15 UTC (rev 243915)
@@ -1,5 +1,14 @@
 2019-04-04  Aakash Jain  <aakash_j...@apple.com>
 
+        Disable Flaky API Test TestWebKitAPI.WebKit.FocusTextInputContext
+        https://bugs.webkit.org/show_bug.cgi?id=196629
+
+        Reviewed by Lucas Forschler.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/RequestTextInputContext.mm:
+
+2019-04-04  Aakash Jain  <aakash_j...@apple.com>
+
         [ews-app] while waiting in queue status-bubble for testers queues should display build information from builder queue
         https://bugs.webkit.org/show_bug.cgi?id=196618
 

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/RequestTextInputContext.mm (243914 => 243915)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/RequestTextInputContext.mm	2019-04-04 22:44:38 UTC (rev 243914)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/RequestTextInputContext.mm	2019-04-04 22:47:15 UTC (rev 243915)
@@ -177,7 +177,7 @@
     EXPECT_RECT_EQ(0, 0, 100, 100, contexts[0].boundingRect);
 }
 
-TEST(WebKit, FocusTextInputContext)
+TEST(WebKit, DISABLED_FocusTextInputContext)
 {
     RetainPtr<WKWebViewConfiguration> configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
     WKPreferencesSetThreadedScrollingEnabled((WKPreferencesRef)[configuration preferences], false);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to