Skip to content

Commit dcacc59

Browse files
committed
[test] Disable USR verification for a couple of SDK completion tests
rdar://159844268
1 parent 43fa4a4 commit dcacc59

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

validation-test/IDE/complete_from_cocoa.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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

validation-test/IDE/complete_from_cocoa_2.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

validation-test/IDE/complete_sdk_platform.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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

0 commit comments

Comments
 (0)