[Lldb-commits] [lldb] r170043 - /lldb/trunk/test/python_api/lldbutil/process/TestPrintStackTraces.py

Andrew Kaylor andrew.kaylor at intel.com
Wed Dec 12 15:12:09 PST 2012


Author: akaylor
Date: Wed Dec 12 17:12:09 2012
New Revision: 170043

URL: http://llvm.org/viewvc/llvm-project?rev=170043&view=rev
Log:
Marking TestPrintStackTraces.py as expectedFailureLinux (due to lack of multi-threaded debugging support).

Modified:
    lldb/trunk/test/python_api/lldbutil/process/TestPrintStackTraces.py

Modified: lldb/trunk/test/python_api/lldbutil/process/TestPrintStackTraces.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/lldbutil/process/TestPrintStackTraces.py?rev=170043&r1=170042&r2=170043&view=diff
==============================================================================
--- lldb/trunk/test/python_api/lldbutil/process/TestPrintStackTraces.py (original)
+++ lldb/trunk/test/python_api/lldbutil/process/TestPrintStackTraces.py Wed Dec 12 17:12:09 2012
@@ -18,6 +18,7 @@
         # Find the line number to break inside main().
         self.line = line_number('main.cpp', '// Set break point at this line.')
 
+    @expectedFailureLinux # bugzilla 14323
     @python_api_test
     def test_stack_traces(self):
         """Test SBprocess and SBThread APIs with printing of the stack traces."""





More information about the lldb-commits mailing list