summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-05-27 19:11:29 +0000
committerEd Maste <emaste@freebsd.org>2015-05-27 19:11:29 +0000
commitbfd05631da3fac99cd89ee11ec37bcc0bcaf71d8 (patch)
tree7e9a688e4267967c4ce286c1b19bad15d3668da3 /lldb
parent6bfc9190f1fe4a7e39dfadc9de41ad7783050a76 (diff)
downloadbcm5719-llvm-bfd05631da3fac99cd89ee11ec37bcc0bcaf71d8.tar.gz
bcm5719-llvm-bfd05631da3fac99cd89ee11ec37bcc0bcaf71d8.zip
XTIMEOUT another test timing out on the FreeBSD buildbot
llvm-svn: 238348
Diffstat (limited to 'lldb')
-rwxr-xr-xlldb/test/dosep.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/dosep.py b/lldb/test/dosep.py
index bea6c9f1bc5..abf32f2a13e 100755
--- a/lldb/test/dosep.py
+++ b/lldb/test/dosep.py
@@ -194,6 +194,7 @@ def getExpectedTimeouts(platform_name):
elif target.startswith("freebsd"):
expected_timeout |= {
"TestBreakpointConditions.py",
+ "TestValueObjectRecursion.py",
"TestWatchpointConditionAPI.py",
}
elif target.startswith("darwin"):
OpenPOWER on IntegriCloud