[ELF] Add demangle test to XFAIL
authorShankar Easwaran <shankarke@gmail.com>
Mon, 20 Oct 2014 05:33:42 +0000 (05:33 +0000)
committerShankar Easwaran <shankarke@gmail.com>
Mon, 20 Oct 2014 05:33:42 +0000 (05:33 +0000)
This test is failing for some reason on freebsd.

Not sure why it should fail, need to investigate.

llvm-svn: 220185

lld/test/elf/X86_64/demangle.test

index 820e6be..9f2c825 100644 (file)
@@ -6,5 +6,6 @@ RUN: lld -flavor gnu -target x86_64 %p/Inputs/undefcpp.o --noinhibit-exec 2>&1 |
 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
 
+XFAIL: freebsd
 #DEMANGLE: undefcpp.o: foo(char const*)
 #NODEMANGLE: undefcpp.o: _Z3fooPKc