[debuginfo-tests] r203504 - xfail a test on darwin because some of the public buildbots are stuck on

Adrian Prantl aprantl at apple.com
Mon Mar 10 15:30:45 PDT 2014


Author: adrian
Date: Mon Mar 10 17:30:45 2014
New Revision: 203504

URL: http://llvm.org/viewvc/llvm-project?rev=203504&view=rev
Log:
xfail a test on darwin because some of the public buildbots are stuck on
older versions of LLDB.

Modified:
    debuginfo-tests/trunk/static-member.cpp

Modified: debuginfo-tests/trunk/static-member.cpp
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/static-member.cpp?rev=203504&r1=203503&r2=203504&view=diff
==============================================================================
--- debuginfo-tests/trunk/static-member.cpp (original)
+++ debuginfo-tests/trunk/static-member.cpp Mon Mar 10 17:30:45 2014
@@ -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





More information about the llvm-commits mailing list