Skip to content

Commit da1a025

Browse files
zmodemrorth
authored andcommitted
Disable clangd/test/module_dependencies.test on Windows
The test fails (sometimes); see discussion on llvm#142828
1 parent 47e1826 commit da1a025

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# A smoke test to check that a simple dependency chain for modules can work.
22
#
3-
# FIXME: This fails on the Windows ARM64 build server. Not entirely sure why as it has been tested on
4-
# an ARM64 Windows VM and appears to work there.
5-
# UNSUPPORTED: host=aarch64-pc-windows-msvc
3+
# FIXME: The test fails on Windows; see comments on https://github.com/llvm/llvm-project/pull/142828
4+
# UNSUPPORTED: system-windows
65
#
76
# RUN: rm -fr %t
87
# RUN: mkdir -p %t

0 commit comments

Comments
 (0)