You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add more verifications of the swiftbuild build system to ensure
correctness moving forward. Tag various discovered swift-build
integration issues with the tag `SWBINTTODO` with a general description
of the problem encountered to enable categorization for further
exploration activities.
### Motivation:
The swiftbuild integration has only the most basic smoke testing of its
functionality. Add more automated tests, and explicit skips where there
are functionality gaps that need to be addressed.
---------
Co-authored-by: Sam Khouri <[email protected]>
tryXCTSkipIf(type(of:self)==BuildPlanTestCase.self,"Pay no attention to the class behind the curtain.")
50
+
tryXCTSkipIf(type(of:self)==BuildPlanTestCase.self,"Skipping this test since it will be run in subclasses that will provide different build systems to test.")
tryXCTSkipIf(type(of:self)==APIDiffTestCase.self,"Skipping this test since it will be run in subclasses that will provide different build systems to test.")
31
+
}
32
+
28
33
@discardableResult
29
34
privatefunc execute(
30
35
_ args:[String],
@@ -34,7 +39,12 @@ final class APIDiffTests: CommandsTestCase {
0 commit comments