[all-commits] [llvm/llvm-project] 8b85f6: [lldb/Test] Remove custom tearDownHooks from GDB R...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Jul 15 13:18:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b85f68ee2ddd983c027adbda9567f06d25b3c51
      https://github.com/llvm/llvm-project/commit/8b85f68ee2ddd983c027adbda9567f06d25b3c51
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-07-15 (Wed, 15 Jul 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py

  Log Message:
  -----------
  [lldb/Test] Remove custom tearDownHooks from GDB Remote tests

Remove custom tearDownHooks from GDB Remote tests as we now cleanup
subprocesses unconditionally. This also changes the termination order to
be the reverse of the creation order. I don't think anything is relying
on that right now, but it better fits the setup/teardown paradigm.




More information about the All-commits mailing list