XFAIL some tests that became failing due to the extra error reporting recently. PR's are created for these.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52250 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matthijs Kooijman 2008-06-13 16:52:35 +00:00
parent 6f8abf929a
commit 818ae72d04
7 changed files with 15 additions and 0 deletions

View 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]

View 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 {

View File

@ -1,4 +1,6 @@
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
// XFAIL: *
// See PR2425
struct {
int *name;

View File

@ -1,4 +1,6 @@
// RUN: %llvmgcc -xc %s -w -c -o - | llc
// XFAIL: *
// See PR2425
#include <stdarg.h>

View 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 *);

View File

@ -1,5 +1,7 @@
// RUN: %llvmgcc -xc -Os -c %s -o /dev/null
// PR1641
// XFAIL: *
// See PR2425
struct A {
unsigned long l;

View File

@ -1,4 +1,7 @@
// RUN: %llvmgcc %s -S -o -
// XFAIL: *
// See PR2425
#pragma pack(push, 2)
struct H {
unsigned long f1;