[Lldb-commits] [lldb] [lldb][Windows] Fixed the test gdb_remote_client/TestGDBRemotePlatformFile (PR #92088)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Tue May 14 09:21:50 PDT 2024


slydiman wrote:

The problem is that fstat() is fake on Windows. File::GetPermissions() returns 0 always.
The test got 'File permissions of /some/file.txt (remote): 0o0000' So any permissions manipulations are useles on Windows and these tests cannot be adapted.

https://github.com/llvm/llvm-project/pull/92088


More information about the lldb-commits mailing list