[lld] r210697 - group-cmd-search test is not supposed to pass on Windows.

Rui Ueyama ruiu at google.com
Wed Jun 11 13:00:22 PDT 2014


Author: ruiu
Date: Wed Jun 11 15:00:22 2014
New Revision: 210697

URL: http://llvm.org/viewvc/llvm-project?rev=210697&view=rev
Log:
group-cmd-search test is not supposed to pass on Windows.

Modified:
    lld/trunk/test/elf/group-cmd-search.test

Modified: lld/trunk/test/elf/group-cmd-search.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/group-cmd-search.test?rev=210697&r1=210696&r2=210697&view=diff
==============================================================================
--- lld/trunk/test/elf/group-cmd-search.test (original)
+++ lld/trunk/test/elf/group-cmd-search.test Wed Jun 11 15:00:22 2014
@@ -1,4 +1,12 @@
 /*
+  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
   a difference in the files look up algorithm.





More information about the llvm-commits mailing list