Skip to content

Commit 6116f7d

Browse files
committed
[CodeCompletion] Disable fast-completion dependecy checking test cases
while investigating. rdar://problem/62923248
1 parent 5b10c5f commit 6116f7d

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)