Changeset 283281 in webkit


Ignore:
Timestamp:
Sep 29, 2021 4:36:22 PM (3 years ago)
Author:
achristensen@apple.com
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r283276 r283281  
     12021-09-29  Alex Christensen  <achristensen@webkit.org>
     2
     3        Update PCM Daemon name
     4        https://bugs.webkit.org/show_bug.cgi?id=230516
     5
     6        In r282883 I updated the daemon name but not in this one place.
     7        I think this might cause TestWebKitAPI.EventAttribution.Daemon to stop timing out on one of the bots.
     8
     9        * TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm:
     10        (TestWebKitAPI::TEST):
     11
    1122021-09-29  BJ Burg  <bburg@apple.com>
    213
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm

    r282884 r283281  
    476476    });
    477477
    478     system("killall TestPCMDaemon -9");
     478    system("killall AdAttributionDaemon -9");
    479479#if HAVE(OS_LAUNCHD_JOB)
    480480    // LaunchOnlyOnce takes care of cleanup with launchd.
Note: See TracChangeset for help on using the changeset viewer.