[lldb-dev] [Bug 24538] New: Tests that use throw/catch are broken on Windows due to lack of compiler support

via lldb-dev lldb-dev at lists.llvm.org
Fri Aug 21 10:52:43 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24538

            Bug ID: 24538
           Summary: Tests that use throw/catch are broken on Windows due
                    to lack of compiler support
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: zturner at google.com
                CC: llvm-bugs at lists.llvm.org
            Blocks: 21766
    Classification: Unclassified

clang-cl does not yet properly support catch and throw, so any test executable
which uses catch or throw cannot even compile with clang-cl.  Exception support
is almost complete, so once it is working we can re-enable these tests and try
again.  This affects the following tests:

TestMultithreaded.test_breakpoint_callback
TestMultithreaded.test_sb_api_listener_event_description
TestMultithreaded.test_sb_api_listener_resume
TestMultithreaded.test_sb_api_listener_event_process_state
TestCPPExceptionBreakpoint.test_cpp_exception_breakpoint_with_dwarf
TestCPPExceptionBreakpoints.test_with_dwarf

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150821/a574c789/attachment.html>


More information about the lldb-dev mailing list