Remove @skip decorators for fixed crashes.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@120479 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/breakpoint_conditions/TestBreakpointConditions.py b/test/breakpoint_conditions/TestBreakpointConditions.py
index f7ea790..ad3e069 100644
--- a/test/breakpoint_conditions/TestBreakpointConditions.py
+++ b/test/breakpoint_conditions/TestBreakpointConditions.py
@@ -8,7 +8,6 @@
 import lldb, lldbutil
 from lldbtest import *
 
-@unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
 class BreakpointConditionsTestCase(TestBase):
 
     mydir = "breakpoint_conditions"
diff --git a/test/expression_command/radar_8638051/Test8638051.py b/test/expression_command/radar_8638051/Test8638051.py
index 435dc8d..89c8b9e 100644
--- a/test/expression_command/radar_8638051/Test8638051.py
+++ b/test/expression_command/radar_8638051/Test8638051.py
@@ -7,7 +7,6 @@
 import lldb
 from lldbtest import *
 
-@unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
 class Radar8638051TestCase(TestBase):
 
     mydir = os.path.join("expression_command", "radar_8638051")
diff --git a/test/foundation/TestObjCMethods.py b/test/foundation/TestObjCMethods.py
index c9b96c7..0a53a3e 100644
--- a/test/foundation/TestObjCMethods.py
+++ b/test/foundation/TestObjCMethods.py
@@ -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
diff --git a/test/namespace/TestNamespace.py b/test/namespace/TestNamespace.py
index 35c34d8..d763ec0 100644
--- a/test/namespace/TestNamespace.py
+++ b/test/namespace/TestNamespace.py
@@ -7,7 +7,6 @@
 import lldb
 from lldbtest import *
 
-@unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
 class NamespaceTestCase(TestBase):
 
     mydir = "namespace"
diff --git a/test/types/TestFloatTypesExpr.py b/test/types/TestFloatTypesExpr.py
index 4c55f60..855086e 100644
--- a/test/types/TestFloatTypesExpr.py
+++ b/test/types/TestFloatTypesExpr.py
@@ -7,7 +7,6 @@
 import lldb
 import sys
 
-@unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
 class FloatTypesExprTestCase(AbstractBase.GenericTester):
 
     mydir = "types"
diff --git a/test/types/TestIntegerTypesExpr.py b/test/types/TestIntegerTypesExpr.py
index 4295fe9..ca7f08a 100644
--- a/test/types/TestIntegerTypesExpr.py
+++ b/test/types/TestIntegerTypesExpr.py
@@ -7,7 +7,6 @@
 import lldb
 import sys
 
-@unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
 class IntegerTypesExprTestCase(AbstractBase.GenericTester):
 
     mydir = "types"