Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 25a629d8064889274945b87f806275963d2b1945
https://github.com/WebKit/WebKit/commit/25a629d8064889274945b87f806275963d2b1945
Author: Zak Ridouh <[email protected]>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M Tools/Scripts/webkitdirs.pm
A
Tools/Scripts/webkitperl/webkitdirs_unittest/determineIsCMakeBuildLastBuiltASan.pl
Log Message:
-----------
[tooling] Make the last-built tree tiebreaker sanitizer-aware
https://bugs.webkit.org/show_bug.cgi?id=319001
rdar://181851997
Reviewed by Sammy Gill.
The last-built tiebreaker which landed as https://commits.webkit.org/316853@main
looked at cmake-mac/<Configuration>, but a CMake
sanitizer build lands in cmake-mac/ASan or cmake-mac/TSan. So a most-recent
CMake ASan/TSan build was never detected and the tool fell back to Xcode.
Resolve the CMake tree the same way determineConfigurationProductDir() does,
so the auto-detect and the tiebreaker both inspect the tree a sanitizer build
actually populates. Xcode is unchanged (ASan is toggled within Debug/Release).
* Tools/Scripts/webkitdirs.pm:
(determineIsCMakeBuild):
*
Tools/Scripts/webkitperl/webkitdirs_unittest/determineIsCMakeBuildLastBuiltASan.pl:
Added.
Canonical link: https://commits.webkit.org/316866@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications