[lldb] [test] Link FreeBSD test failures to bugs

Differential Revision: https://reviews.llvm.org/D92740
This commit is contained in:
Michał Górny
2020-11-27 14:10:10 +01:00
parent 53401e8e88
commit 266c90fec8
21 changed files with 51 additions and 48 deletions

View File

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