This is an archive of the discontinued LLVM Phabricator instance.

[lldb/dotest] Remove the "xunit" result formatter
ClosedPublic

Authored by labath on Jul 10 2020, 4:21 AM.

Details

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.

Diff Detail

Event Timeline

labath created this revision.Jul 10 2020, 4:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2020, 4:21 AM
JDevlieghere accepted this revision.Jul 10 2020, 12:35 PM

Yup, thanks!

This revision is now accepted and ready to land.Jul 10 2020, 12:35 PM
This revision was automatically updated to reflect the committed changes.
lldb/packages/Python/lldbsuite/test_event/formatter/__init__.py