From: Rafael Espindola Date: Sun, 17 Jan 2010 05:40:41 +0000 (+0000) Subject: Looks like XFAIL has to list every unsupported arch X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1283979a0179713d217f0e3d5a7b8d4fd516af0c;p=oota-llvm.git Looks like XFAIL has to list every unsupported arch git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93672 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendC/pr5406.c b/test/FrontendC/pr5406.c index d895ec3ad3f..f6347d870cd 100644 --- a/test/FrontendC/pr5406.c +++ b/test/FrontendC/pr5406.c @@ -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, ...);