summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-08-21 22:11:09 +0000
committerZachary Turner <zturner@google.com>2015-08-21 22:11:09 +0000
commit28ee0cd30e409f67d48ff2b2624af517958e5e7d (patch)
treeced3a3a185ee0b99321b7869ccaaed848a686f06 /lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py
parent9ed57a9ef02ac556fd198cfcf1fb69d213a1a9bc (diff)
downloadbcm5719-llvm-28ee0cd30e409f67d48ff2b2624af517958e5e7d.tar.gz
bcm5719-llvm-28ee0cd30e409f67d48ff2b2624af517958e5e7d.zip
XFAIL Tests that require C++ exceptions on Windows.
clang-cl does not yet support C++ exceptions, so these tests will not even compile. Re-enabling these tests is tracked by llvm.org/pr24538 llvm-svn: 245747
Diffstat (limited to 'lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py')
-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