diff options
| author | Ed Maste <emaste@freebsd.org> | 2013-07-24 21:09:24 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2013-07-24 21:09:24 +0000 |
| commit | fac86fd06ffde2b30bc49e8f3cbe692ddbabd476 (patch) | |
| tree | c32764e31e2f40b4b6a7be05ca9165c6bf13aed2 /lldb/test/python_api | |
| parent | 5e5e297d160b7fa065421d792bda331c29b85dbc (diff) | |
| download | bcm5719-llvm-fac86fd06ffde2b30bc49e8f3cbe692ddbabd476.tar.gz bcm5719-llvm-fac86fd06ffde2b30bc49e8f3cbe692ddbabd476.zip | |
tests: Mark expected FreeBSD failures due to pr16696
Live debugging of threaded inferiors is currently unimplemented for
FreeBSD.
llvm-svn: 187077
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 a0873e611b6..461334e3348 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.') + @expectedFailureFreeBSD("llvm.org/pr16696") # live debugging lacks threaded inferior support @expectedFailureLinux # llvm.org/pr14323 @python_api_test def test_stack_traces(self): |

