Mark the "dwarf" version of the test expected fail as well as the dsym version.
authorJim Ingham <jingham@apple.com>
Thu, 6 Dec 2012 21:40:51 +0000 (21:40 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 6 Dec 2012 21:40:51 +0000 (21:40 +0000)
llvm-svn: 169549

lldb/test/lang/c/struct_types/TestStructTypes.py

index b83e195..eb11e90 100644 (file)
@@ -23,6 +23,8 @@ class StructTypesTestCase(TestBase):
         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."""