[Lldb-commits] [PATCH] D25886: [Test Suite] Properly respect --framework option

Chris Bieneman via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 21 16:29:27 PDT 2016


beanz created this revision.
beanz added a reviewer: tfiala.
beanz added a subscriber: lldb-commits.
Herald added a subscriber: mgorny.

dotest.py has a framework option that is not respected. This patch makes the framework path properly configurable via the --framework option.

This patch also adds a function to the lldbtest.Base class named "hasDarwinFramework" which allows us to not rely on the host platform to determine if a framework is present. If running on Darwin, and not building a framework, this will follow the *nix code paths which are appropriate for Darwin.


https://reviews.llvm.org/D25886

Files:
  packages/Python/lldbsuite/test/dotest.py
  packages/Python/lldbsuite/test/lldbtest.py
  test/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25886.75505.patch
Type: text/x-patch
Size: 6789 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161021/de9d0343/attachment.bin>


More information about the lldb-commits mailing list