Uncomment the @skip decorator to reproduce the hang while running the test suite.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@116763 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/types/TestFloatTypesExpr.py b/test/types/TestFloatTypesExpr.py
index 6c2ffe9..e0ff2de 100644
--- a/test/types/TestFloatTypesExpr.py
+++ b/test/types/TestFloatTypesExpr.py
@@ -6,6 +6,7 @@
 import unittest2
 import lldb
 
+#@unittest2.skip("rdar://problem/8562563 ./dotest.py -v . 2> ~/Developer/Log/lldbtest.log now hangs (very consistently) when executing test/types")
 class FloatTypesTestCase(AbstractBase.GenericTester):
 
     mydir = "types"
diff --git a/test/types/TestIntegerTypesExpr.py b/test/types/TestIntegerTypesExpr.py
index 5703672..ac723cf 100644
--- a/test/types/TestIntegerTypesExpr.py
+++ b/test/types/TestIntegerTypesExpr.py
@@ -6,6 +6,7 @@
 import unittest2
 import lldb
 
+#@unittest2.skip("rdar://problem/8562563 ./dotest.py -v . 2> ~/Developer/Log/lldbtest.log now hangs (very consistently) when executing test/types")
 class IntegerTypesTestCase(AbstractBase.GenericTester):
 
     mydir = "types"