[Lldb-commits] [lldb] r238454 - XTIMEOUT new TestChangeProcessGroup.py on FreeBSD

Ed Maste emaste at freebsd.org
Thu May 28 11:45:30 PDT 2015


Author: emaste
Date: Thu May 28 13:45:30 2015
New Revision: 238454

URL: http://llvm.org/viewvc/llvm-project?rev=238454&view=rev
Log:
XTIMEOUT new TestChangeProcessGroup.py on FreeBSD

Modified:
    lldb/trunk/test/dosep.py

Modified: lldb/trunk/test/dosep.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dosep.py?rev=238454&r1=238453&r2=238454&view=diff
==============================================================================
--- lldb/trunk/test/dosep.py (original)
+++ lldb/trunk/test/dosep.py Thu May 28 13:45:30 2015
@@ -194,6 +194,7 @@ def getExpectedTimeouts(platform_name):
     elif target.startswith("freebsd"):
         expected_timeout |= {
             "TestBreakpointConditions.py",
+            "TestChangeProcessGroup.py",
             "TestValueObjectRecursion.py",
             "TestWatchpointConditionAPI.py",
         }





More information about the lldb-commits mailing list