[all-commits] [llvm/llvm-project] 239f48: [lldb] Skip TestChangeProcessGroup on watchOS/tvOS

Raphael Isemann via All-commits all-commits at lists.llvm.org
Thu Nov 5 06:12:04 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 239f488fd692f2af506b2b45d335404d0d2ab30b
      https://github.com/llvm/llvm-project/commit/239f488fd692f2af506b2b45d335404d0d2ab30b
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-11-05 (Thu, 05 Nov 2020)

  Changed paths:
    M lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py

  Log Message:
  -----------
  [lldb] Skip TestChangeProcessGroup on watchOS/tvOS

`fork` is marked as `__WATCHOS_PROHIBITED __TVOS_PROHIBITED` so the test source
which is calling fork will never compile on watchOS/tvOS. This just adds the
skip decorator for these platforms.

Reviewed By: mib

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




More information about the All-commits mailing list