summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin
diff options
context:
space:
mode:
authorMuhammad Omair Javaid <omair.javaid@linaro.org>2024-07-02 02:17:31 +0500
committerMuhammad Omair Javaid <omair.javaid@linaro.org>2024-07-02 02:21:23 +0500
commitf5dd8450940b003afb446846840cd19b067d327d (patch)
tree34a98caa9b71a92a04b274c5133aaf61a848118c /lldb/test/API/functionalities/plugins/python_os_plugin
parentc686f0cc90b5d322347e4e2f29901e018957cc86 (diff)
[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
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin')
-rw-r--r--lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py1
1 files changed, 1 insertions, 0 deletions
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()