[Lldb-commits] [lldb] r238348 - XTIMEOUT another test timing out on the FreeBSD buildbot
Ed Maste
emaste at freebsd.org
Wed May 27 12:11:29 PDT 2015
Author: emaste
Date: Wed May 27 14:11:29 2015
New Revision: 238348
URL: http://llvm.org/viewvc/llvm-project?rev=238348&view=rev
Log:
XTIMEOUT another test timing out on the FreeBSD buildbot
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=238348&r1=238347&r2=238348&view=diff
==============================================================================
--- lldb/trunk/test/dosep.py (original)
+++ lldb/trunk/test/dosep.py Wed May 27 14:11:29 2015
@@ -194,6 +194,7 @@ def getExpectedTimeouts(platform_name):
elif target.startswith("freebsd"):
expected_timeout |= {
"TestBreakpointConditions.py",
+ "TestValueObjectRecursion.py",
"TestWatchpointConditionAPI.py",
}
elif target.startswith("darwin"):
More information about the lldb-commits
mailing list