From fac86fd06ffde2b30bc49e8f3cbe692ddbabd476 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 24 Jul 2013 21:09:24 +0000 Subject: tests: Mark expected FreeBSD failures due to pr16696 Live debugging of threaded inferiors is currently unimplemented for FreeBSD. llvm-svn: 187077 --- lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/python_api') 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): -- cgit v1.2.3