Title: [249616] trunk/Tools
Revision
249616
Author
achristen...@apple.com
Date
2019-09-07 14:45:48 -0700 (Sat, 07 Sep 2019)

Log Message

Remove invalid assertion added in r249614
https://bugs.webkit.org/show_bug.cgi?id=200050

* WebKitTestRunner/cocoa/TestControllerCocoa.mm:
(WTR::TestController::cocoaResetStateToConsistentValues):
Something is instantiating the default data store, which is no problem right now.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (249615 => 249616)


--- trunk/Tools/ChangeLog	2019-09-07 20:20:51 UTC (rev 249615)
+++ trunk/Tools/ChangeLog	2019-09-07 21:45:48 UTC (rev 249616)
@@ -1,3 +1,12 @@
+2019-09-07  Alex Christensen  <achristen...@webkit.org>
+
+        Remove invalid assertion added in r249614
+        https://bugs.webkit.org/show_bug.cgi?id=200050
+
+        * WebKitTestRunner/cocoa/TestControllerCocoa.mm:
+        (WTR::TestController::cocoaResetStateToConsistentValues):
+        Something is instantiating the default data store, which is no problem right now.
+
 2019-09-07  Ryan Haddad  <ryanhad...@apple.com>
 
         Unreviewed, rolling out r249353.

Modified: trunk/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm (249615 => 249616)


--- trunk/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm	2019-09-07 20:20:51 UTC (rev 249615)
+++ trunk/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm	2019-09-07 21:45:48 UTC (rev 249616)
@@ -251,7 +251,6 @@
 
 void TestController::cocoaResetStateToConsistentValues(const TestOptions& options)
 {
-    ASSERT(![WKWebsiteDataStore _defaultDataStoreExists]);
     m_calendarSwizzler = nullptr;
     m_overriddenCalendarIdentifier = nil;
     
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to