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

Johnny Chen johnny.chen at apple.com
Tue Nov 30 09:35:58 PST 2010


Author: johnny
Date: Tue Nov 30 11:35:58 2010
New Revision: 120430

URL: http://llvm.org/viewvc/llvm-project?rev=120430&view=rev
Log:
Entire test class skipped due to:

    rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199

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=120430&r1=120429&r2=120430&view=diff
==============================================================================
--- lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py (original)
+++ lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py Tue Nov 30 11:35:58 2010
@@ -8,6 +8,7 @@
 import lldb, lldbutil
 from lldbtest import *
 
+ at unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
 class BreakpointConditionsTestCase(TestBase):
 
     mydir = "breakpoint_conditions"





More information about the lldb-commits mailing list