forked from OSchip/llvm-project
parent
b08f8db32d
commit
a203b6eb28
|
@ -1149,11 +1149,6 @@ def getExpectedTimeouts(platform_name):
|
|||
"TestExitDuringStep.py",
|
||||
"TestHelloWorld.py",
|
||||
}
|
||||
if host.startswith("win32"):
|
||||
expected_timeout |= {
|
||||
"TestEvents.py",
|
||||
"TestThreadStates.py",
|
||||
}
|
||||
elif target.startswith("freebsd"):
|
||||
expected_timeout |= {
|
||||
"TestBreakpointConditions.py",
|
||||
|
|
Loading…
Reference in New Issue