Title: [283281] trunk/Tools
Revision
283281
Author
[email protected]
Date
2021-09-29 16:36:22 -0700 (Wed, 29 Sep 2021)

Log Message

Update PCM Daemon name
https://bugs.webkit.org/show_bug.cgi?id=230516

In r282883 I updated the daemon name but not in this one place.
I think this might cause TestWebKitAPI.EventAttribution.Daemon to stop timing out on one of the bots.

* TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (283280 => 283281)


--- trunk/Tools/ChangeLog	2021-09-29 23:31:55 UTC (rev 283280)
+++ trunk/Tools/ChangeLog	2021-09-29 23:36:22 UTC (rev 283281)
@@ -1,3 +1,14 @@
+2021-09-29  Alex Christensen  <[email protected]>
+
+        Update PCM Daemon name
+        https://bugs.webkit.org/show_bug.cgi?id=230516
+
+        In r282883 I updated the daemon name but not in this one place.
+        I think this might cause TestWebKitAPI.EventAttribution.Daemon to stop timing out on one of the bots.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm:
+        (TestWebKitAPI::TEST):
+
 2021-09-29  BJ Burg  <[email protected]>
 
         [Cocoa] add _WKInspectorExtension SPI to evaluate script on an extension tab

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm (283280 => 283281)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm	2021-09-29 23:31:55 UTC (rev 283280)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm	2021-09-29 23:36:22 UTC (rev 283281)
@@ -475,7 +475,7 @@
         [webView _addEventAttributionWithSourceID:42 destinationURL:exampleURL() sourceDescription:@"test source description" purchaser:@"test purchaser" reportEndpoint:server.request().URL optionalNonce:nil applicationBundleID:@"test.bundle.id"];
     });
 
-    system("killall TestPCMDaemon -9");
+    system("killall AdAttributionDaemon -9");
 #if HAVE(OS_LAUNCHD_JOB)
     // LaunchOnlyOnce takes care of cleanup with launchd.
 #else
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to