[llvm-commits] CVS: llvm/test/Regression/Debugger/funccall.ll

Chris Lattner lattner at cs.uiuc.edu
Thu May 12 21:52:14 PDT 2005



Changes in directory llvm/test/Regression/Debugger:

funccall.ll updated: 1.10 -> 1.11
---
Log message:

disable this test for now.


---
Diffs of the changes:  (+1 -0)

 funccall.ll |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/Regression/Debugger/funccall.ll
diff -u llvm/test/Regression/Debugger/funccall.ll:1.10 llvm/test/Regression/Debugger/funccall.ll:1.11
--- llvm/test/Regression/Debugger/funccall.ll:1.10	Fri Mar 11 21:43:38 2005
+++ llvm/test/Regression/Debugger/funccall.ll	Thu May 12 23:51:58 2005
@@ -8,6 +8,7 @@
 ;; RUN: llvm-as -f %s -o %t.bc
 ;; RUN: llvm-db %t.bc < %t.commands | grep 'in main at funccall.c:11:2'
 
+;; XFAIL: *
 
 ;; Debugger type declarations
 %lldb.compile_unit = type { uint, ushort, ushort, sbyte*, sbyte*, sbyte*, {}* }






More information about the llvm-commits mailing list