aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
diff options
context:
space:
mode:
authorjimingham <jingham@apple.com>2026-02-05 17:27:42 -0800
committerGitHub <noreply@github.com>2026-02-05 17:27:42 -0800
commit41cc71e9b176d80dc0d3c4f063cd656d8c04176a (patch)
treec3acfc391ae8c11b1214760cff668dde3a023747 /lldb/test/API/python_api
parentb4a32db1f2269e7b72687b0a751bcf820c4f8032 (diff)
downloadllvm-41cc71e9b176d80dc0d3c4f063cd656d8c04176a.zip
llvm-41cc71e9b176d80dc0d3c4f063cd656d8c04176a.tar.gz
llvm-41cc71e9b176d80dc0d3c4f063cd656d8c04176a.tar.bz2
Disable TestCancelAttach.py for linux -> linux remote (#180092)
This test was already disabled going from windows -> linux because it was timing out there. The PR: https://github.com/llvm/llvm-project/pull/179799 seems to have exacerbated whatever this stall was, and now we're seeing it when debugging from a linux host to a remote linux as well. The native local host tests works correctly on all the bots that we have, however. So I'm disabling the remote test till we can figure out why this is problematic.
Diffstat (limited to 'lldb/test/API/python_api')
-rw-r--r--lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py b/lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py
index 3be0a85..3d35c29 100644
--- a/lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py
+++ b/lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py
@@ -16,7 +16,7 @@ class AttachCancelTestCase(TestBase):
@skipIf(
remote=True,
- hostoslist=["windows"],
+ hostoslist=["windows", "linux"],
bugnumber="https://github.com/llvm/llvm-project/issues/115618",
)
def test_scripted_implementation(self):