From 441c3cf82b6a63fe7dd2d31766b0ba65d750cda4 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 6 Dec 2004 22:05:02 +0000 Subject: [PATCH] This test still fails on Darwin and Sparc/Solaris. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18583 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..a781446ad70 100644 --- a/test/Debugger/funccall.ll +++ b/test/Debugger/funccall.ll @@ -1,3 +1,4 @@ +;; XFAIL: darwin,sun ;; RUN: echo create > %t.commands ;; RUN: echo s >> %t.commands ;; RUN: echo s >> %t.commands