Author: Paul Kirth Date: 2025-09-30T19:42:47Z New Revision: 8425004ce65abc34c6f55fbf751f101536e9c07d
URL: https://github.com/llvm/llvm-project/commit/8425004ce65abc34c6f55fbf751f101536e9c07d DIFF: https://github.com/llvm/llvm-project/commit/8425004ce65abc34c6f55fbf751f101536e9c07d.diff LOG: [clang-doc] Suppress long-name test on windows (#161424) This seems to have broken some buildbots for a long time, so just suppress it for now until we determine how/why. Added: Modified: clang-tools-extra/test/clang-doc/long-name.cpp Removed: ################################################################################ diff --git a/clang-tools-extra/test/clang-doc/long-name.cpp b/clang-tools-extra/test/clang-doc/long-name.cpp index db96fc4aebe5a..e29c468ecc4da 100644 --- a/clang-tools-extra/test/clang-doc/long-name.cpp +++ b/clang-tools-extra/test/clang-doc/long-name.cpp @@ -1,3 +1,5 @@ +// FIXME: This test seems to break on windows, so disable it for now. +// UNSUPPORTED: system-windows // RUN: rm -rf %t && mkdir -p %t // RUN: clang-doc --output=%t --format=mustache --executor=standalone %s // RUN: ls %t/json | FileCheck %s -check-prefix=CHECK-JSON _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
