[Lldb-commits] [lldb] r120432 - /lldb/trunk/test/expression_command/radar_8638051/Test8638051.py
Johnny Chen
johnny.chen at apple.com
Tue Nov 30 09:53:12 PST 2010
Author: johnny
Date: Tue Nov 30 11:53:12 2010
New Revision: 120432
URL: http://llvm.org/viewvc/llvm-project?rev=120432&view=rev
Log:
Entire test class skipped due to:
rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199
Modified:
lldb/trunk/test/expression_command/radar_8638051/Test8638051.py
Modified: lldb/trunk/test/expression_command/radar_8638051/Test8638051.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/radar_8638051/Test8638051.py?rev=120432&r1=120431&r2=120432&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/radar_8638051/Test8638051.py (original)
+++ lldb/trunk/test/expression_command/radar_8638051/Test8638051.py Tue Nov 30 11:53:12 2010
@@ -7,6 +7,7 @@
import lldb
from lldbtest import *
+ at unittest2.skip("rdar://problem/8710994 Assertion failed: (reg_info) GDBRemoteRegisterContext.cpp, line 199")
class Radar8638051TestCase(TestBase):
mydir = os.path.join("expression_command", "radar_8638051")
More information about the lldb-commits
mailing list