summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities')
-rw-r--r--lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py b/lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py
index 1802dceca62..5078fcd24cf 100644
--- a/lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py
+++ b/lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py
@@ -23,6 +23,7 @@ class TestCPPExceptionBreakpoint (TestBase):
self.do_cpp_exception_bkpt ()
@python_api_test
+ @expectedFailureWindows("llvm.org/pr24538") # clang-cl does not support throw or catch
@dwarf_test
def test_cpp_exception_breakpoint_with_dwarf(self):
"""Test setting and hitting the C++ exception breakpoint."""
OpenPOWER on IntegriCloud