[all-commits] [llvm/llvm-project] 2501e9: [lldb] Don't depend on psutil in TestCompletion.py

Raphael Isemann via All-commits all-commits at lists.llvm.org
Mon Aug 24 23:31:02 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2501e911a5a174fc1a07a2a1ac687a2bf0f05ef3
      https://github.com/llvm/llvm-project/commit/2501e911a5a174fc1a07a2a1ac687a2bf0f05ef3
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-08-25 (Tue, 25 Aug 2020)

  Changed paths:
    M lldb/test/API/functionalities/completion/TestCompletion.py

  Log Message:
  -----------
  [lldb] Don't depend on psutil in TestCompletion.py

psutil isn't reall a dependency of the test suite so this shouldn't be
unconditionally be imported here. Instead just check for the process name
by looking for the "a.out" string to get the bots green again.




More information about the All-commits mailing list