This is an archive of the discontinued LLVM Phabricator instance.

[lldb][tests] Automatically call compute_mydir (NFC)
ClosedPublic

Authored by kastiglione on Jun 17 2022, 11:12 AM.

Details

Summary

Eliminate boilerplate of having each test manually assign to mydir by calling
compute_mydir in lldbtest.py.

Diff Detail

Event Timeline

kastiglione created this revision.Jun 17 2022, 11:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 17 2022, 11:12 AM
Herald added subscribers: pmatos, asb, wenlei and 5 others. · View Herald Transcript
kastiglione requested review of this revision.Jun 17 2022, 11:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 17 2022, 11:12 AM
mib accepted this revision.Jun 17 2022, 11:40 AM

Great! LGTM!

This revision is now accepted and ready to land.Jun 17 2022, 11:40 AM
JDevlieghere accepted this revision.Jun 17 2022, 12:07 PM

Neat :-)

This revision was landed with ongoing or failed builds.Jun 17 2022, 2:35 PM
This revision was automatically updated to reflect the committed changes.