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@lists.llvm.org Reporter: ztur...@google.com CC: llvm-b...@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.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev