-
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
@swift-ci test windows |
b873fa3
to
5d6e011
Compare
@swift-ci test |
@swift-ci test windows |
5d6e011
to
6fd763a
Compare
@swift-ci test |
@swift-ci test windows |
@swift-ci test self hosted |
@swift-ci test linux |
6fd763a
to
ed8909a
Compare
@swift-ci test |
@swift-ci test windows |
ed8909a
to
fe6c5d4
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.
fe6c5d4
to
85a050c
Compare
@swift-ci test |
@swift-ci test windows |
@swift-ci test self hosted windows Need to get additional signal of which tests are intermittently failing |
@swift-ci test self hosted 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.