[lldb] [test] Link FreeBSD test failures to bugs
Differential Revision: https://reviews.llvm.org/D92740
This commit is contained in:
@@ -19,7 +19,7 @@ class TestOSPluginStepping(TestBase):
|
||||
NO_DEBUG_INFO_TESTCASE = True
|
||||
|
||||
@skipIfWindows
|
||||
@skipIfFreeBSD # hangs
|
||||
@skipIf(oslist=["freebsd"], bugnumber="llvm.org/pr48352")
|
||||
def test_python_os_plugin(self):
|
||||
"""Test that stepping works when the OS Plugin doesn't report all
|
||||
threads at every stop"""
|
||||
@@ -28,7 +28,7 @@ class TestOSPluginStepping(TestBase):
|
||||
self.run_python_os_step_missing_thread(False)
|
||||
|
||||
@skipIfWindows
|
||||
@skipIfFreeBSD # hangs
|
||||
@skipIf(oslist=["freebsd"], bugnumber="llvm.org/pr48352")
|
||||
def test_python_os_plugin_prune(self):
|
||||
"""Test that pruning the unreported PlanStacks works"""
|
||||
self.build()
|
||||
|
||||
Reference in New Issue
Block a user