Skip to content

Commit 89c3f47

Browse files
authored
Require build of StringProcessing for some Macros tests (swiftlang#84126)
Also mark them as not executable, since they don't call `%target-run`. This is needed in back deployment configurations where StringProcessing is not supported. Addresses rdar://159635486
1 parent b928c09 commit 89c3f47

5 files changed

+5
-5
lines changed

test/Macros/expand_on_imported.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: swift_swift_parser, executable_test, concurrency
1+
// REQUIRES: swift_swift_parser, concurrency, string_processing
22
// REQUIRES: swift_feature_MacrosOnImports
33

44
// RUN: %empty-directory(%t)

test/Macros/expand_on_imported_objc.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: swift_swift_parser, executable_test, objc_interop, concurrency
1+
// REQUIRES: swift_swift_parser, objc_interop, concurrency, string_processing
22
// REQUIRES: swift_feature_MacrosOnImports
33
// REQUIRES: OS=macosx
44

test/Macros/imported_type_error.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: swift_swift_parser, executable_test
1+
// REQUIRES: swift_swift_parser, string_processing
22
// REQUIRES: swift_feature_MacrosOnImports
33

44
// RUN: %empty-directory(%t)

test/Macros/print_clang_expand_on_imported.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: swift_swift_parser, executable_test, concurrency
1+
// REQUIRES: swift_swift_parser, concurrency, string_processing
22
// REQUIRES: swift_feature_MacrosOnImports
33

44
// RUN: %empty-directory(%t)

test/Macros/print_clang_expand_on_imported_objc.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: swift_swift_parser, executable_test, objc_interop, concurrency
1+
// REQUIRES: swift_swift_parser, objc_interop, concurrency, string_processing
22
// REQUIRES: swift_feature_MacrosOnImports
33

44
// RUN: %empty-directory(%t)

0 commit comments

Comments
 (0)