These currently crash (from running 'expr' command).  Disable the entire class for the time being.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@115316 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/class_types/TestClassTypes.py b/test/class_types/TestClassTypes.py
index 059f3a5..a22775e 100644
--- a/test/class_types/TestClassTypes.py
+++ b/test/class_types/TestClassTypes.py
@@ -5,6 +5,7 @@
 import lldb
 from lldbtest import *
 
+@unittest2.skip("crash currently")
 class ClassTypesTestCase(TestBase):
 
     mydir = "class_types"
diff --git a/test/types/TestFloatTypesExpr.py b/test/types/TestFloatTypesExpr.py
index 6c2ffe9..b362bba 100644
--- a/test/types/TestFloatTypesExpr.py
+++ b/test/types/TestFloatTypesExpr.py
@@ -6,6 +6,7 @@
 import unittest2
 import lldb
 
+@unittest2.skip("crash currently")
 class FloatTypesTestCase(AbstractBase.GenericTester):
 
     mydir = "types"
diff --git a/test/types/TestIntegerTypesExpr.py b/test/types/TestIntegerTypesExpr.py
index a8c73c4..79a7c39 100644
--- a/test/types/TestIntegerTypesExpr.py
+++ b/test/types/TestIntegerTypesExpr.py
@@ -6,6 +6,7 @@
 import unittest2
 import lldb
 
+@unittest2.skip("crash currently")
 class IntegerTypesTestCase(AbstractBase.GenericTester):
 
     mydir = "types"