diff options
author | Devang Patel <dpatel@apple.com> | 2008-12-17 22:53:09 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-12-17 22:53:09 +0000 |
commit | 965c4156a977e07eff2ede4fb3348e5c21e1a26a (patch) | |
tree | 688648d7eeb3be6bc9e1b416c6af5253f508eb17 /test/DebugInfo | |
parent | 854967effe3fed51220511553512692a68dc2f9b (diff) | |
download | external_llvm-965c4156a977e07eff2ede4fb3348e5c21e1a26a.zip external_llvm-965c4156a977e07eff2ede4fb3348e5c21e1a26a.tar.gz external_llvm-965c4156a977e07eff2ede4fb3348e5c21e1a26a.tar.bz2 |
Xfail these tests for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61166 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r-- | test/DebugInfo/dataOnly.ll | 1 | ||||
-rw-r--r-- | test/DebugInfo/deaddebuglabel.ll | 1 | ||||
-rw-r--r-- | test/DebugInfo/forwardDecl.ll | 1 | ||||
-rw-r--r-- | test/DebugInfo/printdbginfo.ll | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/test/DebugInfo/dataOnly.ll b/test/DebugInfo/dataOnly.ll index a933555..1d959ef 100644 --- a/test/DebugInfo/dataOnly.ll +++ b/test/DebugInfo/dataOnly.ll @@ -1,5 +1,6 @@ ; RUN: llvm-as < %s | llc | grep DWARF ; ModuleID = 'foo.c' +; XFAIL: * target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128" target triple = "i386-apple-darwin8" %llvm.dbg.anchor.type = type { i32, i32 } diff --git a/test/DebugInfo/deaddebuglabel.ll b/test/DebugInfo/deaddebuglabel.ll index d183b8a..a01c210 100644 --- a/test/DebugInfo/deaddebuglabel.ll +++ b/test/DebugInfo/deaddebuglabel.ll @@ -1,5 +1,6 @@ ; PR2614 ; RUN: llvm-as < %s | llc | grep "label" | count 8 +; XFAIL: * target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-f80:32:32-v64:64:64-v128:128:128-a0:0:64" target triple = "i686-pc-linux-gnu" diff --git a/test/DebugInfo/forwardDecl.ll b/test/DebugInfo/forwardDecl.ll index a8bb9ff..cf0923e 100644 --- a/test/DebugInfo/forwardDecl.ll +++ b/test/DebugInfo/forwardDecl.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llc | %prcontext ST 1 | grep 0x1 | count 1 +; XFAIL: * target triple = "i386-apple-darwin9.6" %llvm.dbg.anchor.type = type { i32, i32 } diff --git a/test/DebugInfo/printdbginfo.ll b/test/DebugInfo/printdbginfo.ll index afa9df2..9e196d4 100644 --- a/test/DebugInfo/printdbginfo.ll +++ b/test/DebugInfo/printdbginfo.ll @@ -2,6 +2,7 @@ ; RUN: %prcontext {function name: Bar::bar return type: int at line 12} 1 < %t1 | grep {(tst.cpp:14)} ; RUN: %prcontext {%%tmp1} 1 < %t1 | grep -E {variable tmp.+at line 23} ; RUN: %prcontext {; tst.cpp:24} 2 < %t1 | grep {%%6} +; XFAIL: * %llvm.dbg.anchor.type = type { i32, i32 } %llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32 } %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8* } |