From bb9d6fd8d97bc706732ccc16b2ad99430b069853 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 13 May 2005 04:51:58 +0000 Subject: [PATCH] disable this test for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21920 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Debugger/funccall.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index 846250b567f..8877519da8a 100644 --- a/test/Debugger/funccall.ll +++ b/test/Debugger/funccall.ll @@ -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*, {}* }