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
23
34// REQUIRES: objc_interop
45// 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
34
45// REQUIRES: objc_interop
56
Original file line number Diff line number Diff line change 11// RUN: %empty-directory(%t)
22// RUN: ln -s %sdk %t/sdk
33
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
56
67// 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
89
910// REQUIRES: OS=macosx
1011// rdar://131854240 - Make sure modules found in the platform dir are treated
You can’t perform that action at this time.
0 commit comments