This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Skip TestChangeProcessGroup on watchOS/tvOS
ClosedPublic

Authored by teemperor on Oct 19 2020, 6:11 AM.

Details

Summary

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.

Diff Detail

Event Timeline

teemperor requested review of this revision.Oct 19 2020, 6:11 AM
teemperor created this revision.
mib accepted this revision.Oct 19 2020, 7:01 AM

LGTM!

This revision is now accepted and ready to land.Oct 19 2020, 7:01 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptNov 5 2020, 6:11 AM