-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Tests: Migrate Test Command Tests to Swift Testing #8835
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
base: main
Are you sure you want to change the base?
Tests: Migrate Test Command Tests to Swift Testing #8835
Conversation
@swift-ci test |
5f43df8
to
17f82cb
Compare
@swift-ci test |
17f82cb
to
5524f9b
Compare
@swift-ci test |
5524f9b
to
a99aa08
Compare
@swift-ci test |
a99aa08
to
b873fa3
Compare
@swift-ci test |
@@ -59,54 +59,3 @@ extension Trait where Self == Testing.ConditionTrait { | |||
} | |||
} | |||
} | |||
|
|||
extension Trait where Self == Testing.Bug { |
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.
This was moved to SwiftTesting+TraitsBug.swift
bug(nil, id: 0, comment) | ||
} | ||
} | ||
extension Tag { |
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.
This was moved, and expanded, to SwiftTesting+Tags.swift
try XCTSkipIf(type(of: self) == TestCommandTestCase.self, "Skipping this test since it will be run in subclasses that will provide different build systems to test.") | ||
} | ||
@Suite( | ||
// .serialized, // to limit the number of swift executable running. |
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.
chore: consider removing this., or enabling .serialized
@swift-ci test windows |
Migrate the Test Command Tests to Swift Testing. Make use of the parameterized tests to reduce duplication and use to get signal when tests have been fixed.
b873fa3
to
5d6e011
Compare
@swift-ci test |
@swift-ci test windows |
Migrate the Test Command Tests to Swift Testing. Make use of the parameterized tests to reduce duplication and use to get signal when tests have been fixed.