Skip to content

Conversation

@speednoisemovement
Copy link
Contributor

@speednoisemovement speednoisemovement commented Oct 28, 2025

While adding a new LLDB test, I realized every LLDB test that runs Swift is disabled or xfailed. In the case of my test and at least one other one (see swiftlang/llvm-project#9620), this is due to SDKROOT being unset. This manifests as a "unable to load standard library for target" error.

When paired with a forthcoming change (either swiftlang/llvm-project#11717 or #85202), I'm hopeful that we can re-enable many of the disabled tests.

Copy link
Member

@compnerd compnerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that doing this temporarily is fine; we really should be passing -sdk ... to the tests IMO.

@compnerd
Copy link
Member

@swift-ci please smoke test

@speednoisemovement
Copy link
Contributor Author

speednoisemovement commented Oct 30, 2025

I think that doing this temporarily is fine; we really should be passing -sdk ... to the tests IMO.

Take your pick!
swiftlang/llvm-project#11717
#85202

(or both? But actually, neither one of them get us out of needing SDKROOT too)

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.

2 participants