Remove some Windows->Android XTIMEOUTs

llvm-svn: 257052
This commit is contained in:
Pavel Labath 2016-01-07 11:16:30 +00:00
parent b08f8db32d
commit a203b6eb28
1 changed files with 0 additions and 5 deletions

View File

@ -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",