diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2012-12-12 23:12:09 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2012-12-12 23:12:09 +0000 |
| commit | f256cfc85efb0d9df2c95f040aa1ce80d2506774 (patch) | |
| tree | 3594e81109fb14aadcf8d7540317cf833f4ee700 /lldb/test/python_api | |
| parent | 99b51c48ccd375be3111fe31d688d81dc8e1c41f (diff) | |
| download | bcm5719-llvm-f256cfc85efb0d9df2c95f040aa1ce80d2506774.tar.gz bcm5719-llvm-f256cfc85efb0d9df2c95f040aa1ce80d2506774.zip | |
Marking TestPrintStackTraces.py as expectedFailureLinux (due to lack of multi-threaded debugging support).
llvm-svn: 170043
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.""" |

