From 8ab4e2ce25ce60041f321d3e2f2d60f092e956bb Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 11 Jun 2014 20:00:22 +0000 Subject: [PATCH] group-cmd-search test is not supposed to pass on Windows. llvm-svn: 210697 --- lld/test/elf/group-cmd-search.test | 8 ++++++++ 1 file changed, 8 insertions(+) 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