Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7213978fbc70cca1cfaca0253962a1559277bf67
https://github.com/WebKit/WebKit/commit/7213978fbc70cca1cfaca0253962a1559277bf67
Author: Lauro Moura <[email protected]>
Date: 2026-09-21 (Mon, 21 Sep 2026)
Changed paths:
M Tools/Scripts/webkitpy/llvm_profile_utils.py
Log Message:
-----------
REGRESSION(321347@main) [webkitpy] FileNotFoundError on Linux when invoking
xcrun
https://bugs.webkit.org/show_bug.cgi?id=324736
Reviewed by Nikolas Zimmermann.
Passing check=False to subprocess.run avoids CalledProcessError but does
not prevent it from throwing other exceptions like OSError and its subclasses
FileNotFoundError, PermissionError.
* Tools/Scripts/webkitpy/llvm_profile_utils.py:
(locate_binary_xcrun):
Canonical link:
https://flagged.apple.com:443/proxy?t2=Dv2v5d3Bb7&o=aHR0cHM6Ly9jb21taXRzLndlYmtpdC5vcmcvMzIxNTQ5QG1haW4=&emid=101ed24f-f507-447f-adb0-41a2470b05ba&c=3
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications