Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only link in the Bazel test observer when discovering tests. #1273

Conversation

brentleyjones
Copy link
Collaborator

Otherwise, the binary might link to XCTest when it otherwise isn't using it (strongly linking to @rpath/libXCTestSwiftSupport.dylib, which won't be found at runtime when not using the xctest launcher).

PiperOrigin-RevId: 471801873
(cherry picked from commit 5da9abd)

Otherwise, the binary might link to XCTest when it otherwise isn't using it (strongly linking to `@rpath/libXCTestSwiftSupport.dylib`, which won't be found at runtime when not using the `xctest` launcher).

PiperOrigin-RevId: 471801873
(cherry picked from commit 5da9abd)
@brentleyjones brentleyjones merged commit da3f04a into master Jun 24, 2024
14 checks passed
@brentleyjones brentleyjones deleted the bj/only-link-in-the-bazel-test-observer-when-discovering-tests branch June 24, 2024 21:58
brentleyjones referenced this pull request Oct 1, 2024
Otherwise, the binary might link to XCTest when it otherwise isn't using it (strongly linking to `@rpath/libXCTestSwiftSupport.dylib`, which won't be found at runtime when not using the `xctest` launcher).

PiperOrigin-RevId: 471801873
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants