[llvm-commits] CVS: llvm/test/CFrontend/2002-11-07-Redefinition.c	2003-07-22-ArrayAccessTypeSafety.c.tr	2006-01-16-BitCountIntrinsicsUnsigned.c
    Reid Spencer 
    reid at x10sys.com
       
    Sun Apr 15 16:01:44 PDT 2007
    
    
  
Changes in directory llvm/test/CFrontend:
2002-11-07-Redefinition.c updated: 1.2 -> 1.3
2003-07-22-ArrayAccessTypeSafety.c.tr updated: 1.4 -> 1.5
2006-01-16-BitCountIntrinsicsUnsigned.c updated: 1.3 -> 1.4
---
Log message:
For PR1336: http://llvm.org/PR1336 :
XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed.
---
Diffs of the changes:  (+3 -0)
 2002-11-07-Redefinition.c               |    1 +
 2003-07-22-ArrayAccessTypeSafety.c.tr   |    1 +
 2006-01-16-BitCountIntrinsicsUnsigned.c |    1 +
 3 files changed, 3 insertions(+)
Index: llvm/test/CFrontend/2002-11-07-Redefinition.c
diff -u llvm/test/CFrontend/2002-11-07-Redefinition.c:1.2 llvm/test/CFrontend/2002-11-07-Redefinition.c:1.3
--- llvm/test/CFrontend/2002-11-07-Redefinition.c:1.2	Sat Nov  6 16:41:00 2004
+++ llvm/test/CFrontend/2002-11-07-Redefinition.c	Sun Apr 15 18:00:46 2007
@@ -1,4 +1,5 @@
 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// XFAIL: *
 
 /* Provide Declarations */
 
Index: llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr
diff -u llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr:1.4 llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr:1.5
--- llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr:1.4	Sun Apr 15 15:08:37 2007
+++ llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr	Sun Apr 15 18:00:46 2007
@@ -1,4 +1,5 @@
 /* RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep cast
+   XFAIL: *
  */
 
 void test(int* array, long long N) {
Index: llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c
diff -u llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c:1.3 llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c:1.4
--- llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c:1.3	Sun Apr 15 15:08:37 2007
+++ llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c	Sun Apr 15 18:00:46 2007
@@ -1,4 +1,5 @@
 // RUN: %llvmgcc -S %s -o - | grep {llvm.ctlz.i32(i32} | wc -l | grep 2
+// XFAIL: *
 
 unsigned t2(unsigned X) {
   return __builtin_clz(X);
    
    
More information about the llvm-commits
mailing list