Skip to content

Commit f3b542e

Browse files
committed
[lldb][test] Disable some more failing lldb-dap tests on Windows
These have been flakey in the last few days on Windows on Arm. #137660
1 parent 9f64a86 commit f3b542e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def test_by_name_waitFor(self):
9393
self.set_and_hit_breakpoint(continueToExit=True)
9494

9595
@skipIfNetBSD # Hangs on NetBSD as well
96+
@skipIfWindows
9697
def test_commands(self):
9798
"""
9899
Tests the "initCommands", "preRunCommands", "stopCommands",

lldb/test/API/tools/lldb-dap/cancel/TestDAP_cancel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def async_blocking_request(self, duration: float) -> int:
3737
def async_cancel(self, requestId: int) -> int:
3838
return self.send_async_req(command="cancel", arguments={"requestId": requestId})
3939

40+
@skipIfWindows
4041
def test_pending_request(self):
4142
"""
4243
Tests cancelling a pending request.

lldb/test/API/tools/lldb-dap/console/TestDAP_console.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def check_lldb_command(
3838
),
3939
)
4040

41+
@skipIfWindows
4142
def test_scopes_variables_setVariable_evaluate(self):
4243
"""
4344
Tests that the "scopes" request causes the currently selected

0 commit comments

Comments
 (0)