File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1010//
1111//===----------------------------------------------------------------------===//
1212
13+ import PackageModel
1314import SPMTestSupport
1415import XCTest
1516
1617import var TSCBasic. localFileSystem
1718
1819final class BuildSystemDelegateTests : XCTestCase {
1920 func testDoNotFilterLinkerDiagnostics( ) throws {
21+ try XCTSkipIf ( !UserToolchain. default. supportsSDKDependentTests ( ) , " skipping because test environment doesn't support this test " )
2022 try fixture ( name: " Miscellaneous/DoNotFilterLinkerDiagnostics " ) { fixturePath in
2123 #if !os(macOS)
2224 // These linker diagnostics are only produced on macOS.
@@ -28,6 +30,7 @@ final class BuildSystemDelegateTests: XCTestCase {
2830 }
2931
3032 func testFilterNonFatalCodesignMessages( ) throws {
33+ try XCTSkipIf ( !UserToolchain. default. supportsSDKDependentTests ( ) , " skipping because test environment doesn't support this test " )
3134 // Note: we can re-use the `TestableExe` fixture here since we just need an executable.
3235 try fixture ( name: " Miscellaneous/TestableExe " ) { fixturePath in
3336 _ = try executeSwiftBuild ( fixturePath)
You can’t perform that action at this time.
0 commit comments