[all-commits] [llvm/llvm-project] 700dd1: [lldb/Test] Remove support for forking a subproces...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Jul 15 09:43:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 700dd17399bdcf2c580121e52b20e5768663dfe5
      https://github.com/llvm/llvm-project/commit/700dd17399bdcf2c580121e52b20e5768663dfe5
  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/test/API/functionalities/thread/create_after_attach/TestCreateAfterAttach.py

  Log Message:
  -----------
  [lldb/Test] Remove support for forking a subprocess from the test suite.

Remove the forkSubprocess method and its bookkeeping.
TestCreateAfterAttach is the only test using the fork method and I'm not
convinced it adds enough to warrant the maintenance. Pavel suggested the
same thing in D83815.




More information about the All-commits mailing list