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

See discussion in #218617. 

>From 26e765a559fc51c62fe73190f762fa8ccd704525 Mon Sep 17 00:00:00 2001
From: Douglas Yung <[email protected]>
Date: Tue, 25 Aug 2026 16:54:13 +0700
Subject: [PATCH] Fix up UNSUPPORTED line in test originally set in #218572 and
 #218617 for rdar://185749574.

---
 .../Analysis/Scalable/source-edit-generation/coexistence.cpp    | 2 +-
 .../Analysis/Scalable/source-edit-generation/happy-path.cpp     | 2 +-
 .../Analysis/Scalable/source-edit-generation/write-failure.cpp  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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
 

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to