Update Linux bug tracker link in TestPrintStackTraces

- now fails due to llvm.org/pr15415 (partial stack trace while stopped inside read() call)

llvm-svn: 190867
This commit is contained in:
Daniel Malea 2013-09-17 16:30:30 +00:00
parent 8ec39992c1
commit 7d0d66924f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class ThreadsStackTracesTestCase(TestBase):
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."""