tests: Mark expected FreeBSD failures due to pr16696

Live debugging of threaded inferiors is currently unimplemented for
FreeBSD.

llvm-svn: 187077
This commit is contained in:
Ed Maste
2013-07-24 21:09:24 +00:00
parent 5e5e297d16
commit fac86fd06f
4 changed files with 6 additions and 0 deletions

View File

@@ -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):