[all-commits] [llvm/llvm-project] e00645: [lldb/test] Delete result formatter machinery enti...

Pavel Labath via All-commits all-commits at lists.llvm.org
Wed Jul 22 02:54:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e00645cc7878da13c86339fd50a4fb78d8a698ad
      https://github.com/llvm/llvm-project/commit/e00645cc7878da13c86339fd50a4fb78d8a698ad
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/test_result.py
    R lldb/packages/Python/lldbsuite/test_event/event_builder.py
    R lldb/packages/Python/lldbsuite/test_event/formatter/__init__.py
    R lldb/packages/Python/lldbsuite/test_event/formatter/results_formatter.py

  Log Message:
  -----------
  [lldb/test] Delete result formatter machinery entirely

After more investigation, I realised this part of the code is totally
unused. It was used for communicating the test results from the
"inferior" dotest process to the main "dosep" process running
everything. Now that everything is being orchestrated through lit, this
is not used for anything.




More information about the All-commits mailing list