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

Adrian Prantl aprantl at apple.com
Tue Mar 11 16:49:31 PDT 2014


Author: adrian
Date: Tue Mar 11 18:49:31 2014
New Revision: 203627

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

This reverts commit 203504. We decided that it is better to disable this test on a per-buildbot basis in zorg rather than everywhere on Darwin.

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=203627&r1=203626&r2=203627&view=diff
==============================================================================
--- debuginfo-tests/trunk/static-member.cpp (original)
+++ debuginfo-tests/trunk/static-member.cpp Tue Mar 11 18:49:31 2014
@@ -2,10 +2,6 @@
 // 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