Remove XTIMEOUT from TestExitDuringStep on linux

The test has passed last 200 buildbot runs, so it's hopefully working now. I'll watch buildbots
for signs of trouble.

llvm-svn: 256746
This commit is contained in:
Pavel Labath 2016-01-04 11:34:24 +00:00
parent 88e1a7d12c
commit 470ea72367
1 changed files with 0 additions and 1 deletions

View File

@ -1147,7 +1147,6 @@ def getExpectedTimeouts(platform_name):
if target.startswith("linux"):
expected_timeout |= {
"TestEvents.py",
"TestExitDuringStep.py",
# Times out in ~10% of the times on the build bot
"TestHelloWorld.py",