[all-commits] [llvm/llvm-project] b06da9: Remove the check for eStateConnected in remote tes...

jimingham via All-commits all-commits at lists.llvm.org
Thu Aug 4 09:20:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b06da9c18390f84950e1d8f70ef2bb0efb433075
      https://github.com/llvm/llvm-project/commit/b06da9c18390f84950e1d8f70ef2bb0efb433075
  Author: Jim Ingham <jingham at apple.com>
  Date:   2022-08-04 (Thu, 04 Aug 2022)

  Changed paths:
    M lldb/test/API/functionalities/signal/TestSendSignal.py

  Log Message:
  -----------
  Remove the check for eStateConnected in remote testing sessions.

This check is clearly incorrect, there's no way you should have an
eStateConnected event left on the queue if you've already launched
and hit a breakpoint in the program.  This check fails running remotely
on Darwin systems and on one remote Linux platform.  And if we do
find this failing somewhere, we should fix the bogus eStateConnected,
not the test.




More information about the All-commits mailing list