summaryrefslogtreecommitdiff
path: root/test/BugPoint
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-06-13 16:52:35 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-06-13 16:52:35 +0000
commit818ae72d0461ae4b45888b9971d6392ce143df72 (patch)
treed66c789a6317c6caf97831490790eb1b03c938b6 /test/BugPoint
parent6f8abf929ac173872cc50aff767bc25f2a07a523 (diff)
downloadllvm-818ae72d0461ae4b45888b9971d6392ce143df72.tar.gz
llvm-818ae72d0461ae4b45888b9971d6392ce143df72.tar.bz2
llvm-818ae72d0461ae4b45888b9971d6392ce143df72.tar.xz
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
Diffstat (limited to 'test/BugPoint')
-rw-r--r--test/BugPoint/misopt-basictest.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/BugPoint/misopt-basictest.ll b/test/BugPoint/misopt-basictest.ll
index e59b4ed7d9..bed7c5c373 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]