Remove XTIMEOUT from TestHelloWorld on linux

I think it was timing out because of the attach deadlocks, which are now fixed. In any case, it
has passed last 200 buildbot runs, so I am enabling it.

llvm-svn: 256748
This commit is contained in:
Pavel Labath 2016-01-04 12:14:25 +00:00
parent 068bc2f219
commit 90962eb776
1 changed files with 0 additions and 3 deletions

View File

@ -1147,9 +1147,6 @@ def getExpectedTimeouts(platform_name):
if target.startswith("linux"):
expected_timeout |= {
"TestEvents.py",
# Times out in ~10% of the times on the build bot
"TestHelloWorld.py",
"TestMultithreaded.py",
"TestRegisters.py", # ~12/600 dosep runs (build 3120-3122)
"TestThreadStepOut.py",