summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py')
-rw-r--r--lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py b/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py
index c294b54dd6e..5b3c9fe89ac 100644
--- a/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py
+++ b/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py
@@ -19,6 +19,7 @@ class CPPBreakpointTestCase(TestBase):
self.buildDsym()
self.cpp_exceptions()
+ @expectedFailureLinux # bugzilla 14423
@dwarf_test
def test_with_dwarf(self):
"""Test lldb exception breakpoint command for CPP."""
OpenPOWER on IntegriCloud