This is an archive of the discontinued LLVM Phabricator instance.

[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
enabled. Otherwise, those tests simply fail being unable to import lldb
module.

Diff Detail

Event Timeline

mgorny created this revision.Jun 6 2018, 1:47 AM
labath accepted this revision.Jun 6 2018, 2:09 AM

Makes sense to me.

This revision is now accepted and ready to land.Jun 6 2018, 2:09 AM
This revision was automatically updated to reflect the committed changes.