[Lldb-commits] [lldb] r117278 - /lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py

Johnny Chen johnny.chen at apple.com
Mon Oct 25 11:26:20 PDT 2010


Author: johnny
Date: Mon Oct 25 13:26:20 2010
New Revision: 117278

URL: http://llvm.org/viewvc/llvm-project?rev=117278&view=rev
Log:
Skip this test module for the time being until we get a newer clang on lldb tot.

Modified:
    lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py

Modified: lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py?rev=117278&r1=117277&r2=117278&view=diff
==============================================================================
--- lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py (original)
+++ lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py Mon Oct 25 13:26:20 2010
@@ -8,6 +8,7 @@
 import lldb, lldbutil
 from lldbtest import *
 
+ at unittest2.skip("rdar://problem/8584431 Assert in clang while evaluating expression")
 class BreakpointConditionsTestCase(TestBase):
 
     mydir = "breakpoint_conditions"





More information about the lldb-commits mailing list