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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user