summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/types/TestFloatTypesExpr.py1
-rw-r--r--lldb/test/types/TestIntegerTypesExpr.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/types/TestFloatTypesExpr.py b/lldb/test/types/TestFloatTypesExpr.py
index 855086e2956..4c55f60d616 100644
--- a/lldb/test/types/TestFloatTypesExpr.py
+++ b/lldb/test/types/TestFloatTypesExpr.py
@@ -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"
diff --git a/lldb/test/types/TestIntegerTypesExpr.py b/lldb/test/types/TestIntegerTypesExpr.py
index ca7f08aa4fa..4295fe9f319 100644
--- a/lldb/test/types/TestIntegerTypesExpr.py
+++ b/lldb/test/types/TestIntegerTypesExpr.py
@@ -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"
OpenPOWER on IntegriCloud