summaryrefslogtreecommitdiff
path: root/test/Analysis
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-06 20:38:27 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-06 20:38:27 +0000
commit12ff96854d6f03dd6cc67abb68843fd8b94e065b (patch)
tree802c948bbb9372b04be00a607f8030a671079b65 /test/Analysis
parentd2fb4d7906e9e89f4069c014a8c0b8bda0a3563f (diff)
downloadllvm-12ff96854d6f03dd6cc67abb68843fd8b94e065b.tar.gz
llvm-12ff96854d6f03dd6cc67abb68843fd8b94e065b.tar.bz2
llvm-12ff96854d6f03dd6cc67abb68843fd8b94e065b.tar.xz
Adding XFAIL lines for dejagnu support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll2
-rw-r--r--test/Analysis/DSGraph/incompletenode.ll2
-rw-r--r--test/Analysis/DSGraph/mustalias.ll2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll b/test/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll
index 54e640af2c..aec1e99fd8 100644
--- a/test/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll
+++ b/test/Analysis/DSGraph/2003-07-16-ConstantExprCollapse.ll
@@ -1,5 +1,5 @@
; This should cause the global node to collapse!!
-;
+; XFAIL: *
; RUN: analyze %s -datastructure-gc --dsgc-check-flags=test:GAU
%Tree = type { int, %Tree*, %Tree* }
diff --git a/test/Analysis/DSGraph/incompletenode.ll b/test/Analysis/DSGraph/incompletenode.ll
index 5dffaabff0..b9940db157 100644
--- a/test/Analysis/DSGraph/incompletenode.ll
+++ b/test/Analysis/DSGraph/incompletenode.ll
@@ -1,6 +1,6 @@
; This test was failing because the globals X and Y are marked incomplete
; in the TD graph for %test
-
+; XFAIL: *
; RUN: llvm-as < %s | opt -no-aa -ds-aa -load-vn -gcse -instcombine | llvm-dis | not grep seteq
%X = internal global int 20
diff --git a/test/Analysis/DSGraph/mustalias.ll b/test/Analysis/DSGraph/mustalias.ll
index d9ff094164..4425157f08 100644
--- a/test/Analysis/DSGraph/mustalias.ll
+++ b/test/Analysis/DSGraph/mustalias.ll
@@ -1,5 +1,5 @@
; Test that ds-aa is returning must-alias information when it can.
-
+; XFAIL: *
; RUN: llvm-as < %s | opt -no-aa -ds-aa -load-vn -gcse | llvm-dis | not grep load
%X = internal global int 20