[all-commits] [llvm/llvm-project] d506a9: [lldb] Require native for command-thread-siginfo.test

Ayush Sahay via All-commits all-commits at lists.llvm.org
Mon Mar 14 08:50:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d506a9ef2b3216879bec182be67590eddac27685
      https://github.com/llvm/llvm-project/commit/d506a9ef2b3216879bec182be67590eddac27685
  Author: Ayush Sahay <quic_asahay at quicinc.com>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

  Changed paths:
    M lldb/test/Shell/Commands/command-thread-siginfo.test

  Log Message:
  -----------
  [lldb] Require native for command-thread-siginfo.test

command-thread-siginfo.test employs a subject with a call to wait, and
thus requires system-linux. However, it's possible to target non-Linux
platforms despite operating on Linux hosts. So, have it require native
too.

Reviewed By: mgorny, labath

Differential Revision: https://reviews.llvm.org/D121487




More information about the All-commits mailing list