diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-06 20:38:27 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-06 20:38:27 +0000 |
commit | 12ff96854d6f03dd6cc67abb68843fd8b94e065b (patch) | |
tree | 802c948bbb9372b04be00a607f8030a671079b65 /test/Analysis | |
parent | d2fb4d7906e9e89f4069c014a8c0b8bda0a3563f (diff) | |
download | external_llvm-12ff96854d6f03dd6cc67abb68843fd8b94e065b.zip external_llvm-12ff96854d6f03dd6cc67abb68843fd8b94e065b.tar.gz external_llvm-12ff96854d6f03dd6cc67abb68843fd8b94e065b.tar.bz2 |
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.ll | 2 | ||||
-rw-r--r-- | test/Analysis/DSGraph/incompletenode.ll | 2 | ||||
-rw-r--r-- | test/Analysis/DSGraph/mustalias.ll | 2 |
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 54e640a..aec1e99 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 5dffaab..b9940db 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 d9ff094..4425157 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 |