Title: [224886] trunk/Tools
Revision
224886
Author
ryanhad...@apple.com
Date
2017-11-15 10:48:01 -0800 (Wed, 15 Nov 2017)

Log Message

Unreviewed, rolling out r223781.

The test is now returning false, so the FIXME is not needed
anymore.

Reverted changeset:

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (224885 => 224886)


--- trunk/Tools/ChangeLog	2017-11-15 18:36:57 UTC (rev 224885)
+++ trunk/Tools/ChangeLog	2017-11-15 18:48:01 UTC (rev 224886)
@@ -1,5 +1,18 @@
 2017-11-15  Ryan Haddad  <ryanhad...@apple.com>
 
+        Unreviewed, rolling out r223781.
+
+        The test is now returning false, so the FIXME is not needed
+        anymore.
+
+        Reverted changeset:
+
+        "WebsiteDataStoreCustomPaths.mm is failing after r223718"
+        https://bugs.webkit.org/show_bug.cgi?id=178596
+        https://trac.webkit.org/changeset/223781
+
+2017-11-15  Ryan Haddad  <ryanhad...@apple.com>
+
         Unreviewed, rolling out r224863.
 
         Introduced LayoutTest crashes on iOS Simulator.

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsiteDataStoreCustomPaths.mm (224885 => 224886)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsiteDataStoreCustomPaths.mm	2017-11-15 18:36:57 UTC (rev 224885)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsiteDataStoreCustomPaths.mm	2017-11-15 18:48:01 UTC (rev 224886)
@@ -216,8 +216,7 @@
     receivedScriptMessage = false;
     TestWebKitAPI::Util::run(&receivedScriptMessage);
 
-    // FIXME: https://bugs.webkit.org/show_bug.cgi?id=178596, we should expect false and not true here.
-    EXPECT_TRUE([WKWebsiteDataStore _defaultDataStoreExists]);
+    EXPECT_FALSE([WKWebsiteDataStore _defaultDataStoreExists]);
 }
 
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to