From 5471d933af193eb2be4992428271cdcc7013599b Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 10 Jun 2025 13:04:51 +0200 Subject: [PATCH] Disable clangd/test/module_dependencies.test on Windows The test fails (sometimes); see discussion on https://github.com/llvm/llvm-project/pull/142828 --- clang-tools-extra/clangd/test/module_dependencies.test | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/clang-tools-extra/clangd/test/module_dependencies.test b/clang-tools-extra/clangd/test/module_dependencies.test index 1023b2363c9f..79306a73da43 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