projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d211e2
)
XFAIL test caused by r61493. Apparently, this is expected?
author
Bill Wendling
<isanbard@gmail.com>
Wed, 31 Dec 2008 08:26:55 +0000
(08:26 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Wed, 31 Dec 2008 08:26:55 +0000
(08:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61516
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/2008-03-24-BitField-And-Alloca.c
patch
|
blob
|
history
diff --git
a/test/FrontendC/2008-03-24-BitField-And-Alloca.c
b/test/FrontendC/2008-03-24-BitField-And-Alloca.c
index e8112bbb38bc7577df1dde47edb9e2fb8c891204..b76c75793d0df90248d51e95fb9d6e1ea8a9910b 100644
(file)
--- 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,