Mark TestHelloWorld as XTIMEOUT for Linux

It is times out on the build bot ~10% of the times

llvm-svn: 238836
This commit is contained in:
Tamas Berghammer 2015-06-02 14:45:25 +00:00
parent 4284e3623c
commit 0b11db50dd
1 changed files with 1 additions and 0 deletions

View File

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