diff options
author | Jim Ingham <jingham@apple.com> | 2012-12-06 21:40:51 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2012-12-06 21:40:51 +0000 |
commit | b58671eca3d9d093854973a62945430fc2912207 (patch) | |
tree | f3c60126d7b4ae5d9de0df396749d80ccf3bfccb | |
parent | 4446bca53ed761d1122efedea5a5f2f2233feef6 (diff) | |
download | bcm5719-llvm-b58671eca3d9d093854973a62945430fc2912207.tar.gz bcm5719-llvm-b58671eca3d9d093854973a62945430fc2912207.zip |
Mark the "dwarf" version of the test expected fail as well as the dsym version.
llvm-svn: 169549
-rw-r--r-- | lldb/test/lang/c/struct_types/TestStructTypes.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/c/struct_types/TestStructTypes.py b/lldb/test/lang/c/struct_types/TestStructTypes.py index b83e19509c9..eb11e90f719 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.""" |