[clang] Fix up UNSUPPORTED line in test originally set in #218572 and #218617 for rdar://185749574. (PR #218651)

via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 25 02:58:39 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang-ssaf

Author: Douglas Yung (dyung)

<details>
<summary>Changes</summary>

See discussion in #<!-- -->218617. 

---
Full diff: https://github.com/llvm/llvm-project/pull/218651.diff


3 Files Affected:

- (modified) clang/test/Analysis/Scalable/source-edit-generation/coexistence.cpp (+1-1) 
- (modified) clang/test/Analysis/Scalable/source-edit-generation/happy-path.cpp (+1-1) 
- (modified) clang/test/Analysis/Scalable/source-edit-generation/write-failure.cpp (+1-1) 


``````````diff
diff --git a/clang/test/Analysis/Scalable/source-edit-generation/coexistence.cpp b/clang/test/Analysis/Scalable/source-edit-generation/coexistence.cpp
index 29ff2df5b0e74..410022caaa3a9 100644
--- a/clang/test/Analysis/Scalable/source-edit-generation/coexistence.cpp
+++ b/clang/test/Analysis/Scalable/source-edit-generation/coexistence.cpp
@@ -6,7 +6,7 @@
 
 // REQUIRES: plugins
 
-// UNSUPPORTED: *
+// UNSUPPORTED: target={{.*}}
 
 // RUN: rm -rf %t && mkdir -p %t
 // RUN: %clang_cc1 -load %llvmshlibdir/SSAFTestTransformationPlugin%pluginext \
diff --git a/clang/test/Analysis/Scalable/source-edit-generation/happy-path.cpp b/clang/test/Analysis/Scalable/source-edit-generation/happy-path.cpp
index 8196fa0f368dc..a0e6ab0de7a88 100644
--- a/clang/test/Analysis/Scalable/source-edit-generation/happy-path.cpp
+++ b/clang/test/Analysis/Scalable/source-edit-generation/happy-path.cpp
@@ -7,7 +7,7 @@
 
 // REQUIRES: plugins
 
-// UNSUPPORTED: *
+// UNSUPPORTED: target={{.*}}
 
 
 // RUN: rm -rf %t && mkdir -p %t
diff --git a/clang/test/Analysis/Scalable/source-edit-generation/write-failure.cpp b/clang/test/Analysis/Scalable/source-edit-generation/write-failure.cpp
index 9681b7b76ec3e..4c077702b1014 100644
--- a/clang/test/Analysis/Scalable/source-edit-generation/write-failure.cpp
+++ b/clang/test/Analysis/Scalable/source-edit-generation/write-failure.cpp
@@ -5,7 +5,7 @@
 
 // REQUIRES: plugins
 
-// UNSUPPORTED: *
+// UNSUPPORTED: target={{.*}}
 
 // RUN: rm -rf %t && mkdir -p %t
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/218651


More information about the cfe-commits mailing list