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

llvm-svn: 116763
This commit is contained in:
Johnny Chen 2010-10-18 22:54:25 +00:00
parent 7b92c2a9a0
commit 5517f64dae
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import AbstractBase
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"

View File

@ -6,6 +6,7 @@ import AbstractBase
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"