[lldb] Skip TestChangeProcessGroup on watchOS/tvOS
authorRaphael Isemann <teemperor@gmail.com>
Thu, 5 Nov 2020 14:09:38 +0000 (15:09 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 5 Nov 2020 14:11:30 +0000 (15:11 +0100)
commit239f488fd692f2af506b2b45d335404d0d2ab30b
tree208d71a174f662fe3375a8964d70efe355c5e047
parentae2cb4f4273f2f2039e5c720d741f1e18e81943d
[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
lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py