[llvm-commits] [llvm] r61516 - /llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c

Bill Wendling isanbard at gmail.com
Wed Dec 31 00:26:56 PST 2008


Author: void
Date: Wed Dec 31 02:26:55 2008
New Revision: 61516

URL: http://llvm.org/viewvc/llvm-project?rev=61516&view=rev
Log:
XFAIL test caused by r61493. Apparently, this is expected?

Modified:
    llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c

Modified: llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c?rev=61516&r1=61515&r2=61516&view=diff

==============================================================================
--- llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c (original)
+++ llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c Wed Dec 31 02:26:55 2008
@@ -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,





More information about the llvm-commits mailing list