From 1283979a0179713d217f0e3d5a7b8d4fd516af0c Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sun, 17 Jan 2010 05:40:41 +0000 Subject: [PATCH] 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 --- test/FrontendC/pr5406.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ...); -- 2.34.1