Title: [284376] trunk/Tools
Revision
284376
Author
[email protected]
Date
2021-10-18 09:11:44 -0700 (Mon, 18 Oct 2021)

Log Message

Regression (r284304) : [ iOS 15 Release ] http/tests/privateClickMeasurement tests are failing
https://bugs.webkit.org/show_bug.cgi?id=231898

Use the SPI I made to keep the tests having old behavior of using the network process instead of the daemon.

* WebKitTestRunner/TestController.cpp:
(WTR::TestController::configureWebsiteDataStoreTemporaryDirectories):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (284375 => 284376)


--- trunk/Tools/ChangeLog	2021-10-18 16:07:47 UTC (rev 284375)
+++ trunk/Tools/ChangeLog	2021-10-18 16:11:44 UTC (rev 284376)
@@ -1,3 +1,13 @@
+2021-10-18  Alex Christensen  <[email protected]>
+
+        Regression (r284304) : [ iOS 15 Release ] http/tests/privateClickMeasurement tests are failing
+        https://bugs.webkit.org/show_bug.cgi?id=231898
+
+        Use the SPI I made to keep the tests having old behavior of using the network process instead of the daemon.
+
+        * WebKitTestRunner/TestController.cpp:
+        (WTR::TestController::configureWebsiteDataStoreTemporaryDirectories):
+
 2021-10-18  Philippe Normand  <[email protected]>
 
         [GStreamer] fast/mediastream/video-rotation tests are failing due to missing TestController::takeViewPortSnapshot

Modified: trunk/Tools/WebKitTestRunner/TestController.cpp (284375 => 284376)


--- trunk/Tools/WebKitTestRunner/TestController.cpp	2021-10-18 16:07:47 UTC (rev 284375)
+++ trunk/Tools/WebKitTestRunner/TestController.cpp	2021-10-18 16:11:44 UTC (rev 284376)
@@ -604,6 +604,7 @@
         WKWebsiteDataStoreConfigurationSetNetworkCacheSpeculativeValidationEnabled(configuration, true);
         WKWebsiteDataStoreConfigurationSetStaleWhileRevalidateEnabled(configuration, true);
         WKWebsiteDataStoreConfigurationSetTestingSessionEnabled(configuration, true);
+        WKWebsiteDataStoreConfigurationSetPCMMachServiceName(configuration, nullptr);
     }
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to