Skip to content

Commit d0d1711

Browse files
committed
[SourceKit] Disable Windows testing for build_session test cases
1 parent 22f048e commit d0d1711

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/SourceKit/CodeComplete/complete_build_session.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ func test() {
44

55
}
66

7+
// UNSUPPORTED: OS=windows-msvc
8+
79
// -----------------------------------------------------------------------------
810
// Test that modifications for frameworks in '-Fsystem' doesn't affect the result.
911

test/SourceKit/Sema/sema_build_session.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ func test() {
1212
_ = swiftFunc()
1313
}
1414

15+
// UNSUPPORTED: OS=windows-msvc
16+
1517
// -----------------------------------------------------------------------------
1618
// Test that modifications for frameworks in '-Fsystem' doesn't affect the result.
1719

0 commit comments

Comments
 (0)