[all-commits] [llvm/llvm-project] 6cc3ee: [lldb] Expose more optional dependencies through G...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Dec 20 21:04:30 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6cc3ee17a018d916459a4f59a77c75d0b7e191a0
      https://github.com/llvm/llvm-project/commit/6cc3ee17a018d916459a4f59a77c75d0b7e191a0
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2019-12-20 (Fri, 20 Dec 2019)

  Changed paths:
    M lldb/source/API/SBDebugger.cpp

  Log Message:
  -----------
  [lldb] Expose more optional dependencies through GetBuildConfiguration()

Expose all the externally-observable optional dependencies through
SBDebugger::GetBuildConfiguration().


  Commit: a32f8dd195866c2be95d7e71f311a805a6fed4cd
      https://github.com/llvm/llvm-project/commit/a32f8dd195866c2be95d7e71f311a805a6fed4cd
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2019-12-20 (Fri, 20 Dec 2019)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/multiline-navigation/TestMultilineNavigation.py
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/iohandler/completion/TestIOHandlerCompletion.py
    M lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py

  Log Message:
  -----------
  [lldb/test] Skip editline tests when LLDB_ENABLE_LIBEDIT is off.

Add a new decorator that checks if LLDB was build with editline support
and mark the relevant tests as skipped when that's not the case.


Compare: https://github.com/llvm/llvm-project/compare/c51ad1f836bf...a32f8dd19586


More information about the All-commits mailing list