; 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]
// 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 {
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// XFAIL: *
+// See PR2425
struct {
int *name;
// RUN: %llvmgcc -xc %s -w -c -o - | llc
+// XFAIL: *
+// See PR2425
#include <stdarg.h>
// 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 *);
// RUN: %llvmgcc -xc -Os -c %s -o /dev/null
// PR1641
+// XFAIL: *
+// See PR2425
struct A {
unsigned long l;
// RUN: %llvmgcc %s -S -o -
+// XFAIL: *
+// See PR2425
+
#pragma pack(push, 2)
struct H {
unsigned long f1;