Author: Douglas Yung Date: 2026-08-25T06:15:39-04:00 New Revision: 4c7637ce6a88118ec1c993d06a49983cd41adbc1
URL: https://github.com/llvm/llvm-project/commit/4c7637ce6a88118ec1c993d06a49983cd41adbc1 DIFF: https://github.com/llvm/llvm-project/commit/4c7637ce6a88118ec1c993d06a49983cd41adbc1.diff LOG: Fix up UNSUPPORTED line in test originally set in #218572 and #218617 for rdar://185749574. (#218651) Added: Modified: clang/test/Analysis/Scalable/source-edit-generation/coexistence.cpp clang/test/Analysis/Scalable/source-edit-generation/happy-path.cpp clang/test/Analysis/Scalable/source-edit-generation/write-failure.cpp Removed: ################################################################################ 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
