Skip to content

Fix debugging entire XCTest targets #1209

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
Nov 20, 2024

Conversation

plemarquand
Copy link
Contributor

When right clicking a test target and debugging the tests, no XCTests are run.

The test run argument simplification code would simplify too much when debugging a test target; the xctest binary does not accept a test target as an -XCTest argument. Only fully specified test names or test suites are permitted.

Issue: #1207

When right clicking a test target and debugging the tests, no XCTests
are run.

The test run argument simplification code would simplify too much when
debugging a test target; the `xctest` binary does not accept a test
target as an `-XCTest` argument. Only fully specified test names or test
suites are permitted.

Issue: swiftlang#1207
Copy link
Contributor

@award999 award999 left a comment

Choose a reason for hiding this comment

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

LGTM

@plemarquand plemarquand merged commit 075db6f into swiftlang:main Nov 20, 2024
15 checks passed
@plemarquand plemarquand deleted the debugging-test-targets-fix branch November 20, 2024 16:40
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