diff options
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py b/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py index e67436a4666..3d90fd70cb3 100644 --- a/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py +++ b/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py @@ -18,6 +18,7 @@ class ThreadsStackTracesTestCase(TestBase): # 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.""" |

