Skip to content

Commit a0a82ee

Browse files
[lldb][lldb-dap] Disable more DAP tests on Windows (#158906)
Flakey on Windows on Arm: https://lab.llvm.org/buildbot/#/builders/141/builds/11540 See #137660
1 parent fbb587c commit a0a82ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/test/API/tools/lldb-dap/io/TestDAP_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def test_incorrect_content_length(self):
7676
process.stdin.close()
7777
self.assertEqual(process.wait(timeout=5.0), EXIT_FAILURE)
7878

79+
@skipIfWindows # https://github.com/llvm/llvm-project/issues/137660
7980
def test_partial_content_length(self):
8081
"""
8182
lldb-dap returns a failure exit code when the input stream is closed

lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def test_cwd(self):
143143
)
144144
self.assertTrue(found, "verified program working directory")
145145

146+
@skipIfWindows # https://github.com/llvm/llvm-project/issues/137660
146147
def test_debuggerRoot(self):
147148
"""
148149
Tests the "debuggerRoot" will change the working directory of

0 commit comments

Comments
 (0)