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):
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments