-
Notifications
You must be signed in to change notification settings - Fork 107
Enable more windows test and fix some failing ones #158
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 test |
@swift-ci test |
331df12
to
8260339
Compare
@swift-ci test |
8260339
to
f62723e
Compare
@swift-ci test |
be17ff3
to
cff72bc
Compare
@swift-ci test |
cff72bc
to
5511471
Compare
@swift-ci test |
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.
The warningsAsWarningsGroup and warningAsErrorsGroups tests need to set CODE_SIGNING_ALLOWED to NO.
This contains a subset of the fixes in #158 to get to fully green, and also to try to debug discrepancies between Swift CI and my local machine.
@@ -1137,7 +1137,7 @@ fileprivate struct BuildOperationTests: CoreBasedTests { | |||
} | |||
|
|||
/// Check some cancellation related semantics. | |||
@Test | |||
@Test(.skipHostOS(.windows, "requires /usr/bin/yes")) |
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.
Oddly this fails for me locally, but not on CI (note #199 Windows build is passing). Maybe due to nondeterministic cancellation timing?
- fixed issue where a request to build a single output would fail on windows due to path separator differences used in llbuild manifest.
CustomTaskBuildOperationTest - fixes for windows
Hmm, this passes for me locally... is this failing in CI? |
@swift-ci test |
5511471
to
2c0915c
Compare
@swift-ci test |
@swift-ci test |
2728198
to
07e856e
Compare
@swift-ci test |
This contains a subset of the fixes in #158 to get to fully green, and also to try to debug discrepancies between Swift CI and my local machine.
Most changes are to the tests except one change in Sources/SWBBuildSystem/BuildOperation.swift where the path used needed to have posix paths separators also some update to the Windows.xcspec file
(rdar://142882894)