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

Fix improper test argument simplification #1186

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

plemarquand
Copy link
Contributor

If the user tried to run a test suite that had as many tests as there are test suites in the module we improperly simplified the test arguments to run all suites in the module.

This patch fixes this behaviour, and also introduces more robust tests.

Issue: #1183

@plemarquand plemarquand force-pushed the fix-child-suite-runs branch 3 times, most recently from a2b4fe2 to c0c2a76 Compare October 31, 2024 15:46
If the user tried to run a test suite that had as many tests as there
are test suites in the module we improperly simplified the test
arguments to run all suites in the module.

This patch fixes this behaviour, and also introduces more robust tests.

Issue: swiftlang#1183
@plemarquand plemarquand marked this pull request as ready for review October 31, 2024 17:01
@plemarquand plemarquand merged commit de3c2f3 into swiftlang:main Nov 1, 2024
8 checks passed
@plemarquand plemarquand deleted the fix-child-suite-runs branch November 1, 2024 14:53
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