[Lldb-commits] [lldb] r118415 - /lldb/trunk/test/forward/TestForwardDeclaration.py

Johnny Chen johnny.chen at apple.com
Mon Nov 8 08:53:28 PST 2010


Author: johnny
Date: Mon Nov  8 10:53:27 2010
New Revision: 118415

URL: http://llvm.org/viewvc/llvm-project?rev=118415&view=rev
Log:
Skipped due to rdar://problem/8641483 ./dotest.py -v -t -w forward seg faults.

Modified:
    lldb/trunk/test/forward/TestForwardDeclaration.py

Modified: lldb/trunk/test/forward/TestForwardDeclaration.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/forward/TestForwardDeclaration.py?rev=118415&r1=118414&r2=118415&view=diff
==============================================================================
--- lldb/trunk/test/forward/TestForwardDeclaration.py (original)
+++ lldb/trunk/test/forward/TestForwardDeclaration.py Mon Nov  8 10:53:27 2010
@@ -5,6 +5,7 @@
 import lldb
 from lldbtest import *
 
+ at unittest2.skip("rdar://problem/8641483 ./dotest.py -v -t -w forward seg faults")
 class ForwardDeclarationTestCase(TestBase):
 
     mydir = "forward"





More information about the lldb-commits mailing list