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

Rafael Espindola rafael.espindola at gmail.com
Sat Jan 16 21:40:43 PST 2010


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

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, ...);





More information about the llvm-commits mailing list