[lld] r206432 - Silence the test failure on FreeBSD for now.

Rui Ueyama ruiu at google.com
Wed Apr 16 17:55:54 PDT 2014


Author: ruiu
Date: Wed Apr 16 19:55:54 2014
New Revision: 206432

URL: http://llvm.org/viewvc/llvm-project?rev=206432&view=rev
Log:
Silence the test failure on FreeBSD for now.

It's hard to debug this failure on remote machine only with lit logs.
I'm trying to reproduce it locally on a FreeBSD machine.

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

Modified: lld/trunk/test/elf/X86_64/defsym.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/defsym.test?rev=206432&r1=206431&r2=206432&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/defsym.test (original)
+++ lld/trunk/test/elf/X86_64/defsym.test Wed Apr 16 19:55:54 2014
@@ -1,3 +1,5 @@
+XFAIL: freebsd
+
 RUN: lld -flavor gnu -target x86_64 --defsym=main=fn --noinhibit-exec \
 RUN:   %p/Inputs/fn.o -o %t
 RUN: llvm-readobj -symbols %t | FileCheck %s





More information about the llvm-commits mailing list