[llvm-commits] [llvm] r93672 - /llvm/trunk/test/FrontendC/pr5406.c

Chris Lattner clattner at apple.com
Sun Jan 17 09:55:49 PST 2010


On Jan 16, 2010, at 9:40 PM, Rafael Espindola wrote:

> Author: rafael
> Date: Sat Jan 16 23:40:41 2010
> New Revision: 93672
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=93672&view=rev
> Log:
> Looks like XFAIL has to list every unsupported arch

Is it possible to turn this into an execution test in llvm-test/singlesource/unittests?

-Chris

> 
> Modified:
>    llvm/trunk/test/FrontendC/pr5406.c
> 
> Modified: llvm/trunk/test/FrontendC/pr5406.c
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/pr5406.c?rev=93672&r1=93671&r2=93672&view=diff
> 
> ==============================================================================
> --- llvm/trunk/test/FrontendC/pr5406.c (original)
> +++ llvm/trunk/test/FrontendC/pr5406.c Sat Jan 16 23:40:41 2010
> @@ -2,7 +2,7 @@
> // PR 5406
> 
> // ARM test.
> -// XFAIL: !arm
> +// XFAIL: sparc,powerpc,alpha,x86,mips,xcore,cellspu,blackfin,pic16,systemz
> 
> typedef struct { char x[3]; } A0;
> void foo (int i, ...);
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list