[llvm-commits] XFail on alpha

Andrew Lenharth alenhar2 at cs.uiuc.edu
Mon Oct 31 11:06:44 PST 2005


> Changes in directory llvm/test/Regression/Archive:
> 
> ranlib_GNU.ll updated: 1.6 -> 1.7
> ranlib_SVR4.ll updated: 1.6 -> 1.7
> ranlib_xpg4.ll updated: 1.6 -> 1.7
> ---
> Log message:
> 
> these tests fail on alpha for some reason

These only fail on old gcc/ld versions.  They pass on both of my more up
to date testers.

> ---
> Diffs of the changes:  (+6 -0)
> 
>  ranlib_GNU.ll  |    2 ++
>  ranlib_SVR4.ll |    2 ++
>  ranlib_xpg4.ll |    2 ++
>  3 files changed, 6 insertions(+)
> 
> 
> Index: llvm/test/Regression/Archive/ranlib_GNU.ll
> diff -u llvm/test/Regression/Archive/ranlib_GNU.ll:1.6 llvm/test/Regression/Archive/ranlib_GNU.ll:1.7
> --- llvm/test/Regression/Archive/ranlib_GNU.ll:1.6	Sat Nov 27 00:44:10 2004
> +++ llvm/test/Regression/Archive/ranlib_GNU.ll	Mon Oct 31 10:15:49 2005
> @@ -5,3 +5,5 @@
>  ;RUN: llvm-ranlib %t.GNU.a
>  ;RUN: llvm-ar t %t.GNU.a > %t1
>  ;RUN: diff %t1 %p/GNU.toc
> +
> +; XFAIL: alpha
> 
> 
> Index: llvm/test/Regression/Archive/ranlib_SVR4.ll
> diff -u llvm/test/Regression/Archive/ranlib_SVR4.ll:1.6 llvm/test/Regression/Archive/ranlib_SVR4.ll:1.7
> --- llvm/test/Regression/Archive/ranlib_SVR4.ll:1.6	Sat Nov 27 00:44:10 2004
> +++ llvm/test/Regression/Archive/ranlib_SVR4.ll	Mon Oct 31 10:15:49 2005
> @@ -5,3 +5,5 @@
>  ;RUN: llvm-ranlib %t.SVR4.a
>  ;RUN: llvm-ar t %t.SVR4.a > %t1
>  ;RUN: diff %t1 %p/SVR4.toc
> +
> +; XFAIL: alpha
> 
> 
> Index: llvm/test/Regression/Archive/ranlib_xpg4.ll
> diff -u llvm/test/Regression/Archive/ranlib_xpg4.ll:1.6 llvm/test/Regression/Archive/ranlib_xpg4.ll:1.7
> --- llvm/test/Regression/Archive/ranlib_xpg4.ll:1.6	Sat Nov 27 00:44:10 2004
> +++ llvm/test/Regression/Archive/ranlib_xpg4.ll	Mon Oct 31 10:15:49 2005
> @@ -5,3 +5,5 @@
>  ;RUN: llvm-ranlib %t.xpg4.a
>  ;RUN: llvm-ar t %t.xpg4.a > %t1
>  ;RUN: diff %t1 %p/xpg4.toc
> +
> +; XFAIL: alpha
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20051031/12c86783/attachment.sig>


More information about the llvm-commits mailing list