diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py')
| -rw-r--r-- | packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py b/packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py index 00b4d4153403..91436446ad99 100644 --- a/packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py +++ b/packages/Python/lldbsuite/test/functionalities/process_group/TestChangeProcessGroup.py @@ -23,6 +23,7 @@ class ChangeProcessGroupTestCase(TestBase):      @skipIfFreeBSD  # Times out on FreeBSD llvm.org/pr23731      @skipIfWindows  # setpgid call does not exist on Windows      @expectedFailureAndroid("http://llvm.org/pr23762", api_levels=[16]) +    @expectedFailureAll(oslist=['ios', 'watchos', 'tvos', 'bridgeos'], bugnumber="<rdar://problem/34538611>") # old lldb-server has race condition, launching an inferior and then launching debugserver in quick succession sometimes fails      def test_setpgid(self):          self.build()          exe = os.path.join(os.getcwd(), 'a.out')  | 
