[lld] r192273 - [test] Just use the exit code from the test for now.

Rui Ueyama ruiu at google.com
Tue Oct 8 21:39:50 PDT 2013


This test does not fail on my machine. What error are you trying to fix?


On Tue, Oct 8, 2013 at 9:30 PM, Shankar Easwaran <shankare at codeaurora.org>wrote:

> Author: shankare
> Date: Tue Oct  8 23:30:17 2013
> New Revision: 192273
>
> URL: http://llvm.org/viewvc/llvm-project?rev=192273&view=rev
> Log:
> [test] Just use the exit code from the test for now.
>
> Will fix this in later commits. Not sure why the regex is not passing.
>
> Modified:
>     lld/trunk/test/elf/X86_64/startGroupEndGroup.test
>
> Modified: lld/trunk/test/elf/X86_64/startGroupEndGroup.test
> URL:
> http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/startGroupEndGroup.test?rev=192273&r1=192272&r2=192273&view=diff
>
> ==============================================================================
> --- lld/trunk/test/elf/X86_64/startGroupEndGroup.test (original)
> +++ lld/trunk/test/elf/X86_64/startGroupEndGroup.test Tue Oct  8 23:30:17
> 2013
> @@ -17,11 +17,8 @@ RUN: %p/Inputs/group/fn1.o --end-group -
>  RUN: lld -flavor gnu -target x86_64 %p/Inputs/group/1.o --start-group \
>  RUN: --whole-archive %p/Inputs/group/libfn.a --no-whole-archive
> %p/Inputs/group/libfn1.a --end-group -o %t3
>
> -RUN: FileCheck --check-prefix=UNRESOLVED %s < %t.err
>  RUN: llvm-nm %t1 | FileCheck -check-prefix=RESOLVEDEXTERNAL %s
>  RUN: llvm-nm %t2 | FileCheck -check-prefix=RESOLVEDEXTERNAL %s
>  RUN: llvm-nm %t3 | FileCheck -check-prefix=RESOLVEDEXTERNAL %s
>
> -UNRESOLVED: Undefined Symbol: {{[\/0-9A-Za-z_\-\.]+}}libfn1.a(fn1.o) : fn2
> -
>  RESOLVEDEXTERNAL: {{[0-9a-z]+}} T fn2
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131008/3827002e/attachment.html>


More information about the llvm-commits mailing list