[Lldb-commits] [PATCH] D89695: [lldb] Skip TestChangeProcessGroup on watchOS/tvOS
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 5 06:12:00 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG239f488fd692: [lldb] Skip TestChangeProcessGroup on watchOS/tvOS (authored by teemperor).
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89695/new/
https://reviews.llvm.org/D89695
Files:
lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py
Index: lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py
===================================================================
--- lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py
+++ lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py
@@ -25,6 +25,8 @@
@expectedFailureAndroid("http://llvm.org/pr23762", api_levels=[16])
@expectedFailureNetBSD
@skipIfReproducer # File synchronization is not supported during replay.
+ @skipIftvOS # fork not available on tvOS.
+ @skipIfwatchOS # fork not available on watchOS.
def test_setpgid(self):
self.build()
exe = self.getBuildArtifact("a.out")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89695.303097.patch
Type: text/x-patch
Size: 687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201105/66074305/attachment.bin>
More information about the lldb-commits
mailing list