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")
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")
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits