[Lldb-commits] [lldb] r120462 - in /lldb/trunk/test/types: TestFloatTypesExpr.py TestIntegerTypesExpr.py
Johnny Chen
johnny.chen at apple.com
Tue Nov 30 13:09:06 PST 2010
Author: johnny
Date: Tue Nov 30 15:09:06 2010
New Revision: 120462
URL: http://llvm.org/viewvc/llvm-project?rev=120462&view=rev
Log:
Skip two test classes due to:
rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199
Modified:
lldb/trunk/test/types/TestFloatTypesExpr.py
lldb/trunk/test/types/TestIntegerTypesExpr.py
Modified: lldb/trunk/test/types/TestFloatTypesExpr.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/types/TestFloatTypesExpr.py?rev=120462&r1=120461&r2=120462&view=diff
==============================================================================
--- lldb/trunk/test/types/TestFloatTypesExpr.py (original)
+++ lldb/trunk/test/types/TestFloatTypesExpr.py Tue Nov 30 15:09:06 2010
@@ -7,6 +7,7 @@
import lldb
import sys
+ at unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
class FloatTypesExprTestCase(AbstractBase.GenericTester):
mydir = "types"
Modified: lldb/trunk/test/types/TestIntegerTypesExpr.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/types/TestIntegerTypesExpr.py?rev=120462&r1=120461&r2=120462&view=diff
==============================================================================
--- lldb/trunk/test/types/TestIntegerTypesExpr.py (original)
+++ lldb/trunk/test/types/TestIntegerTypesExpr.py Tue Nov 30 15:09:06 2010
@@ -7,6 +7,7 @@
import lldb
import sys
+ at unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
class IntegerTypesExprTestCase(AbstractBase.GenericTester):
mydir = "types"
More information about the lldb-commits
mailing list