forked from OSchip/llvm-project
xfail a test on darwin because some of the public buildbots are stuck on
older versions of LLDB. llvm-svn: 203504
This commit is contained in:
parent
e54d92b0f1
commit
de93b01a16
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue