diff options
| -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 a8e3ecb9524..86ef9d96859 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 |

