[Lldb-commits] [PATCH] D83545: [lldb/dotest] Remove the "xunit" result formatter

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 10 04:21:40 PDT 2020


labath created this revision.
labath added a reviewer: JDevlieghere.
Herald added a project: LLDB.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83545

Files:
  lldb/packages/Python/lldbsuite/test/configuration.py
  lldb/packages/Python/lldbsuite/test/dotest.py
  lldb/packages/Python/lldbsuite/test/dotest_args.py
  lldb/packages/Python/lldbsuite/test_event/formatter/__init__.py
  lldb/packages/Python/lldbsuite/test_event/formatter/xunit.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83545.276984.patch
Type: text/x-patch
Size: 33333 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200710/60e2dbf6/attachment-0001.bin>


More information about the lldb-commits mailing list