aboutsummaryrefslogtreecommitdiff
path: root/test/lang/c
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2012-12-06 21:40:51 +0000
committerJim Ingham <jingham@apple.com>2012-12-06 21:40:51 +0000
commiteddc95d59df352c3ea693285327534b0145a8782 (patch)
tree0230e40c9b1a40e4e6d15d51bab3393a286a6da8 /test/lang/c
parent81b78cac07df5c925992170d195eafed21ddf1c2 (diff)
downloadlldb-eddc95d59df352c3ea693285327534b0145a8782.tar.gz
Mark the "dwarf" version of the test expected fail as well as the dsym version.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@169549 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lang/c')
-rw-r--r--test/lang/c/struct_types/TestStructTypes.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lang/c/struct_types/TestStructTypes.py b/test/lang/c/struct_types/TestStructTypes.py
index b83e19509..eb11e90f7 100644
--- a/test/lang/c/struct_types/TestStructTypes.py
+++ b/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."""