diff options
author | Pavel Labath <pavel@labath.sk> | 2020-07-10 13:18:00 +0200 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2020-07-13 16:33:38 +0200 |
commit | a5803765d8e0b62e0b48ea76bcad07a7c183618b (patch) | |
tree | f16efee79db77bae9c3c57b738446706cd87991a /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 13fec93a77fa159d700eff40b27402520eed2dfa (diff) | |
download | llvm-a5803765d8e0b62e0b48ea76bcad07a7c183618b.zip llvm-a5803765d8e0b62e0b48ea76bcad07a7c183618b.tar.gz llvm-a5803765d8e0b62e0b48ea76bcad07a7c183618b.tar.bz2 |
[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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index ca27864..84de013 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -122,10 +122,6 @@ lldb_module_cache_dir = None clang_module_cache_dir = None # Test results handling globals -results_filename = None -results_formatter_name = None -results_formatter_object = None -results_formatter_options = None test_result = None # Reproducers |