Skip all Python-based tests as unsupported when LLDB_DISABLE_PYTHON is
enabled. Otherwise, those tests simply fail being unable to import lldb
module.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D47812
[lldb] [lit] Do not run Python tests w/ LLDB_DISABLE_PYTHON ClosedPublic Authored by mgorny on Jun 6 2018, 1:47 AM.
Details Summary Skip all Python-based tests as unsupported when LLDB_DISABLE_PYTHON is
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 6 2018, 2:09 AM Closed by commit rL334080: [lit] Do not run Python tests w/ LLDB_DISABLE_PYTHON (authored by mgorny). · Explain WhyJun 6 2018, 2:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 150096 lldb/trunk/lit/CMakeLists.txt
lldb/trunk/lit/Suite/lit.site.cfg.in
lldb/trunk/lit/Suite/lldbtest.py
|