[Lldb-commits] [lldb] [lldb][Windows] Fixed tests TestPty and TestPtyServer (PR #92090)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue May 14 02:56:33 PDT 2024


labath wrote:

Maybe the `skipIfWindows` decorator can also be removed here? We haven't been historically very good at distinguishing windows hosts and targets (nobody cared until now), and from the looks of things, these tests could conceivably work in a linux->windows remote scenario (although they wouldn't really test much given that they use a mock server, so maybe slapping `skipIfRemote` would be reasonable as well).

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


More information about the lldb-commits mailing list