This is an archive of the discontinued LLVM Phabricator instance.

[lldb/dotest] Remove the "exclusive test subdir" concept
ClosedPublic

Authored by labath on Feb 13 2020, 5:50 AM.

Details

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.

Diff Detail

Event Timeline

labath created this revision.Feb 13 2020, 5:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 13 2020, 5:50 AM
JDevlieghere accepted this revision.Feb 13 2020, 10:26 AM

Neat, thanks!

This revision is now accepted and ready to land.Feb 13 2020, 10:26 AM
vsk accepted this revision.Feb 13 2020, 11:29 AM

Thanks. 'exclusive_test_dir' used to be set in dotest.py, but now no longer is.

This revision was automatically updated to reflect the committed changes.