From 266c90fec899356aa2c88f1e614d40d554db6fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 27 Nov 2020 14:10:10 +0100 Subject: [lldb] [test] Link FreeBSD test failures to bugs Differential Revision: https://reviews.llvm.org/D92740 --- .../python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin') diff --git a/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py b/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py index 364fe58ec720..dca713b1f796 100644 --- a/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py +++ b/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py @@ -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() -- cgit v1.2.3