Skip to content

Use correct xctest path when debugging on Windows #972

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

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

plemarquand
Copy link
Contributor

The windows debug config was delegating to the macOS debugging config, which runs xctests through a prebuilt executable included in the toolchain. On Windows, like Linux, an xctest executable is built during swift test/swift build --build-tests. This should be used instead.

This patch brings the Windows config in line with what we do on Linux.

Issue: #970

The windows debug config was delegating to the macOS debugging config,
which runs xctests through a prebuilt executable included in the
toolchain. On Windows, like Linux, an xctest executable is built during
`swift test`/`swift build --build-tests`. This should be used instead.

This patch brings the Windows config in line with what we do on Linux.

Issue: swiftlang#970
Copy link
Contributor

@adam-fowler adam-fowler left a comment

Choose a reason for hiding this comment

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

Damn I should have caught that.

@plemarquand plemarquand merged commit fb7d741 into swiftlang:main Jul 18, 2024
8 checks passed
@plemarquand plemarquand deleted the windows-debugging branch July 18, 2024 16:33
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