forked from OSchip/llvm-project
Uncomment the @skip decorator to reproduce the hang while running the test suite.
llvm-svn: 116763
This commit is contained in:
parent
7b92c2a9a0
commit
5517f64dae
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue