[all-commits] [llvm/llvm-project] 27166e: [lldb] Skip TestIOHandlerPythonREPLSigint if *host...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Feb 14 09:38:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 27166e95e70254e292c31a2aa16582a56b787c42
      https://github.com/llvm/llvm-project/commit/27166e95e70254e292c31a2aa16582a56b787c42
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M lldb/test/API/iohandler/sigint/TestIOHandlerPythonREPLSigint.py

  Log Message:
  -----------
  [lldb] Skip TestIOHandlerPythonREPLSigint if *host* is linux

The current dectorator (@skipIfLinux) will skip the test if the lldb
platform is the linux platform, but the issue is with the OS that lldb
is running on, not the OS that lldb is debugging. Update the decorator
to skip the test if the host is Linux.

Thank you Ted Woodward for pointing this out.




More information about the All-commits mailing list