[lld] r221504 - XFAIL elf/demangle.test on Windows.

Rui Ueyama ruiu at google.com
Thu Nov 6 17:30:49 PST 2014


Author: ruiu
Date: Thu Nov  6 19:30:49 2014
New Revision: 221504

URL: http://llvm.org/viewvc/llvm-project?rev=221504&view=rev
Log:
XFAIL elf/demangle.test on Windows.

Because LLD on that platform can't demangle symbols.

Modified:
    lld/trunk/test/elf/X86_64/demangle.test

Modified: lld/trunk/test/elf/X86_64/demangle.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/demangle.test?rev=221504&r1=221503&r2=221504&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/demangle.test (original)
+++ lld/trunk/test/elf/X86_64/demangle.test Thu Nov  6 19:30:49 2014
@@ -1,7 +1,9 @@
+# XFAIL: win32
+#
 # Check that the linker is able to demangle strings properly.
 # Once there is a way to add undefined symbols using yaml2obj, the test will be
 # changed.
-#
+
 RUN: lld -flavor gnu -target x86_64 %p/Inputs/undefcpp.o --noinhibit-exec 2>&1 | FileCheck -check-prefix=DEMANGLE %s
 RUN: lld -flavor gnu -target x86_64 %p/Inputs/undefcpp.o --noinhibit-exec --no-demangle 2>&1 | FileCheck -check-prefix=NODEMANGLE %s
 RUN: lld -flavor gnu -target x86_64 %p/Inputs/undefcpp.o --noinhibit-exec --demangle 2>&1 | FileCheck -check-prefix=DEMANGLE %s





More information about the llvm-commits mailing list