[Lldb-commits] [lldb] r169549 - /lldb/trunk/test/lang/c/struct_types/TestStructTypes.py

Jim Ingham jingham at apple.com
Thu Dec 6 13:40:51 PST 2012


Author: jingham
Date: Thu Dec  6 15:40:51 2012
New Revision: 169549

URL: http://llvm.org/viewvc/llvm-project?rev=169549&view=rev
Log:
Mark the "dwarf" version of the test expected fail as well as the dsym version.

Modified:
    lldb/trunk/test/lang/c/struct_types/TestStructTypes.py

Modified: lldb/trunk/test/lang/c/struct_types/TestStructTypes.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/c/struct_types/TestStructTypes.py?rev=169549&r1=169548&r2=169549&view=diff
==============================================================================
--- lldb/trunk/test/lang/c/struct_types/TestStructTypes.py (original)
+++ lldb/trunk/test/lang/c/struct_types/TestStructTypes.py Thu Dec  6 15:40:51 2012
@@ -23,6 +23,8 @@
         self.buildDsym()
         self.struct_types()
 
+    # rdar://problem/12566646
+    @unittest2.expectedFailure
     @dwarf_test
     def test_with_dwarf(self):
         """Test that break on a struct declaration has no effect."""





More information about the lldb-commits mailing list