See the thread in lldb-dev for context.
After this patch, the remaining piece of work is to literally move lldb/test to lldb/packages/Python/lldbsuite/test and apply 1 or 2 fixups at places marked in this patch.
Paths
| Differential D14131
Preparation for making a Python package out of lldb's Python code ClosedPublic Authored by zturner on Oct 27 2015, 2:07 PM.
Details Summary See the thread in lldb-dev for context. After this patch, the remaining piece of work is to literally move lldb/test to lldb/packages/Python/lldbsuite/test and apply 1 or 2 fixups at places marked in this patch.
Diff Detail
Event TimelineComment Actions Moved progress.py from lldb/test to lldb/third_party. This seems to be a third party module that had also snuck into the test folder. It's used by both unittest2 and dosep.py so it has to be in third_party to be usable from both. Comment Actions Fixed lldbsuite module initialization. I'm having to do this all by eye / memory since this code isn't actually exercised yet until the move actually happens. This revision is now accepted and ready to land.Oct 27 2015, 3:06 PM Closed by commit rL251460: Preparation for turning lldbsuite into a Python package. (authored by zturner). · Explain WhyOct 27 2015, 3:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38606 lldb/trunk/packages/Python/lldbsuite/__init__.py
lldb/trunk/packages/Python/lldbsuite/test/__init__.py
lldb/trunk/test/dosep.py
lldb/trunk/test/dotest.py
lldb/trunk/test/progress.py
lldb/trunk/test/use_lldb_suite.py
lldb/trunk/third_party/Python/module/progress/progress.py
lldb/trunk/use_lldb_suite_root.py
|