Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lldb/test/API/tools/lldb-dap/io/TestDAP_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def test_incorrect_content_length(self):
process.stdin.close()
self.assertEqual(process.wait(timeout=5.0), EXIT_FAILURE)

@skipIfWindows # https://github.com/llvm/llvm-project/issues/137660
def test_partial_content_length(self):
"""
lldb-dap returns a failure exit code when the input stream is closed
Expand Down
1 change: 1 addition & 0 deletions lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def test_cwd(self):
)
self.assertTrue(found, "verified program working directory")

@skipIfWindows # https://github.com/llvm/llvm-project/issues/137660
def test_debuggerRoot(self):
"""
Tests the "debuggerRoot" will change the working directory of
Expand Down
Loading