From: Matthijs Kooijman Date: Fri, 13 Jun 2008 16:52:35 +0000 (+0000) Subject: XFAIL some tests that became failing due to the extra error reporting recently. PR... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=818ae72d0461ae4b45888b9971d6392ce143df72;p=oota-llvm.git 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 --- diff --git a/test/BugPoint/misopt-basictest.ll b/test/BugPoint/misopt-basictest.ll index e59b4ed7d90..bed7c5c373c 100644 --- a/test/BugPoint/misopt-basictest.ll +++ b/test/BugPoint/misopt-basictest.ll @@ -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] diff --git a/test/FrontendC++/2006-11-30-NoCompileUnit.cpp b/test/FrontendC++/2006-11-30-NoCompileUnit.cpp index c225eb782e3..70fc642e75f 100644 --- a/test/FrontendC++/2006-11-30-NoCompileUnit.cpp +++ b/test/FrontendC++/2006-11-30-NoCompileUnit.cpp @@ -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 { diff --git a/test/FrontendC/2003-08-21-WideString.c b/test/FrontendC/2003-08-21-WideString.c index 0a833dcac54..ae0783eaadd 100644 --- a/test/FrontendC/2003-08-21-WideString.c +++ b/test/FrontendC/2003-08-21-WideString.c @@ -1,4 +1,6 @@ // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null +// XFAIL: * +// See PR2425 struct { int *name; diff --git a/test/FrontendC/2004-02-13-IllegalVararg.c b/test/FrontendC/2004-02-13-IllegalVararg.c index b6e5f2cb382..06073305e09 100644 --- a/test/FrontendC/2004-02-13-IllegalVararg.c +++ b/test/FrontendC/2004-02-13-IllegalVararg.c @@ -1,4 +1,6 @@ // RUN: %llvmgcc -xc %s -w -c -o - | llc +// XFAIL: * +// See PR2425 #include diff --git a/test/FrontendC/2006-09-18-fwrite-cast-crash.c b/test/FrontendC/2006-09-18-fwrite-cast-crash.c index 0e02907ddba..fa64999fbdb 100644 --- a/test/FrontendC/2006-09-18-fwrite-cast-crash.c +++ b/test/FrontendC/2006-09-18-fwrite-cast-crash.c @@ -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 *); diff --git a/test/FrontendC/2007-09-05-ConstCtor.c b/test/FrontendC/2007-09-05-ConstCtor.c index c267a590334..0b06cc8dc48 100644 --- a/test/FrontendC/2007-09-05-ConstCtor.c +++ b/test/FrontendC/2007-09-05-ConstCtor.c @@ -1,5 +1,7 @@ // RUN: %llvmgcc -xc -Os -c %s -o /dev/null // PR1641 +// XFAIL: * +// See PR2425 struct A { unsigned long l; diff --git a/test/FrontendC/2007-09-28-PackedUnionMember.c b/test/FrontendC/2007-09-28-PackedUnionMember.c index 1e646574830..be244d5d4e4 100644 --- a/test/FrontendC/2007-09-28-PackedUnionMember.c +++ b/test/FrontendC/2007-09-28-PackedUnionMember.c @@ -1,4 +1,7 @@ // RUN: %llvmgcc %s -S -o - +// XFAIL: * +// See PR2425 + #pragma pack(push, 2) struct H { unsigned long f1;