File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
lldb/test/API/tools/lldb-dap Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ def test_incorrect_content_length(self):
76
76
process .stdin .close ()
77
77
self .assertEqual (process .wait (timeout = 5.0 ), EXIT_FAILURE )
78
78
79
+ @skipIfWindows # https://github.com/llvm/llvm-project/issues/137660
79
80
def test_partial_content_length (self ):
80
81
"""
81
82
lldb-dap returns a failure exit code when the input stream is closed
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ def test_cwd(self):
143
143
)
144
144
self .assertTrue (found , "verified program working directory" )
145
145
146
+ @skipIfWindows # https://github.com/llvm/llvm-project/issues/137660
146
147
def test_debuggerRoot (self ):
147
148
"""
148
149
Tests the "debuggerRoot" will change the working directory of
You can’t perform that action at this time.
0 commit comments