diff options
author | John Criswell <criswell@uiuc.edu> | 2004-12-06 22:05:02 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-12-06 22:05:02 +0000 |
commit | 441c3cf82b6a63fe7dd2d31766b0ba65d750cda4 (patch) | |
tree | 072695d57daad12c69223f4721bd20028ad3b19b /test/Debugger | |
parent | 66e10ab1531247f583545181104867c51612eb45 (diff) | |
download | external_llvm-441c3cf82b6a63fe7dd2d31766b0ba65d750cda4.zip external_llvm-441c3cf82b6a63fe7dd2d31766b0ba65d750cda4.tar.gz external_llvm-441c3cf82b6a63fe7dd2d31766b0ba65d750cda4.tar.bz2 |
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
Diffstat (limited to 'test/Debugger')
-rw-r--r-- | test/Debugger/funccall.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index 846250b..a781446 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 |