Title: [203477] trunk/Tools
Revision
203477
Author
ryanhad...@apple.com
Date
2016-07-20 16:23:56 -0700 (Wed, 20 Jul 2016)

Log Message

Disable two failing API tests.

Unreviewed test gardening.

* TestWebKitAPI/Tests/mac/CandidateTests.mm:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (203476 => 203477)


--- trunk/Tools/ChangeLog	2016-07-20 23:14:39 UTC (rev 203476)
+++ trunk/Tools/ChangeLog	2016-07-20 23:23:56 UTC (rev 203477)
@@ -1,3 +1,12 @@
+2016-07-20  Ryan Haddad  <ryanhad...@apple.com>
+
+        Disable two failing API tests.
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/mac/CandidateTests.mm:
+        (TestWebKitAPI::TEST):
+
 2016-07-20  Wenson Hsieh  <wenson_hs...@apple.com>
 
         Unreviewed iOS build fix.

Modified: trunk/Tools/TestWebKitAPI/Tests/mac/CandidateTests.mm (203476 => 203477)


--- trunk/Tools/TestWebKitAPI/Tests/mac/CandidateTests.mm	2016-07-20 23:14:39 UTC (rev 203476)
+++ trunk/Tools/TestWebKitAPI/Tests/mac/CandidateTests.mm	2016-07-20 23:23:56 UTC (rev 203477)
@@ -84,7 +84,7 @@
 
 namespace TestWebKitAPI {
 
-TEST(CandidateTests, DoNotLeakViewThatLoadsEditableArea)
+TEST(CandidateTests, DISABLED_DoNotLeakViewThatLoadsEditableArea)
 {
     DoNotLeakWebView *webView = [[DoNotLeakWebView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100)];
     DoNotLeakFrameLoadDelegate *delegate = [[DoNotLeakFrameLoadDelegate alloc] init];
@@ -100,7 +100,7 @@
     EXPECT_TRUE(webViewWasDeallocated);
 }
 
-TEST(CandidateTests, RequestCandidatesForTextInput)
+TEST(CandidateTests, DISABLED_RequestCandidatesForTextInput)
 {
     WebView *webView = [[WebView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100)];
     [webView forceRequestCandidatesForTesting];
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to