File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=T1 | %FileCheck %s -check-prefix=T1
1
+ // FIXME: Reenable USR verification (rdar://159844268)
2
+ // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=T1 -code-completion-verify-usr-to-decl=false | %FileCheck %s -check-prefix=T1
2
3
3
4
// REQUIRES: objc_interop
4
5
// REQUIRES: no_asan
Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=T1 | %FileCheck %s -check-prefix=T1
2
- // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=T2 | %FileCheck %s -check-prefix=T2
1
+ // FIXME: Reenable USR verification (rdar://159844268)
2
+ // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=T1 -code-completion-verify-usr-to-decl=false | %FileCheck %s -check-prefix=T1
3
+ // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=T2 -code-completion-verify-usr-to-decl=false | %FileCheck %s -check-prefix=T2
3
4
4
5
// REQUIRES: objc_interop
5
6
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: ln -s %sdk %t/sdk
3
3
4
- // RUN: %batch-code-completion %xcode-extra-platform-search-paths
4
+ // FIXME: Reenable USR verification (rdar://159844268)
5
+ // RUN: %batch-code-completion %xcode-extra-platform-search-paths -code-completion-verify-usr-to-decl=false
5
6
6
7
// Works if SDK is specified as a symlink too.
7
- // RUN: %batch-code-completion -sdk %t/sdk %xcode-extra-platform-search-paths
8
+ // RUN: %batch-code-completion -sdk %t/sdk %xcode-extra-platform-search-paths -code-completion-verify-usr-to-decl=false
8
9
9
10
// REQUIRES: OS=macosx
10
11
// rdar://131854240 - Make sure modules found in the platform dir are treated
You can’t perform that action at this time.
0 commit comments