Skip to content

Conversation

@ilovepi
Copy link
Contributor

@ilovepi ilovepi commented Sep 30, 2025

This seems to have broken some buildbots for a long time, so just suppress it for now until we determine how/why.

This seems to have broken some buildbots for a long time, so
just suppress it for now until we determine how/why.
@llvmbot
Copy link
Member

llvmbot commented Sep 30, 2025

@llvm/pr-subscribers-clang-tools-extra

Author: Paul Kirth (ilovepi)

Changes

This seems to have broken some buildbots for a long time, so just suppress it for now until we determine how/why.


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

1 Files Affected:

  • (modified) clang-tools-extra/test/clang-doc/long-name.cpp (+2)
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

@ilovepi ilovepi enabled auto-merge (squash) September 30, 2025 19:36
@ilovepi ilovepi merged commit 8425004 into llvm:main Sep 30, 2025
11 checks passed
@ilovepi ilovepi deleted the disable-long-names-windows branch September 30, 2025 19:56
@vbvictor
Copy link
Contributor

Maybe there is a problem similar to described in #155318?

@ilovepi
Copy link
Contributor Author

ilovepi commented Sep 30, 2025

Maybe there is a problem similar to described in #155318?

Could be. We're looking at how to fix this moving forward. The tidy solution seems difficult to apply to clang-doc, since we don't encapsulate execution of the tests in a python script like that. I'm wondering if this works in the internal shell, since IIRC the pr that introduced that test passed on the GH action for windows...

mahesh-attarde pushed a commit to mahesh-attarde/llvm-project that referenced this pull request Oct 3, 2025
This seems to have broken some buildbots for a long time, so just
suppress it for now until we determine how/why.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants