Skip to content

Commit c5280c8

Browse files
authored
Merge pull request swiftlang#31916 from rintaro/sourcekit-disabletest-rdar62923248
[CodeCompletion] Disable fast-completion dependecy checking test cases
2 parents 9ee5911 + 6116f7d commit c5280c8

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

test/SourceKit/CodeComplete/complete_checkdeps_bridged.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ func foo() {
55
/*HERE*/
66
}
77

8+
// REQUIRES: rdar62923248
89
// REQUIRES: shell
910

1011
// RUN: %empty-directory(%t/Frameworks)

test/SourceKit/CodeComplete/complete_checkdeps_clangmodule.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ func foo() {
55
/*HERE*/
66
}
77

8+
// REQUIRES: rdar62923248
89
// REQUIRES: shell
910

1011
// RUN: %empty-directory(%t/Frameworks)

test/SourceKit/CodeComplete/complete_checkdeps_otherfile.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ func foo() {
55
/*HERE*/
66
}
77

8+
// REQUIRES: rdar62923248
89
// REQUIRES: shell
910

1011
// RUN: %empty-directory(%t/Frameworks)

test/SourceKit/CodeComplete/complete_checkdeps_swiftmodule.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ func foo() {
55
/*HERE*/
66
}
77

8+
// REQUIRES: rdar62923248
89
// REQUIRES: shell
910

1011
// RUN: %empty-directory(%t/Frameworks)

0 commit comments

Comments
 (0)