[webkit-changes] [WebKit/WebKit] 42db1b: Remove current macOS (mac-sonoma) from baseline se...
Sam Sneddon
noreply at github.com
Wed May 1 18:22:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 42db1bee0ebaa7a64103cbe43082bcbd7c1b0552
https://github.com/WebKit/WebKit/commit/42db1bee0ebaa7a64103cbe43082bcbd7c1b0552
Author: Sam Sneddon <gsnedders at apple.com>
Date: 2024-05-01 (Wed, 01 May 2024)
Changed paths:
M Tools/Scripts/webkitpy/port/mac.py
M Tools/Scripts/webkitpy/port/mac_unittest.py
Log Message:
-----------
Remove current macOS (mac-sonoma) from baseline search path
https://bugs.webkit.org/show_bug.cgi?id=273509
Reviewed by Jonathan Bedard.
Per policy, we put all current macOS baselines in `mac` rather than
`mac-sonoma`. Rather than relying on policy to enforce this, we should
just remove `mac-sonoma` from the baseline search path, therefore
meaning its baseline search path ends with `mac`.
We're not currently changing the baseline search path when
apple_additions exists, so if that defines a version name for current
macOS it will remain in the search path.
* Tools/Scripts/webkitpy/port/mac.py:
(MacPort.default_baseline_search_path):
* Tools/Scripts/webkitpy/port/mac_unittest.py:
(MacTest.test_sonoma_baseline_search_path):
Canonical link: https://commits.webkit.org/278241@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list