diff options
author | Adrian Prantl <aprantl@apple.com> | 2014-03-10 22:30:45 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2014-03-10 22:30:45 +0000 |
commit | de93b01a16aafc2aa617a6fa8a5307d0fbac8267 (patch) | |
tree | 364a0dc014132a8826da7a5905e022bf74149832 /debuginfo-tests | |
parent | e54d92b0f11d006c67cf1cb28743abf635e31658 (diff) | |
download | llvm-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.cpp | 4 |
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 |