XFAIL some tests that became failing due to the extra error reporting recently. PR...
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 13 Jun 2008 16:52:35 +0000 (16:52 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 13 Jun 2008 16:52:35 +0000 (16:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52250 91177308-0d34-0410-b5e6-96231b3b80d8

test/BugPoint/misopt-basictest.ll
test/FrontendC++/2006-11-30-NoCompileUnit.cpp
test/FrontendC/2003-08-21-WideString.c
test/FrontendC/2004-02-13-IllegalVararg.c
test/FrontendC/2006-09-18-fwrite-cast-crash.c
test/FrontendC/2007-09-05-ConstCtor.c
test/FrontendC/2007-09-28-PackedUnionMember.c

index e59b4ed7d90807d8561fa5d9a6e6e6d04b19e018..bed7c5c373c13e8a0373672cc798be7f258a112a 100644 (file)
@@ -1,4 +1,6 @@
 ; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes
+; XFAIL: *
+; See PR2453
 
 @.LC0 = internal global [13 x i8] c"Hello World\0A\00"          ; <[13 x i8]*> [#uses=1]
 
index c225eb782e3eed05a9e84dec90c32fe055368216..70fc642e75f1064cb422d205b26ba89f8ffc73d2 100644 (file)
@@ -8,6 +8,8 @@
 // RUN: gdb -q -batch -n -x %t2 NoCompileUnit.exe | \
 // RUN:   tee NoCompileUnit.out | not grep {"low == high"}
 // XFAIL: alpha|ia64|arm
+// XFAIL: *
+// See PR2454
 
 
 class MamaDebugTest {
index 0a833dcac547468077a185a4a579369ac697330f..ae0783eaadd01954eb4e672b816ac2e9b059729f 100644 (file)
@@ -1,4 +1,6 @@
 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// XFAIL: *
+// See PR2425
 
 struct {
   int *name;
index b6e5f2cb38297b4980f025e3e2aa1d7808825648..06073305e09b4379f398046f247356c63f58ae36 100644 (file)
@@ -1,4 +1,6 @@
 // RUN: %llvmgcc -xc %s -w -c -o - | llc
+// XFAIL: *
+// See PR2425
 
 #include <stdarg.h>
 
index 0e02907ddba3ac17aa932790bc7866aef5356f3a..fa64999fbdbb803405364522ae659dd0d9a5751f 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %llvmgcc %s -S -o /dev/null
 // PR910
+// XFAIL: *
+// See PR2425
 
 struct l_struct_2E_FILE { char x; };
 unsigned fwrite(signed char *, unsigned , unsigned , signed char *);
index c267a5903345034b7f580f69f8fb7cf5bfbaa306..0b06cc8dc489fb27de3eaf65e51530621e666bc2 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %llvmgcc -xc -Os -c %s -o /dev/null
 // PR1641
+// XFAIL: *
+// See PR2425
 
 struct A {
   unsigned long l;
index 1e646574830029553d9bbedca7877ec7eb6d099a..be244d5d4e432188a78943ffd23ebfbe6c16cb20 100644 (file)
@@ -1,4 +1,7 @@
 // RUN: %llvmgcc %s -S -o -
+// XFAIL: *
+// See PR2425
+
 #pragma pack(push, 2)
 struct H {
   unsigned long f1;