diff options
Diffstat (limited to 'lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py')
-rw-r--r-- | lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py | 1 |
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 3a896d44b5e..c7af66062eb 100644 --- a/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py +++ b/lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py @@ -20,6 +20,7 @@ class CPPBreakpointTestCase(TestBase): self.cpp_exceptions() @dwarf_test + @expectedFailureWindows("llvm.org/pr24538") # clang-cl does not support throw or catch def test_with_dwarf(self): """Test lldb exception breakpoint command for CPP.""" self.buildDwarf() |