Title: [261768] trunk/Tools
Revision
261768
Author
ryanhad...@apple.com
Date
2020-05-15 16:43:04 -0700 (Fri, 15 May 2020)

Log Message

[iOS EWS] TestWebKitAPI.WKWebsiteDataStore.RemoveAndFetchData is failing
https://bugs.webkit.org/show_bug.cgi?id=208451

Unreviewed test gardening.


* TestWebKitAPI/Tests/WebKitCocoa/WKWebsiteDatastore.mm:
(TestWebKitAPI::TEST): Re-enable the test for iOS.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (261767 => 261768)


--- trunk/Tools/ChangeLog	2020-05-15 23:26:01 UTC (rev 261767)
+++ trunk/Tools/ChangeLog	2020-05-15 23:43:04 UTC (rev 261768)
@@ -1,3 +1,13 @@
+2020-05-15  Ryan Haddad  <ryanhad...@apple.com>
+
+        [iOS EWS] TestWebKitAPI.WKWebsiteDataStore.RemoveAndFetchData is failing
+        https://bugs.webkit.org/show_bug.cgi?id=208451
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/WKWebsiteDatastore.mm:
+        (TestWebKitAPI::TEST): Re-enable the test for iOS.
+
 2020-05-15  Geoffrey Garen  <gga...@apple.com>
 
         Update Sihui Liu's status to reviewer

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebsiteDatastore.mm (261767 => 261768)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebsiteDatastore.mm	2020-05-15 23:26:01 UTC (rev 261767)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebsiteDatastore.mm	2020-05-15 23:43:04 UTC (rev 261768)
@@ -82,9 +82,6 @@
 
 namespace TestWebKitAPI {
 
-
-// FIXME: Re-enable this test once webkit.org/b/208451 is resolved.
-#if !PLATFORM(IOS)
 TEST(WKWebsiteDataStore, RemoveAndFetchData)
 {
     readyToContinue = false;
@@ -100,7 +97,6 @@
     }];
     TestWebKitAPI::Util::run(&readyToContinue);
 }
-#endif // !PLATFORM(IOS)
 
 TEST(WKWebsiteDataStore, RemoveEphemeralData)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to