diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-11-30 21:09:06 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-11-30 21:09:06 +0000 |
| commit | 876e6b31f5aed88258f36c77015ab0430a5a28f6 (patch) | |
| tree | 42a5413dd788245d6203522079579c58967e97ad | |
| parent | dbd89971ffb3a222dc91513585e8d6b5bc7882db (diff) | |
| download | bcm5719-llvm-876e6b31f5aed88258f36c77015ab0430a5a28f6.tar.gz bcm5719-llvm-876e6b31f5aed88258f36c77015ab0430a5a28f6.zip | |
Skip two test classes due to:
rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199
llvm-svn: 120462
| -rw-r--r-- | lldb/test/types/TestFloatTypesExpr.py | 1 | ||||
| -rw-r--r-- | lldb/test/types/TestIntegerTypesExpr.py | 1 |
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" |

