-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add SwiftBuild coverage support #9162
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
Add SwiftBuild coverage support #9162
Conversation
@swift-ci test |
) | ||
func buildSystemOverrides( | ||
buildSystem: BuildSystemProvider.Kind, | ||
data: BuildData, |
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.
I don't think we should default to running all these tests in debug and release - the difference isn't relevant to many of them and it extends the runtime quite a bit
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.
#8984 could say otherwise :)
c3cfde3
to
281fb9c
Compare
@swift-ci test self hosted |
281fb9c
to
5a190d5
Compare
@swift-ci test |
5a190d5
to
6ef6eb4
Compare
@swift-ci test |
6ef6eb4
to
ff983fb
Compare
@swift-ci test |
@swift-ci test windows |
The macOS and Linux smoke builds failed for an infrastructure issue while cloning the dependant projects. Let's re-trigger them. @swift-ci test linux |
@swift-ci test macOS |
ff983fb
to
62a1f39
Compare
@swift-ci test |
@swift-ci test windows |
62a1f39
to
2d7b929
Compare
@swift-ci test |
2d7b929
to
a15f3a9
Compare
@swift-ci test |
The Windows self hosted pipeline failed with the following
Let's re-trigger @swift-ci test self hosted windows |
2059e18
to
f051004
Compare
@swift-ci test |
@swift-ci test windows |
The self hosted windows build timeout while executing the Swift Testing tests. let's re-trigger the build @swift-ci test self hosted windows |
f051004
to
36b6a41
Compare
@swift-ci test windows |
@swift-ci test macOS |
@swift-ci test linux |
@swift-ci test |
@swift-ci test linux |
Ensure the SwiftBuild build systam has feature parity with the Native build system as it relates to coverage. Fixes: swiftlang#9077 Fixes: swiftlang#9197 Issue: rdar://159461439
36b6a41
to
d9ff7df
Compare
@swift-ci test |
@swift-ci test macOS |
@swift-ci test |
@swift-ci test macOS |
@swift-ci test Linux |
This reverts commit acd7b00.
Ensure the SwiftBuild build system has feature parity with the Native build system as it relates to coverage.
Fixes: #9077
Fixes: #9197
Depends on: swiftlang/swift-build#844
Issue: rdar://159461439