Bug 249963 - REGRESSION (258266@main): LayoutTestHelper gets installed to a wrong path on iOS
Summary: REGRESSION (258266@main): LayoutTestHelper gets installed to a wrong path on iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-12-30 18:29 PST by Alexey Proskuryakov
Modified: 2022-12-30 19:08 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2022-12-30 18:29:28 PST
258266@main simplified INSTALL_PATH for LayoutTestHelper under the assumption that it's only installed on macOS. But the Xcode project itself overrode SKIP_INSTALL, despite what the xcconfig said. This effectively reverts this part of the change, also removing the project override.
Comment 1 Radar WebKit Bug Importer 2022-12-30 18:29:42 PST
<rdar://problem/103784296>
Comment 2 Alexey Proskuryakov 2022-12-30 18:31:57 PST
Pull request: https://github.com/WebKit/WebKit/pull/8110
Comment 3 EWS 2022-12-30 19:08:05 PST
Committed 258365@main (e961efa584fb): <https://commits.webkit.org/258365@main>

Reviewed commits have been landed. Closing PR #8110 and removing active labels.