-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
libstd Process tests depend on msys programs on windows #38565
Comments
It's probably best for the test suite to run it's own binaries for testing processes, but in the short term we can just make their names unix/windows-specific. |
The task here should be simple. Identify equivalent windows system exes to call for the failing tests and use cfgs to enable them on windows. |
i can work on this. |
All |
@petrochenkov oh my plan with |
Some status update: This is a bad idea. |
If you don't have some sort of msys in your PATH, then the libstd process tests will fail because they attempt to spawn programs that don't exist on Windows by default.
The text was updated successfully, but these errors were encountered: