Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e67102d7ea99731a5093d5fad817d1811073f54b
https://github.com/WebKit/WebKit/commit/e67102d7ea99731a5093d5fad817d1811073f54b
Author: Dawn Morningstar <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M Tools/Scripts/webkitpy/xcode/simulated_device.py
M Tools/Scripts/webkitpy/xcode/simulated_device_unittest.py
A Tools/Scripts/webkitpy/xcode/simulator_daemons.py
Log Message:
-----------
reduce the number of daemons running on simulators
https://bugs.webkit.org/show_bug.cgi?id=322455
rdar://185739531
Reviewed by Jonathan Bedard.
Reducing the number of daemons that are running on
simulators greatly reduces their overhead.
* Tools/Scripts/webkitpy/xcode/simulated_device.py:
(SimulatedDevice.__init__):
* Tools/Scripts/webkitpy/xcode/simulated_device_unittest.py:
(LaunchdConfigurationDefaultTest.test_unneeded_daemons_are_disabled_by_default):
(LaunchdConfigurationDefaultTest):
(LaunchdConfigurationDefaultTest.test_daemons_testing_needs_are_not_disabled):
(LaunchdConfigurationDefaultTest.test_chronod_is_disabled_by_default): Deleted.
* Tools/Scripts/webkitpy/xcode/simulator_daemons.py: Added.
(disabled_launchd_jobs):
Canonical link: https://commits.webkit.org/319751@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications