Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions test/SourceKit/CodeComplete/complete_checkdeps_bridged.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ func foo() {
/*HERE*/
}

// REQUIRES: rdar62923248
// REQUIRES: shell

// RUN: %empty-directory(%t/Frameworks)
Expand Down Expand Up @@ -36,8 +35,8 @@ func foo() {
// RUN: -req=complete -pos=5:3 %s -- ${COMPILER_ARGS[@]} == \

// RUN: -shell -- echo '### Modify bridging header library file' == \
// RUN: -shell -- cp -R $INPUT_DIR/MyProject_mod/LocalCFunc.h %t/MyProject/ == \
// RUN: -shell -- sleep $SLEEP_TIME == \
// RUN: -shell -- cp -R $INPUT_DIR/MyProject_mod/LocalCFunc.h %t/MyProject/ == \
// RUN: -req=complete -pos=5:3 %s -- ${COMPILER_ARGS[@]} == \

// RUN: -shell -- echo '### Fast completion' == \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ func foo() {
/*HERE*/
}

// REQUIRES: rdar62923248
// REQUIRES: shell

// RUN: %empty-directory(%t/Frameworks)
Expand Down Expand Up @@ -36,8 +35,8 @@ func foo() {
// RUN: -req=complete -pos=5:3 %s -- ${COMPILER_ARGS[@]} == \

// RUN: -shell -- echo '### Modify framework (c)' == \
// RUN: -shell -- cp -R $INPUT_DIR/ClangFW.framework_mod/* %t/Frameworks/ClangFW.framework/ == \
// RUN: -shell -- sleep $SLEEP_TIME == \
// RUN: -shell -- cp -R $INPUT_DIR/ClangFW.framework_mod/* %t/Frameworks/ClangFW.framework/ == \
// RUN: -req=complete -pos=5:3 %s -- ${COMPILER_ARGS[@]} == \

// RUN: -shell -- echo '### Fast completion' == \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ func foo() {
/*HERE*/
}

// REQUIRES: rdar62923248
// REQUIRES: shell

// RUN: %empty-directory(%t/Frameworks)
Expand Down Expand Up @@ -36,8 +35,8 @@ func foo() {
// RUN: -req=complete -pos=5:3 %s -- ${COMPILER_ARGS[@]} == \

// RUN: -shell -- echo "### Modify local library file" == \
// RUN: -shell -- cp -R $INPUT_DIR/MyProject_mod/Library.swift %t/MyProject/ == \
// RUN: -shell -- sleep $SLEEP_TIME == \
// RUN: -shell -- cp -R $INPUT_DIR/MyProject_mod/Library.swift %t/MyProject/ == \
// RUN: -req=complete -pos=5:3 %s -- ${COMPILER_ARGS[@]} == \

// RUN: -shell -- echo '### Fast completion' == \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ func foo() {
/*HERE*/
}

// REQUIRES: rdar62923248
// REQUIRES: shell

// RUN: %empty-directory(%t/Frameworks)
Expand Down Expand Up @@ -36,8 +35,8 @@ func foo() {
// RUN: -req=complete -pos=5:3 %s -- ${COMPILER_ARGS[@]} == \

// RUN: -shell -- echo '### Modify framework (s)' == \
// RUN: -shell -- %target-swift-frontend -emit-module -module-name SwiftFW -o %t/Frameworks/SwiftFW.framework/Modules/SwiftFW.swiftmodule/%target-swiftmodule-name $INPUT_DIR/SwiftFW_src_mod/Funcs.swift == \
// RUN: -shell -- sleep $SLEEP_TIME == \
// RUN: -shell -- %target-swift-frontend -emit-module -module-name SwiftFW -o %t/Frameworks/SwiftFW.framework/Modules/SwiftFW.swiftmodule/%target-swiftmodule-name $INPUT_DIR/SwiftFW_src_mod/Funcs.swift == \
// RUN: -req=complete -pos=5:3 %s -- ${COMPILER_ARGS[@]} == \

// RUN: -shell -- echo '### Fast completion' == \
Expand Down