[all-commits] [llvm/llvm-project] df46f1: [lldb] Modify the `skipIfRemote` decorator so we c...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Aug 5 15:27:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: df46f174db5bbedb66d77041308d48e701c77e96
      https://github.com/llvm/llvm-project/commit/df46f174db5bbedb66d77041308d48e701c77e96
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/lldbpexpect.py
    M lldb/test/API/commands/expression/multiline-completion/TestMultilineCompletion.py
    M lldb/test/API/commands/gui/basic/TestGuiBasic.py
    M lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
    M lldb/test/API/commands/gui/breakpoints/TestGuiBreakpoints.py
    M lldb/test/API/driver/batch_mode/TestBatchMode.py

  Log Message:
  -----------
  [lldb] Modify the `skipIfRemote` decorator so we can skip all PExpect tests.

This patch modifies the skipIfRemote decorator so it can apply to a
whole class, which allows us to skip all PExpect tests as a whole.

Differential revision: https://reviews.llvm.org/D85365


  Commit: 31137b87efc12b1d8cdd8307bcddb986e5c23c61
      https://github.com/llvm/llvm-project/commit/31137b87efc12b1d8cdd8307bcddb986e5c23c61
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py

  Log Message:
  -----------
  [lldb] Skip TestProcessConnect when running remotely

This test doesn't make much sense when already running remotely.


Compare: https://github.com/llvm/llvm-project/compare/076b120bebfd...31137b87efc1


More information about the All-commits mailing list