forked from OSchip/llvm-project
Skip two test classes due to:
rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199 llvm-svn: 120462
This commit is contained in:
parent
dbd89971ff
commit
876e6b31f5
|
@ -7,6 +7,7 @@ import unittest2
|
|||
import lldb
|
||||
import sys
|
||||
|
||||
@unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
|
||||
class FloatTypesExprTestCase(AbstractBase.GenericTester):
|
||||
|
||||
mydir = "types"
|
||||
|
|
|
@ -7,6 +7,7 @@ import unittest2
|
|||
import lldb
|
||||
import sys
|
||||
|
||||
@unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
|
||||
class IntegerTypesExprTestCase(AbstractBase.GenericTester):
|
||||
|
||||
mydir = "types"
|
||||
|
|
Loading…
Reference in New Issue