[Lldb-commits] [lldb] r171794 - /lldb/trunk/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py
Daniel Malea
daniel.malea at intel.com
Mon Jan 7 13:42:11 PST 2013
Author: dmalea
Date: Mon Jan 7 15:42:11 2013
New Revision: 171794
URL: http://llvm.org/viewvc/llvm-project?rev=171794&view=rev
Log:
Re-enabling C++ exception breakpoint testcase (on Linux)
- bug fixed in r170241, thanks Andy!
- closing related PR 14423
Modified:
lldb/trunk/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py
Modified: lldb/trunk/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py?rev=171794&r1=171793&r2=171794&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py (original)
+++ lldb/trunk/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py Mon Jan 7 15:42:11 2013
@@ -19,7 +19,6 @@
self.buildDsym()
self.cpp_exceptions()
- @expectedFailureLinux # bugzilla 14423
@dwarf_test
def test_with_dwarf(self):
"""Test lldb exception breakpoint command for CPP."""
More information about the lldb-commits
mailing list