From: Ed Maste Date: Thu, 14 May 2015 16:25:52 +0000 (+0000) Subject: XTIMEOUT tests timing out on the FreeBSD buildbot X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4dd8fba21eb44f404a2b8096da36c818a5ba3e91;p=platform%2Fupstream%2Fllvm.git XTIMEOUT tests timing out on the FreeBSD buildbot llvm-svn: 237369 --- diff --git a/lldb/test/dosep.py b/lldb/test/dosep.py index feddc27..2fa0441 100755 --- a/lldb/test/dosep.py +++ b/lldb/test/dosep.py @@ -179,6 +179,11 @@ def getExpectedTimeouts(dotest_options): "TestExitDuringStep.py", "TestHelloWorld.py", } + elif target.startswith("freebsd"): + expected_timeout |= { + "TestBreakpointConditions.py", + "TestWatchpointConditionAPI.py", + } return expected_timeout def main():