From: Ed Maste Date: Wed, 27 May 2015 19:11:29 +0000 (+0000) Subject: XTIMEOUT another test timing out on the FreeBSD buildbot X-Git-Tag: llvmorg-3.7.0-rc1~3675 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bfd05631da3fac99cd89ee11ec37bcc0bcaf71d8;p=platform%2Fupstream%2Fllvm.git XTIMEOUT another test timing out on the FreeBSD buildbot llvm-svn: 238348 --- diff --git a/lldb/test/dosep.py b/lldb/test/dosep.py index bea6c9f..abf32f2 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"):