[Lldb-commits] [lldb] 757bb36 - [lldb][test] Disable a test from TestDAP_cancel.py on Windows
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 15 01:49:05 PDT 2025
Author: David Spickett
Date: 2025-09-15T08:48:04Z
New Revision: 757bb36a58c7d7151a28c6a5fc7caa2e1f44de87
URL: https://github.com/llvm/llvm-project/commit/757bb36a58c7d7151a28c6a5fc7caa2e1f44de87
DIFF: https://github.com/llvm/llvm-project/commit/757bb36a58c7d7151a28c6a5fc7caa2e1f44de87.diff
LOG: [lldb][test] Disable a test from TestDAP_cancel.py on Windows
Flakey on our Windows on Arm bot:
https://lab.llvm.org/buildbot/#/builders/141/builds/11516
See https://github.com/llvm/llvm-project/issues/137660
Added:
Modified:
lldb/test/API/tools/lldb-dap/cancel/TestDAP_cancel.py
Removed:
################################################################################
diff --git a/lldb/test/API/tools/lldb-dap/cancel/TestDAP_cancel.py b/lldb/test/API/tools/lldb-dap/cancel/TestDAP_cancel.py
index 109f34ff10a5d..9dea325694f00 100644
--- a/lldb/test/API/tools/lldb-dap/cancel/TestDAP_cancel.py
+++ b/lldb/test/API/tools/lldb-dap/cancel/TestDAP_cancel.py
@@ -70,6 +70,7 @@ def test_pending_request(self):
self.assertEqual(cancel_resp["success"], True)
self.continue_to_exit()
+ @skipIfWindows # https://github.com/llvm/llvm-project/issues/137660
def test_inflight_request(self):
"""
Tests cancelling an inflight request.
More information about the lldb-commits
mailing list