[Lldb-commits] [lldb] r190867 - Update Linux bug tracker link in TestPrintStackTraces

Daniel Malea daniel.malea at intel.com
Tue Sep 17 09:30:30 PDT 2013


Author: dmalea
Date: Tue Sep 17 11:30:30 2013
New Revision: 190867

URL: http://llvm.org/viewvc/llvm-project?rev=190867&view=rev
Log:
Update Linux bug tracker link in TestPrintStackTraces
- now fails due to llvm.org/pr15415 (partial stack trace while stopped inside read() call)


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=190867&r1=190866&r2=190867&view=diff
==============================================================================
--- lldb/trunk/test/python_api/lldbutil/process/TestPrintStackTraces.py (original)
+++ lldb/trunk/test/python_api/lldbutil/process/TestPrintStackTraces.py Tue Sep 17 11:30:30 2013
@@ -19,7 +19,7 @@ class ThreadsStackTracesTestCase(TestBas
         self.line = line_number('main.cpp', '// Set break point at this line.')
 
     @expectedFailureFreeBSD("llvm.org/pr16696") # live debugging lacks threaded inferior support
-    @expectedFailureLinux # llvm.org/pr14323
+    @expectedFailureLinux # llvm.org/pr15415 -- partial stack trace in thread 1 (while stopped inside a read() call)
     @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