XTIMEOUT new TestChangeProcessGroup.py on FreeBSD
authorEd Maste <emaste@freebsd.org>
Thu, 28 May 2015 18:45:30 +0000 (18:45 +0000)
committerEd Maste <emaste@freebsd.org>
Thu, 28 May 2015 18:45:30 +0000 (18:45 +0000)
llvm-svn: 238454

lldb/test/dosep.py

index abf32f2..de42ea0 100755 (executable)
@@ -194,6 +194,7 @@ def getExpectedTimeouts(platform_name):
     elif target.startswith("freebsd"):
         expected_timeout |= {
             "TestBreakpointConditions.py",
+            "TestChangeProcessGroup.py",
             "TestValueObjectRecursion.py",
             "TestWatchpointConditionAPI.py",
         }