Mark TestMultithreaded as XTIMEOUT on Linux.

llvm-svn: 239450
This commit is contained in:
Oleksiy Vyalov 2015-06-10 01:34:25 +00:00
parent ca6ef66e4c
commit 18f4c9f5a0
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ def getExpectedTimeouts(platform_name):
"TestEvents.py",
"TestExitDuringStep.py",
"TestHelloWorld.py", # Times out in ~10% of the times on the build bot
"TestMultithreaded.py",
"TestThreadStepOut.py",
}
elif target.startswith("android"):