summaryrefslogtreecommitdiff
path: root/debuginfo-tests
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-03-10 22:30:45 +0000
committerAdrian Prantl <aprantl@apple.com>2014-03-10 22:30:45 +0000
commitde93b01a16aafc2aa617a6fa8a5307d0fbac8267 (patch)
tree364a0dc014132a8826da7a5905e022bf74149832 /debuginfo-tests
parente54d92b0f11d006c67cf1cb28743abf635e31658 (diff)
downloadllvm-de93b01a16aafc2aa617a6fa8a5307d0fbac8267.tar.gz
xfail a test on darwin because some of the public buildbots are stuck on
older versions of LLDB. llvm-svn: 203504
Diffstat (limited to 'debuginfo-tests')
-rw-r--r--debuginfo-tests/static-member.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/debuginfo-tests/static-member.cpp b/debuginfo-tests/static-member.cpp
index a8e3ecb95249..86ef9d96859b 100644
--- a/debuginfo-tests/static-member.cpp
+++ b/debuginfo-tests/static-member.cpp
@@ -2,6 +2,10 @@
// RUN: %clangxx %t -o %t.out
// RUN: %test_debuginfo %s %t.out
+// FIXME: The ptype command only works with an LLDB from XCode 5 or
+// later and not all buildbots have that yet.
+// XFAIL: darwin
+
// DEBUGGER: delete breakpoints
// DEBUGGER: break static-member.cpp:33
// DEBUGGER: r