forked from OSchip/llvm-project
XTIMEOUT tests timing out on the FreeBSD buildbot
llvm-svn: 237369
This commit is contained in:
parent
538ef53c13
commit
4dd8fba21e
|
@ -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():
|
||||||
|
|
Loading…
Reference in New Issue