From: Bill Wendling Date: Wed, 31 Dec 2008 08:26:55 +0000 (+0000) Subject: XFAIL test caused by r61493. Apparently, this is expected? X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=67b9a2abc4b75cd3495d01fdf450a0229949b378;p=oota-llvm.git XFAIL test caused by r61493. Apparently, this is expected? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61516 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendC/2008-03-24-BitField-And-Alloca.c b/test/FrontendC/2008-03-24-BitField-And-Alloca.c index e8112bbb38b..b76c75793d0 100644 --- a/test/FrontendC/2008-03-24-BitField-And-Alloca.c +++ b/test/FrontendC/2008-03-24-BitField-And-Alloca.c @@ -1,5 +1,9 @@ // RUN: %llvmgcc -S --emit-llvm %s -o - | not grep "\{ i8, .7 x i8. \}" // RUN: %llvmgcc -O2 -S %s -o - | not grep alloca + +// FIXME: This fails due to r61493. +// XFAIL: * + enum { PP_C, PP_D,