From b58671eca3d9d093854973a62945430fc2912207 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 6 Dec 2012 21:40:51 +0000 Subject: [PATCH] Mark the "dwarf" version of the test expected fail as well as the dsym version. llvm-svn: 169549 --- lldb/test/lang/c/struct_types/TestStructTypes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/test/lang/c/struct_types/TestStructTypes.py b/lldb/test/lang/c/struct_types/TestStructTypes.py index b83e195..eb11e90 100644 --- a/lldb/test/lang/c/struct_types/TestStructTypes.py +++ b/lldb/test/lang/c/struct_types/TestStructTypes.py @@ -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.""" -- 2.7.4