[clang-tools-extra] [clang-doc] Suppress long-name test on windows (PR #161424)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 30 13:34:06 PDT 2025


ilovepi wrote:

> 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...

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


More information about the cfe-commits mailing list