Remove XTIMEOUT from TestCreateAfterAttach on linux

I believe the cause for this was the attach lockup fixed in r246756. I will enable this tests and
observe the buildbots for signs of problems.

llvm-svn: 256744
This commit is contained in:
Pavel Labath 2016-01-04 10:52:17 +00:00
parent a091a7db60
commit 88e1a7d12c
1 changed files with 0 additions and 1 deletions

View File

@ -1146,7 +1146,6 @@ def getExpectedTimeouts(platform_name):
if target.startswith("linux"):
expected_timeout |= {
"TestCreateAfterAttach.py",
"TestEvents.py",
"TestExitDuringStep.py",