-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Tests: Migrate BuildSystemDelegateTests to Swift Testing and augment #9013
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
Tests: Migrate BuildSystemDelegateTests to Swift Testing and augment #9013
Conversation
Migrate the `CFamilyTargetTests` test to Swift Testing and augment the test to run against both the Native and SwiftBUild build system, in addition to the `debug` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate the `MiscellaneousTests` suite to Swift Testing and augment the test to run against both the Native and SwiftBuild build system, in addition to the `debug`` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate the `CFamilyTargetTests` test to Swift Testing and augment the test to run against both the Native and SwiftBUild build system, in addition to the `debug` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate the `MiscellaneousTests` suite to Swift Testing and augment the test to run against both the Native and SwiftBuild build system, in addition to the `debug`` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
9138b4e
to
de08c6b
Compare
@swift-ci test |
Migrate the `MiscellaneousTests` suite to Swift Testing and augment the test to run against both the Native and SwiftBuild build system, in addition to the `debug`` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate the `CFamilyTargetTests` test to Swift Testing and augment the test to run against both the Native and SwiftBUild build system, in addition to the `debug` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
de08c6b
to
a93de57
Compare
Migrate the `CFamilyTargetTests` test to Swift Testing and augment the test to run against both the Native and SwiftBUild build system, in addition to the `debug` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
@swift-ci test |
Migrate the `MiscellaneousTests` suite to Swift Testing and augment the test to run against both the Native and SwiftBuild build system, in addition to the `debug`` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
a93de57
to
820cce2
Compare
@swift-ci test |
@swift-ci test windows |
The Windows Self hosted pipeline failed with
@swift-ci test self hosted windows |
Migrate the `PluginsBuildPlanTests` suite to Swift Testing and, where applicable, augment the test to run against both the Native and SwiftBuild build system, in addition to the `debug` and `release` build configurations. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
@swift-ci test self hosted windows |
820cce2
to
bef8698
Compare
@swift-ci test |
@swift-ci test windows |
@swift-ci test self hosted windows |
bef8698
to
4c86ed7
Compare
@swift-ci test |
Migrate the `PluginsBuildPlanTests` suite to Swift Testing and, where applicable, augment the test to run against both the Native and SwiftBuild build system, in addition to the `debug` and `release` build configurations. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate the `MiscellaneousTests` suite to Swift Testing and augment the test to run against both the Native and SwiftBuild build system, in addition to the `debug`` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate the `MiscellaneousTests` suite to Swift Testing and augment the test to run against both the Native and SwiftBuild build system, in addition to the `debug`` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate the `BuildSystemDelegateTests` test to Swift Testing and augment the test to run against both the Native and SwiftBUild build system, in addition to the `debug`` and `release` build configuration. Depends on: swiftlang#9012 Relates to: swiftlang#8997 issue: rdar://157669245
4c86ed7
to
84e8f44
Compare
@swift-ci test self hosted |
Migrate the `MiscellaneousTests` suite to Swift Testing and augment the test to run against both the Native and SwiftBuild build system, in addition to the `debug`` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate the `PluginsBuildPlanTests` suite to Swift Testing and, where applicable, augment the test to run against both the Native and SwiftBuild build system, in addition to the `debug` and `release` build configurations. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate the `CFamilyTargetTests` test to Swift Testing and augment the test to run against both the Native and SwiftBUild build system, in addition to the `debug` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
@swift-ci test self hosted windows |
@swift-ci test |
@swift-ci test windows |
Migrate the `PluginsBuildPlanTests` suite to Swift Testing and, where applicable, augment the test to run against both the Native and SwiftBuild build system, in addition to the `debug` and `release` build configurations. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate the `CFamilyTargetTests` test to Swift Testing and augment the test to run against both the Native and SwiftBUild build system, in addition to the `debug` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate the `CFamilyTargetTests` test to Swift Testing and augment the test to run against both the Native and SwiftBUild build system, in addition to the `debug` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
let (stdout, stderr) = try await executeSwiftBuild( | ||
fixturePath, | ||
configuration: data.config, | ||
// extraArgs: ["--verbose"], |
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.
nit: can we remove this comment?
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'll remove it in a subsequent PR.
Migrate the `CFamilyTargetTests` test to Swift Testing and augment the test to run against both the Native and SwiftBUild build system, in addition to the `debug` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate the `PluginsBuildPlanTests` suite to Swift Testing and, where applicable, augment the test to run against both the Native and SwiftBuild build system, in addition to the `debug` and `release` build configurations. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate the `MiscellaneousTests` suite to Swift Testing and augment the test to run against both the Native and SwiftBuild build system, in addition to the `debug`` and `release` build configuration. Depends on: swiftlang#9013 Relates to: swiftlang#8997 issue: rdar://157669245
Migrate the
BuildSystemDelegateTests
test to Swift Testing and augment the test to run against both the Native and SwiftBUild build system, in addition to thedebug
andrelease
build configuration.Depends on: #9012
Relates to: #8997
issue: rdar://157669245