[Lldb-commits] [lldb] r256748 - Remove XTIMEOUT from TestHelloWorld on linux
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 4 04:14:27 PST 2016
Author: labath
Date: Mon Jan 4 06:14:25 2016
New Revision: 256748
URL: http://llvm.org/viewvc/llvm-project?rev=256748&view=rev
Log:
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.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/dosep.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/dosep.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/dosep.py?rev=256748&r1=256747&r2=256748&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/dosep.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/dosep.py Mon Jan 4 06:14:25 2016
@@ -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",
More information about the lldb-commits
mailing list