XTIMEOUT new TestChangeProcessGroup.py on FreeBSD

llvm-svn: 238454
This commit is contained in:
Ed Maste 2015-05-28 18:45:30 +00:00
parent 2048ea4056
commit 08948137fd
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ def getExpectedTimeouts(platform_name):
elif target.startswith("freebsd"):
expected_timeout |= {
"TestBreakpointConditions.py",
"TestChangeProcessGroup.py",
"TestValueObjectRecursion.py",
"TestWatchpointConditionAPI.py",
}