From 90962eb776dab4413c1ac68e188732ead560ecb4 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 4 Jan 2016 12:14:25 +0000 Subject: [PATCH] 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 --- lldb/packages/Python/lldbsuite/test/dosep.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lldb/packages/Python/lldbsuite/test/dosep.py b/lldb/packages/Python/lldbsuite/test/dosep.py index 5ddbba0d71bd..dea6aa39a9eb 100644 --- a/lldb/packages/Python/lldbsuite/test/dosep.py +++ b/lldb/packages/Python/lldbsuite/test/dosep.py @@ -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",