[all-commits] [llvm/llvm-project] a58037: [lldb/dotest] Remove the "xunit" result formatter

Pavel Labath via All-commits all-commits at lists.llvm.org
Mon Jul 13 07:34:01 PDT 2020


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

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/configuration.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/dotest_args.py
    M lldb/packages/Python/lldbsuite/test_event/formatter/__init__.py
    R lldb/packages/Python/lldbsuite/test_event/formatter/xunit.py

  Log Message:
  -----------
  [lldb/dotest] Remove the "xunit" result formatter

Summary:
My understanding is that this was added to make dotest interact well
with the GreenDragon bots, back when dotest was the main test driver.
Now that everything goes through lit (which has its own xunit
formatter), it seems largely irrelevant.

There are more cleanups that can be done after removing this be done
here, but this should be enough to test the waters.

Reviewers: JDevlieghere

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D83545




More information about the All-commits mailing list