[all-commits] [llvm/llvm-project] 9aa5fb: [lldb] Disable the new Communication test on windows

Pavel Labath via All-commits all-commits at lists.llvm.org
Thu Apr 9 06:21:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9aa5fbb3afed00deb2faad4ac7963c5d3247815d
      https://github.com/llvm/llvm-project/commit/9aa5fbb3afed00deb2faad4ac7963c5d3247815d
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
    M lldb/unittests/Core/CommunicationTest.cpp

  Log Message:
  -----------
  [lldb] Disable the new Communication test on windows

The ConnectionFileDescriptor class on windows does not support
interruption (see the BytesAvailable method). Therefore this test makes
no sense there.




More information about the All-commits mailing list