[lldb/dotest] Remove the "exclusive test subdir" concept
authorPavel Labath <pavel@labath.sk>
Thu, 13 Feb 2020 13:40:09 +0000 (14:40 +0100)
committerPavel Labath <pavel@labath.sk>
Fri, 14 Feb 2020 09:24:12 +0000 (10:24 +0100)
commit07211d951d584b19951ad8dedbaf7c728297f4b5
tree5d4c15a27491ed62234c68a5d923388633c737ee
parent39cb2a8fc79976171b20369ff756f7fa43232b50
[lldb/dotest] Remove the "exclusive test subdir" concept

Summary:
This was added in 2018 (r339929), when we were still using the
hand-rolled test runner.

It does not seem to be relevant anymore. In fact as far as I can tell,
it's a big no-op now as the exclusive_test_subdir variable is never set.

Reviewers: vsk, JDevlieghere

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D74551
lldb/packages/Python/lldbsuite/test/configuration.py
lldb/packages/Python/lldbsuite/test/dotest.py