[Lldb-commits] [lldb] r120479 - in /lldb/trunk/test: breakpoint_conditions/TestBreakpointConditions.py expression_command/radar_8638051/Test8638051.py foundation/TestObjCMethods.py namespace/TestNamespace.py types/TestFloatTypesExpr.py types/TestIntegerTypesExpr.py

Johnny Chen johnny.chen at apple.com
Tue Nov 30 14:34:19 PST 2010


Author: johnny
Date: Tue Nov 30 16:34:19 2010
New Revision: 120479

URL: http://llvm.org/viewvc/llvm-project?rev=120479&view=rev
Log:
Remove @skip decorators for fixed crashes.

Modified:
    lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py
    lldb/trunk/test/expression_command/radar_8638051/Test8638051.py
    lldb/trunk/test/foundation/TestObjCMethods.py
    lldb/trunk/test/namespace/TestNamespace.py
    lldb/trunk/test/types/TestFloatTypesExpr.py
    lldb/trunk/test/types/TestIntegerTypesExpr.py

Modified: lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py?rev=120479&r1=120478&r2=120479&view=diff
==============================================================================
--- lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py (original)
+++ lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py Tue Nov 30 16:34:19 2010
@@ -8,7 +8,6 @@
 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"

Modified: lldb/trunk/test/expression_command/radar_8638051/Test8638051.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/radar_8638051/Test8638051.py?rev=120479&r1=120478&r2=120479&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/radar_8638051/Test8638051.py (original)
+++ lldb/trunk/test/expression_command/radar_8638051/Test8638051.py Tue Nov 30 16:34:19 2010
@@ -7,7 +7,6 @@
 import lldb
 from lldbtest import *
 
- at unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
 class Radar8638051TestCase(TestBase):
 
     mydir = os.path.join("expression_command", "radar_8638051")

Modified: lldb/trunk/test/foundation/TestObjCMethods.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/foundation/TestObjCMethods.py?rev=120479&r1=120478&r2=120479&view=diff
==============================================================================
--- lldb/trunk/test/foundation/TestObjCMethods.py (original)
+++ lldb/trunk/test/foundation/TestObjCMethods.py Tue Nov 30 16:34:19 2010
@@ -23,7 +23,6 @@
         self.buildDwarf()
         self.break_on_objc_methods()
 
-    @unittest2.skip("rdar://problem/8711052")
     #@unittest2.expectedFailure
     # rdar://problem/8542091
     # rdar://problem/8492646
@@ -32,7 +31,6 @@
         self.buildDsym()
         self.data_type_and_expr_objc()
 
-    @unittest2.skip("rdar://problem/8711052")
     #@unittest2.expectedFailure
     # rdar://problem/8542091
     # rdar://problem/8492646

Modified: lldb/trunk/test/namespace/TestNamespace.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/namespace/TestNamespace.py?rev=120479&r1=120478&r2=120479&view=diff
==============================================================================
--- lldb/trunk/test/namespace/TestNamespace.py (original)
+++ lldb/trunk/test/namespace/TestNamespace.py Tue Nov 30 16:34:19 2010
@@ -7,7 +7,6 @@
 import lldb
 from lldbtest import *
 
- at unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
 class NamespaceTestCase(TestBase):
 
     mydir = "namespace"

Modified: lldb/trunk/test/types/TestFloatTypesExpr.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/types/TestFloatTypesExpr.py?rev=120479&r1=120478&r2=120479&view=diff
==============================================================================
--- lldb/trunk/test/types/TestFloatTypesExpr.py (original)
+++ lldb/trunk/test/types/TestFloatTypesExpr.py Tue Nov 30 16:34:19 2010
@@ -7,7 +7,6 @@
 import lldb
 import sys
 
- at unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
 class FloatTypesExprTestCase(AbstractBase.GenericTester):
 
     mydir = "types"

Modified: lldb/trunk/test/types/TestIntegerTypesExpr.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/types/TestIntegerTypesExpr.py?rev=120479&r1=120478&r2=120479&view=diff
==============================================================================
--- lldb/trunk/test/types/TestIntegerTypesExpr.py (original)
+++ lldb/trunk/test/types/TestIntegerTypesExpr.py Tue Nov 30 16:34:19 2010
@@ -7,7 +7,6 @@
 import lldb
 import sys
 
- at unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
 class IntegerTypesExprTestCase(AbstractBase.GenericTester):
 
     mydir = "types"





More information about the lldb-commits mailing list