Skip to content

Tests: Conditionally skip the Archiver tests #8601

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

Conversation

bkhouri
Copy link
Contributor

@bkhouri bkhouri commented May 1, 2025

The Archiver tests has a dependency on a system binary being available on the host. Update the archiver test to skip the test is the required executable is not available on the system.

Fixes: #8586
Issue: rdar://150414402
Required for: swiftlang/swift#80405

@bkhouri bkhouri force-pushed the t/main/gh8586_rdar150414402_add_test_helper_to_verify_tool_available_on_system branch from d017c57 to 48d40e7 Compare May 1, 2025 16:31
The Archiver tests has a dependency on a system binary being available
on the host.  Update the archiver test to skip the test is the required
executable is not available on the system.

Fixes: swiftlang#8586
Issue: rdar://150414402
@bkhouri bkhouri force-pushed the t/main/gh8586_rdar150414402_add_test_helper_to_verify_tool_available_on_system branch from 48d40e7 to 3a8c7f4 Compare May 1, 2025 16:33
@bkhouri
Copy link
Contributor Author

bkhouri commented May 1, 2025

swiftlang/swift#80405

@swift-ci test

@bkhouri
Copy link
Contributor Author

bkhouri commented May 1, 2025

@swift-ci test

@bkhouri bkhouri merged commit c5582fb into swiftlang:main May 1, 2025
6 checks passed
@bkhouri bkhouri deleted the t/main/gh8586_rdar150414402_add_test_helper_to_verify_tool_available_on_system branch May 2, 2025 02:09
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.

Skip tests that require tar if the binary is not available on the path
2 participants