aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-12-31 08:26:55 +0000
committerBill Wendling <isanbard@gmail.com>2008-12-31 08:26:55 +0000
commit0195cd6dcb0e877ef89302f5f735b13d93f248b7 (patch)
treee54f0cf45294da0cbd88b2bd22f369441fdeffa8 /test/FrontendC
parent30af3ecbdc7cca098543e88de1b499540e322a0e (diff)
downloadexternal_llvm-0195cd6dcb0e877ef89302f5f735b13d93f248b7.zip
external_llvm-0195cd6dcb0e877ef89302f5f735b13d93f248b7.tar.gz
external_llvm-0195cd6dcb0e877ef89302f5f735b13d93f248b7.tar.bz2
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
Diffstat (limited to 'test/FrontendC')
-rw-r--r--test/FrontendC/2008-03-24-BitField-And-Alloca.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/FrontendC/2008-03-24-BitField-And-Alloca.c b/test/FrontendC/2008-03-24-BitField-And-Alloca.c
index e8112bb..b76c757 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,