From 624987f631f24c2da9377f4dfa6c3102e48b21dc Mon Sep 17 00:00:00 2001 From: Eric Miotto Date: Fri, 5 Sep 2025 09:03:08 -0700 Subject: [PATCH] Require build of StringProcessing for some Macros tests Also mark them as not executable, since they don't call `%target-run`. This is needed back deployment configurations where StringProcessing is not supported. Addresses rdar://159635486 --- test/Macros/expand_on_imported.swift | 2 +- test/Macros/expand_on_imported_objc.swift | 2 +- test/Macros/imported_type_error.swift | 2 +- test/Macros/print_clang_expand_on_imported.swift | 2 +- test/Macros/print_clang_expand_on_imported_objc.swift | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/Macros/expand_on_imported.swift b/test/Macros/expand_on_imported.swift index 3ae05b8a872c2..7c524da930df7 100644 --- a/test/Macros/expand_on_imported.swift +++ b/test/Macros/expand_on_imported.swift @@ -1,4 +1,4 @@ -// REQUIRES: swift_swift_parser, executable_test, concurrency +// REQUIRES: swift_swift_parser, concurrency, string_processing // REQUIRES: swift_feature_MacrosOnImports // RUN: %empty-directory(%t) diff --git a/test/Macros/expand_on_imported_objc.swift b/test/Macros/expand_on_imported_objc.swift index d4a9258c40cdd..1f7d3eb9c7a7f 100644 --- a/test/Macros/expand_on_imported_objc.swift +++ b/test/Macros/expand_on_imported_objc.swift @@ -1,4 +1,4 @@ -// REQUIRES: swift_swift_parser, executable_test, objc_interop, concurrency +// REQUIRES: swift_swift_parser, objc_interop, concurrency, string_processing // REQUIRES: swift_feature_MacrosOnImports // REQUIRES: OS=macosx diff --git a/test/Macros/imported_type_error.swift b/test/Macros/imported_type_error.swift index a6dc68e47cb3e..c58734f7635f1 100644 --- a/test/Macros/imported_type_error.swift +++ b/test/Macros/imported_type_error.swift @@ -1,4 +1,4 @@ -// REQUIRES: swift_swift_parser, executable_test +// REQUIRES: swift_swift_parser, string_processing // REQUIRES: swift_feature_MacrosOnImports // RUN: %empty-directory(%t) diff --git a/test/Macros/print_clang_expand_on_imported.swift b/test/Macros/print_clang_expand_on_imported.swift index 869eefb9c8ea1..6003ebf0df3c1 100644 --- a/test/Macros/print_clang_expand_on_imported.swift +++ b/test/Macros/print_clang_expand_on_imported.swift @@ -1,4 +1,4 @@ -// REQUIRES: swift_swift_parser, executable_test, concurrency +// REQUIRES: swift_swift_parser, concurrency, string_processing // REQUIRES: swift_feature_MacrosOnImports // RUN: %empty-directory(%t) diff --git a/test/Macros/print_clang_expand_on_imported_objc.swift b/test/Macros/print_clang_expand_on_imported_objc.swift index bb49bd756841c..484a7a80a4069 100644 --- a/test/Macros/print_clang_expand_on_imported_objc.swift +++ b/test/Macros/print_clang_expand_on_imported_objc.swift @@ -1,4 +1,4 @@ -// REQUIRES: swift_swift_parser, executable_test, objc_interop, concurrency +// REQUIRES: swift_swift_parser, objc_interop, concurrency, string_processing // REQUIRES: swift_feature_MacrosOnImports // RUN: %empty-directory(%t)