[llvm-commits] [llvm] r61166 - in /llvm/trunk/test/DebugInfo: dataOnly.ll deaddebuglabel.ll forwardDecl.ll printdbginfo.ll

Devang Patel dpatel at apple.com
Wed Dec 17 14:53:10 PST 2008


Author: dpatel
Date: Wed Dec 17 16:53:09 2008
New Revision: 61166

URL: http://llvm.org/viewvc/llvm-project?rev=61166&view=rev
Log:
Xfail these tests for now.

Modified:
    llvm/trunk/test/DebugInfo/dataOnly.ll
    llvm/trunk/test/DebugInfo/deaddebuglabel.ll
    llvm/trunk/test/DebugInfo/forwardDecl.ll
    llvm/trunk/test/DebugInfo/printdbginfo.ll

Modified: llvm/trunk/test/DebugInfo/dataOnly.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/dataOnly.ll?rev=61166&r1=61165&r2=61166&view=diff

==============================================================================
--- llvm/trunk/test/DebugInfo/dataOnly.ll (original)
+++ llvm/trunk/test/DebugInfo/dataOnly.ll Wed Dec 17 16:53:09 2008
@@ -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 }

Modified: llvm/trunk/test/DebugInfo/deaddebuglabel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/deaddebuglabel.ll?rev=61166&r1=61165&r2=61166&view=diff

==============================================================================
--- llvm/trunk/test/DebugInfo/deaddebuglabel.ll (original)
+++ llvm/trunk/test/DebugInfo/deaddebuglabel.ll Wed Dec 17 16:53:09 2008
@@ -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"

Modified: llvm/trunk/test/DebugInfo/forwardDecl.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/forwardDecl.ll?rev=61166&r1=61165&r2=61166&view=diff

==============================================================================
--- llvm/trunk/test/DebugInfo/forwardDecl.ll (original)
+++ llvm/trunk/test/DebugInfo/forwardDecl.ll Wed Dec 17 16:53:09 2008
@@ -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 }

Modified: llvm/trunk/test/DebugInfo/printdbginfo.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/printdbginfo.ll?rev=61166&r1=61165&r2=61166&view=diff

==============================================================================
--- llvm/trunk/test/DebugInfo/printdbginfo.ll (original)
+++ llvm/trunk/test/DebugInfo/printdbginfo.ll Wed Dec 17 16:53:09 2008
@@ -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* }





More information about the llvm-commits mailing list