diff --git a/lld/test/elf/group-cmd-search.test b/lld/test/elf/group-cmd-search.test index df86e940456c..8b959774335e 100644 --- a/lld/test/elf/group-cmd-search.test +++ b/lld/test/elf/group-cmd-search.test @@ -1,3 +1,11 @@ +/* + XFAIL: win32 + + This test does not pass on Windows because a path starting with + "/" is not considered as an absolute path. (It needs a drive + letter.) +*/ + /* In general the linker scripts's GROUP command works like a pair of command line options --start-group/--end-group. But there is