summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/formatters/TestFormatters.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/expression_command/formatters/TestFormatters.py')
-rw-r--r--lldb/test/expression_command/formatters/TestFormatters.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/expression_command/formatters/TestFormatters.py b/lldb/test/expression_command/formatters/TestFormatters.py
index 027191b681e..0a6ab7b058c 100644
--- a/lldb/test/expression_command/formatters/TestFormatters.py
+++ b/lldb/test/expression_command/formatters/TestFormatters.py
@@ -18,12 +18,16 @@ class ExprFormattersTestCase(TestBase):
self.line = line_number('main.cpp',
'// Stop here')
+ # rdar://problem/10153585 lldb ToT regression of test suite with r139772 check-in
+ @unittest2.expectedFailure
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
def test_with_dsym(self):
"""Test expr + formatters for good interoperability."""
self.buildDsym()
self.do_my_test()
+ # rdar://problem/10153585 lldb ToT regression of test suite with r139772 check-in
+ @unittest2.expectedFailure
def test_with_dwarf_(self):
"""Test expr + formatters for good interoperability."""
self.buildDsym()
OpenPOWER on IntegriCloud