-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Tests: adjust the BuildPlanTests for Windows #6682
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
@swift-ci please smoke test |
6648670
to
76942a6
Compare
@swift-ci please smoke test |
@swift-ci please test Windows platform |
76942a6
to
4a50ede
Compare
@swift-ci please smoke test |
4a50ede
to
132e306
Compare
@swift-ci please smoke test |
@swift-ci please test Windows platform |
132e306
to
f6e32d1
Compare
@swift-ci please smoke test |
f6e32d1
to
0209644
Compare
@swift-ci please smoke test |
The Windows toolchain does not find the default linker by default as that requires the sourcing of Visual Studio's scripts to setup the environment. Adjust the tests to explicitly specify the linker to ensure that the toolchain is usable on Windows without constraint on the environment. While in the area, adjust the expectations to account for platform path spellings. This allows us to pass these tests on Windows now. Adjust the path representation to account for Windows to allow the matching to succeed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thank you! 👍
0209644
to
8228314
Compare
@swift-ci please smoke test |
@swift-ci test windows |
The Windows toolchain does not find the default linker by default as
that requires the sourcing of Visual Studio's scripts to setup the
environment. Adjust the tests to explicitly specify the linker to
ensure that the toolchain is usable on Windows without constraint on the
environment. While in the area, adjust the expectations to account for
platform path spellings. This allows us to pass these tests on Windows
now.
Adjust the path representation to account for Windows to allow the
matching to succeed.