From f5dd8450940b003afb446846840cd19b067d327d Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Tue, 2 Jul 2024 02:17:31 +0500 Subject: [LLDB] SkipIf TestPythonOSPlugin.py on Windows test_run_python_os_step in TestPythonOSPlugin.py fails on Windows after PR #97043. The test passes when run individually using dotest.py. I have marked this skipped for windows to make LLDB AArch64 Windows buildbot happy. https://github.com/llvm/llvm-project/commit/a4c18137d84bc48df49ee0101bef465a955e62ac https://lab.llvm.org/buildbot/#/builders/141/builds/379 --- .../API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin') diff --git a/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py b/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py index e03e8e0df778..2043543dc04a 100644 --- a/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py +++ b/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py @@ -17,6 +17,7 @@ class PluginPythonOSPlugin(TestBase): self.build() self.run_python_os_funcionality() + @skipIfWindows # This is flaky on Windows def test_run_python_os_step(self): """Test that the Python operating system plugin works correctly when single stepping a virtual thread""" self.build() -- cgit v1.2.3