summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-07-24 21:09:24 +0000
committerEd Maste <emaste@freebsd.org>2013-07-24 21:09:24 +0000
commitfac86fd06ffde2b30bc49e8f3cbe692ddbabd476 (patch)
treec32764e31e2f40b4b6a7be05ca9165c6bf13aed2 /lldb/test/python_api
parent5e5e297d160b7fa065421d792bda331c29b85dbc (diff)
downloadbcm5719-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.py1
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):
OpenPOWER on IntegriCloud