XTIMEOUT tests timing out on the FreeBSD buildbot

llvm-svn: 237369
This commit is contained in:
Ed Maste 2015-05-14 16:25:52 +00:00
parent 538ef53c13
commit 4dd8fba21e
1 changed files with 5 additions and 0 deletions

View File

@ -179,6 +179,11 @@ def getExpectedTimeouts(dotest_options):
"TestExitDuringStep.py", "TestExitDuringStep.py",
"TestHelloWorld.py", "TestHelloWorld.py",
} }
elif target.startswith("freebsd"):
expected_timeout |= {
"TestBreakpointConditions.py",
"TestWatchpointConditionAPI.py",
}
return expected_timeout return expected_timeout
def main(): def main():