Title: [223781] trunk/Tools
Revision
223781
Author
commit-qu...@webkit.org
Date
2017-10-20 12:26:58 -0700 (Fri, 20 Oct 2017)

Log Message

WebsiteDataStoreCustomPaths.mm is failing after r223718
https://bugs.webkit.org/show_bug.cgi?id=178596

Unreviewed.

Patch by Youenn Fablet <you...@apple.com> on 2017-10-20

* TestWebKitAPI/Tests/WebKitCocoa/WebsiteDataStoreCustomPaths.mm:
(TEST): Making default web site data store creation expected at the end of the test.
We should probably not need need to create it.
This should be fixed as a follow-up.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (223780 => 223781)


--- trunk/Tools/ChangeLog	2017-10-20 19:21:51 UTC (rev 223780)
+++ trunk/Tools/ChangeLog	2017-10-20 19:26:58 UTC (rev 223781)
@@ -1,3 +1,15 @@
+2017-10-20  Youenn Fablet  <you...@apple.com>
+
+        WebsiteDataStoreCustomPaths.mm is failing after r223718
+        https://bugs.webkit.org/show_bug.cgi?id=178596
+
+        Unreviewed.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/WebsiteDataStoreCustomPaths.mm:
+        (TEST): Making default web site data store creation expected at the end of the test.
+        We should probably not need need to create it.
+        This should be fixed as a follow-up.
+
 2017-10-20  Antoine Quint  <grao...@apple.com>
 
         [Web Animations] Provide basic timeline and animation interfaces

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsiteDataStoreCustomPaths.mm (223780 => 223781)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsiteDataStoreCustomPaths.mm	2017-10-20 19:21:51 UTC (rev 223780)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsiteDataStoreCustomPaths.mm	2017-10-20 19:26:58 UTC (rev 223781)
@@ -216,7 +216,8 @@
     receivedScriptMessage = false;
     TestWebKitAPI::Util::run(&receivedScriptMessage);
 
-    EXPECT_FALSE([WKWebsiteDataStore _defaultDataStoreExists]);
+    // FIXME: https://bugs.webkit.org/show_bug.cgi?id=178596, we should expect false and not true here.
+    EXPECT_TRUE([WKWebsiteDataStore _defaultDataStoreExists]);
 }
 
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to