[clang-tools-extra] 5471d93 - Disable clangd/test/module_dependencies.test on Windows

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 10 04:06:27 PDT 2025


Author: Hans Wennborg
Date: 2025-06-10T13:04:51+02:00
New Revision: 5471d933af193eb2be4992428271cdcc7013599b

URL: https://github.com/llvm/llvm-project/commit/5471d933af193eb2be4992428271cdcc7013599b
DIFF: https://github.com/llvm/llvm-project/commit/5471d933af193eb2be4992428271cdcc7013599b.diff

LOG: Disable clangd/test/module_dependencies.test on Windows

The test fails (sometimes); see discussion on https://github.com/llvm/llvm-project/pull/142828

Added: 
    

Modified: 
    clang-tools-extra/clangd/test/module_dependencies.test

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/test/module_dependencies.test b/clang-tools-extra/clangd/test/module_dependencies.test
index 1023b2363c9fa..79306a73da435 100644
--- a/clang-tools-extra/clangd/test/module_dependencies.test
+++ b/clang-tools-extra/clangd/test/module_dependencies.test
@@ -1,8 +1,7 @@
 # A smoke test to check that a simple dependency chain for modules can work.
 #
-# FIXME: This fails on the Windows ARM64 build server. Not entirely sure why as it has been tested on
-#        an ARM64 Windows VM and appears to work there.
-# UNSUPPORTED: host=aarch64-pc-windows-msvc
+# FIXME: The test fails on Windows; see comments on https://github.com/llvm/llvm-project/pull/142828
+# UNSUPPORTED: system-windows
 #
 # RUN: rm -fr %t
 # RUN: mkdir -p %t


        


More information about the cfe-commits mailing list