[llvm-branch-commits] [clang-tools-extra] 199e02a - Disable clangd/test/module_dependencies.test on Windows
Tom Stellard via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jun 12 11:46:28 PDT 2025
Author: Hans Wennborg
Date: 2025-06-12T11:45:14-07:00
New Revision: 199e02a3643318a16a0a7fdcc677ac55cf769fdb
URL: https://github.com/llvm/llvm-project/commit/199e02a3643318a16a0a7fdcc677ac55cf769fdb
DIFF: https://github.com/llvm/llvm-project/commit/199e02a3643318a16a0a7fdcc677ac55cf769fdb.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 llvm-branch-commits
mailing list